@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/7942_20432779045_20432779045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779045_20432779045> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779045_20432779045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.1004934 4.2549171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.1004934"^^xsd:decimal ;
  dwc:decimalLongitude "4.2549171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779045_20432779045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779045'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '23.069444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.2549171'^^xsd:double;
  dwc:latitude '52.1004934'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779045'^^xsd:integer;
  dwc:observationDate '2012-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779035_20432779035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779035_20432779035> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779035_20432779035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.1003934 4.2549204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.1003934"^^xsd:decimal ;
  dwc:decimalLongitude "4.2549204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779035_20432779035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779035'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '22.060277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.2549204'^^xsd:double;
  dwc:latitude '52.1003934'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779035'^^xsd:integer;
  dwc:observationDate '2012-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779024_20432779024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779024_20432779024> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779024_20432779024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.100441 4.254928)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.100441"^^xsd:decimal ;
  dwc:decimalLongitude "4.254928"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779024_20432779024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779024'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '21.051666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.254928'^^xsd:double;
  dwc:latitude '52.100441'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779024'^^xsd:integer;
  dwc:observationDate '2012-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779086_20432779086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779086_20432779086> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779086_20432779086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.1001285 4.2554151)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.1001285"^^xsd:decimal ;
  dwc:decimalLongitude "4.2554151"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779086_20432779086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779086'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '3.1152777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.2554151'^^xsd:double;
  dwc:latitude '52.1001285'^^xsd:double;
  dwc:coordinatePrecision '7.5'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779086'^^xsd:integer;
  dwc:observationDate '2012-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779066_20432779066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779066_20432779066> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779066_20432779066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.1001257 4.2554899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.1001257"^^xsd:decimal ;
  dwc:decimalLongitude "4.2554899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779066_20432779066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779066'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '1.0916666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.2554899'^^xsd:double;
  dwc:latitude '52.1001257'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779066'^^xsd:integer;
  dwc:observationDate '2012-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779115_20432779115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779115_20432779115> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779115_20432779115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.1000697 4.2554935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.1000697"^^xsd:decimal ;
  dwc:decimalLongitude "4.2554935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779115_20432779115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779115'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.1519444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.2554935'^^xsd:double;
  dwc:latitude '52.1000697'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779115'^^xsd:integer;
  dwc:observationDate '2012-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779077_20432779077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779077_20432779077> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779077_20432779077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.1000378 4.2554974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.1000378"^^xsd:decimal ;
  dwc:decimalLongitude "4.2554974"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779077_20432779077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779077'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.11'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.2554974'^^xsd:double;
  dwc:latitude '52.1000378'^^xsd:double;
  dwc:coordinatePrecision '7.1'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779077'^^xsd:integer;
  dwc:observationDate '2012-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779096_20432779096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779096_20432779096> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779096_20432779096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.1000912 4.2554979)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.1000912"^^xsd:decimal ;
  dwc:decimalLongitude "4.2554979"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "13.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779096_20432779096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779096'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '4.1283333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.2554979'^^xsd:double;
  dwc:latitude '52.1000912'^^xsd:double;
  dwc:coordinatePrecision '13.8'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779096'^^xsd:integer;
  dwc:observationDate '2012-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779106_20432779106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779106_20432779106> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779106_20432779106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.1000872 4.2555056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.1000872"^^xsd:decimal ;
  dwc:decimalLongitude "4.2555056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779106_20432779106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779106'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '5.145'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.2555056'^^xsd:double;
  dwc:latitude '52.1000872'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779106'^^xsd:integer;
  dwc:observationDate '2012-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779055_20432779055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779055_20432779055> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779055_20432779055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.1001722 4.2555116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.1001722"^^xsd:decimal ;
  dwc:decimalLongitude "4.2555116"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779055_20432779055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779055'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '0.081388888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.2555116'^^xsd:double;
  dwc:latitude '52.1001722'^^xsd:double;
  dwc:coordinatePrecision '10.7'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779055'^^xsd:integer;
  dwc:observationDate '2012-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779125_20432779125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779125_20432779125> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779125_20432779125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.0999917 4.2564891)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.0999917"^^xsd:decimal ;
  dwc:decimalLongitude "4.2564891"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779125_20432779125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779125'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.1566666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.2564891'^^xsd:double;
  dwc:latitude '52.0999917'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779125'^^xsd:integer;
  dwc:observationDate '2012-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779232_20432779232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779232_20432779232> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779232_20432779232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.0990269 4.2576647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.0990269"^^xsd:decimal ;
  dwc:decimalLongitude "4.2576647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779232_20432779232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779232'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.436666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.2576647'^^xsd:double;
  dwc:latitude '52.0990269'^^xsd:double;
  dwc:coordinatePrecision '9.6'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779232'^^xsd:integer;
  dwc:observationDate '2012-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779013_20432779013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779013_20432779013> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779013_20432779013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.1027923 4.2586202)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.1027923"^^xsd:decimal ;
  dwc:decimalLongitude "4.2586202"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779013_20432779013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779013'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '20.039444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.2586202'^^xsd:double;
  dwc:latitude '52.1027923'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779013'^^xsd:integer;
  dwc:observationDate '2012-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779310_20432779310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779310_20432779310> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779310_20432779310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.0997189 4.2606525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.0997189"^^xsd:decimal ;
  dwc:decimalLongitude "4.2606525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779310_20432779310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779310'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.645'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.2606525'^^xsd:double;
  dwc:latitude '52.0997189'^^xsd:double;
  dwc:coordinatePrecision '10.9'^^xsd:double;
  dwc:minimumElevation '12'^^xsd:integer;
  dwc:maximumElevation '12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779310'^^xsd:integer;
  dwc:observationDate '2012-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779320_20432779320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779320_20432779320> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779320_20432779320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.099697 4.2607825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.099697"^^xsd:decimal ;
  dwc:decimalLongitude "4.2607825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779320_20432779320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779320'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.6536111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.2607825'^^xsd:double;
  dwc:latitude '52.099697'^^xsd:double;
  dwc:coordinatePrecision '10.7'^^xsd:double;
  dwc:minimumElevation '11'^^xsd:integer;
  dwc:maximumElevation '11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779320'^^xsd:integer;
  dwc:observationDate '2012-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779330_20432779330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779330_20432779330> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779330_20432779330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.0997617 4.2607948)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.0997617"^^xsd:decimal ;
  dwc:decimalLongitude "4.2607948"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779330_20432779330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779330'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '3.6611111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.2607948'^^xsd:double;
  dwc:latitude '52.0997617'^^xsd:double;
  dwc:coordinatePrecision '2.5'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779330'^^xsd:integer;
  dwc:observationDate '2012-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779135_20432779135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779135_20432779135> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779135_20432779135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.0999448 4.2609456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.0999448"^^xsd:decimal ;
  dwc:decimalLongitude "4.2609456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779135_20432779135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779135'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.1683333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.2609456'^^xsd:double;
  dwc:latitude '52.0999448'^^xsd:double;
  dwc:coordinatePrecision '3.5'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779135'^^xsd:integer;
  dwc:observationDate '2012-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779223_20432779223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779223_20432779223> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779223_20432779223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.0998754 4.2609713)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.0998754"^^xsd:decimal ;
  dwc:decimalLongitude "4.2609713"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779223_20432779223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779223'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '16.415'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.2609713'^^xsd:double;
  dwc:latitude '52.0998754'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779223'^^xsd:integer;
  dwc:observationDate '2012-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779270_20432779270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779270_20432779270> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779270_20432779270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.0998454 4.2610057)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.0998454"^^xsd:decimal ;
  dwc:decimalLongitude "4.2610057"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779270_20432779270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779270'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '21.598333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.2610057'^^xsd:double;
  dwc:latitude '52.0998454'^^xsd:double;
  dwc:coordinatePrecision '6.5'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779270'^^xsd:integer;
  dwc:observationDate '2012-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779280_20432779280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779280_20432779280> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779280_20432779280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.0999032 4.2610481)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.0999032"^^xsd:decimal ;
  dwc:decimalLongitude "4.2610481"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779280_20432779280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779280'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '22.608333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.2610481'^^xsd:double;
  dwc:latitude '52.0999032'^^xsd:double;
  dwc:coordinatePrecision '3.1'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779280'^^xsd:integer;
  dwc:observationDate '2012-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779162_20432779162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779162_20432779162> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779162_20432779162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.0999236 4.2610828)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.0999236"^^xsd:decimal ;
  dwc:decimalLongitude "4.2610828"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779162_20432779162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779162'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.195'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.2610828'^^xsd:double;
  dwc:latitude '52.0999236'^^xsd:double;
  dwc:coordinatePrecision '5.6'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779162'^^xsd:integer;
  dwc:observationDate '2012-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779300_20432779300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779300_20432779300> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779300_20432779300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.0998858 4.2610831)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.0998858"^^xsd:decimal ;
  dwc:decimalLongitude "4.2610831"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779300_20432779300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779300'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '0.635'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.2610831'^^xsd:double;
  dwc:latitude '52.0998858'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779300'^^xsd:integer;
  dwc:observationDate '2012-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779143_20432779143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779143_20432779143> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779143_20432779143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.0999453 4.2610864)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.0999453"^^xsd:decimal ;
  dwc:decimalLongitude "4.2610864"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779143_20432779143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779143'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.1786111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.2610864'^^xsd:double;
  dwc:latitude '52.0999453'^^xsd:double;
  dwc:coordinatePrecision '7.5'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779143'^^xsd:integer;
  dwc:observationDate '2012-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779290_20432779290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779290_20432779290> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779290_20432779290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.0999399 4.2611032)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.0999399"^^xsd:decimal ;
  dwc:decimalLongitude "4.2611032"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779290_20432779290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779290'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '23.619444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.2611032'^^xsd:double;
  dwc:latitude '52.0999399'^^xsd:double;
  dwc:coordinatePrecision '5'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779290'^^xsd:integer;
  dwc:observationDate '2012-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779349_20432779349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779349_20432779349> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779349_20432779349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.09935 4.2611435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.09935"^^xsd:decimal ;
  dwc:decimalLongitude "4.2611435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779349_20432779349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779349'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '5.695'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.2611435'^^xsd:double;
  dwc:latitude '52.09935'^^xsd:double;
  dwc:coordinatePrecision '6.5'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779349'^^xsd:integer;
  dwc:observationDate '2012-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779340_20432779340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779340_20432779340> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779340_20432779340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.0993635 4.2613195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.0993635"^^xsd:decimal ;
  dwc:decimalLongitude "4.2613195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779340_20432779340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779340'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '4.6836111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.2613195'^^xsd:double;
  dwc:latitude '52.0993635'^^xsd:double;
  dwc:coordinatePrecision '7.4'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779340'^^xsd:integer;
  dwc:observationDate '2012-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779152_20432779152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779152_20432779152> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779152_20432779152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.0998575 4.2613285)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.0998575"^^xsd:decimal ;
  dwc:decimalLongitude "4.2613285"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779152_20432779152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779152'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.186111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.2613285'^^xsd:double;
  dwc:latitude '52.0998575'^^xsd:double;
  dwc:coordinatePrecision '6.5'^^xsd:double;
  dwc:minimumElevation '6'^^xsd:integer;
  dwc:maximumElevation '6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779152'^^xsd:integer;
  dwc:observationDate '2012-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779002_20432779002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779002_20432779002> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779002_20432779002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.1950784 4.381143)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.1950784"^^xsd:decimal ;
  dwc:decimalLongitude "4.381143"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779002_20432779002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779002'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.021666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.381143'^^xsd:double;
  dwc:latitude '52.1950784'^^xsd:double;
  dwc:coordinatePrecision '8.1'^^xsd:double;
  dwc:minimumElevation '9'^^xsd:integer;
  dwc:maximumElevation '9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779002'^^xsd:integer;
  dwc:observationDate '2012-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432829406_20432829406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432829406_20432829406> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432829406_20432829406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.4543087 4.5538634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.4543087"^^xsd:decimal ;
  dwc:decimalLongitude "4.5538634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432829406_20432829406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432829406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432829406'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '22.509722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.5538634'^^xsd:double;
  dwc:latitude '52.4543087'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432829406'^^xsd:integer;
  dwc:observationDate '2013-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432829403_20432829403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432829403_20432829403> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432829403_20432829403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.4552207 4.5541096)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.4552207"^^xsd:decimal ;
  dwc:decimalLongitude "4.5541096"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432829403_20432829403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432829403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432829403'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '21.508055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.5541096'^^xsd:double;
  dwc:latitude '52.4552207'^^xsd:double;
  dwc:coordinatePrecision '5.6'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432829403'^^xsd:integer;
  dwc:observationDate '2013-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432829400_20432829400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432829400_20432829400> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432829400_20432829400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.4672153 4.5915939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.4672153"^^xsd:decimal ;
  dwc:decimalLongitude "4.5915939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432829400_20432829400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432829400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432829400'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '20.494722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.5915939'^^xsd:double;
  dwc:latitude '52.4672153'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432829400'^^xsd:integer;
  dwc:observationDate '2013-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432778991_20432778991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432778991_20432778991> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432778991_20432778991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.6359555 4.6088763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.6359555"^^xsd:decimal ;
  dwc:decimalLongitude "4.6088763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "14.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432778991_20432778991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432778991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432778991'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '17.995833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6088763'^^xsd:double;
  dwc:latitude '52.6359555'^^xsd:double;
  dwc:coordinatePrecision '14.4'^^xsd:double;
  dwc:minimumElevation '30'^^xsd:integer;
  dwc:maximumElevation '30'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432778991'^^xsd:integer;
  dwc:observationDate '2012-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432778978_20432778978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432778978_20432778978> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432778978_20432778978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.697221 4.6329304)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.697221"^^xsd:decimal ;
  dwc:decimalLongitude "4.6329304"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432778978_20432778978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432778978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432778978'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '16.97'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6329304'^^xsd:double;
  dwc:latitude '52.697221'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432778978'^^xsd:integer;
  dwc:observationDate '2012-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432778959_20432778959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432778959_20432778959> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432778959_20432778959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.6970361 4.6331255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.6970361"^^xsd:decimal ;
  dwc:decimalLongitude "4.6331255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432778959_20432778959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432778959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432778959'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.394444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6331255'^^xsd:double;
  dwc:latitude '52.6970361'^^xsd:double;
  dwc:coordinatePrecision '8.2'^^xsd:double;
  dwc:minimumElevation '-18'^^xsd:integer;
  dwc:maximumElevation '-18'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432778959'^^xsd:integer;
  dwc:observationDate '2012-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432829409_20432829409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432829409_20432829409> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432829409_20432829409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.7804553 4.6621337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.7804553"^^xsd:decimal ;
  dwc:decimalLongitude "4.6621337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432829409_20432829409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432829409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432829409'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '23.519166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6621337'^^xsd:double;
  dwc:latitude '52.7804553'^^xsd:double;
  dwc:coordinatePrecision '6.2'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432829409'^^xsd:integer;
  dwc:observationDate '2013-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722548_20432722548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722548_20432722548> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722548_20432722548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.79493 4.669788)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.79493"^^xsd:decimal ;
  dwc:decimalLongitude "4.669788"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432722548_20432722548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722548'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '2.3161111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.669788'^^xsd:double;
  dwc:latitude '52.79493'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722548'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726224_20432726224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726224_20432726224> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726224_20432726224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.7949502 4.6700978)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.7949502"^^xsd:decimal ;
  dwc:decimalLongitude "4.6700978"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "13.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432726224_20432726224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726224'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '0.07'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6700978'^^xsd:double;
  dwc:latitude '52.7949502'^^xsd:double;
  dwc:coordinatePrecision '13.7'^^xsd:double;
  dwc:minimumElevation '-27'^^xsd:integer;
  dwc:maximumElevation '-27'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726224'^^xsd:integer;
  dwc:observationDate '2011-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726238_20432726238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726238_20432726238> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726238_20432726238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.7947805 4.6710118)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.7947805"^^xsd:decimal ;
  dwc:decimalLongitude "4.6710118"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432726238_20432726238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726238'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '1.0811111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6710118'^^xsd:double;
  dwc:latitude '52.7947805'^^xsd:double;
  dwc:coordinatePrecision '6.5'^^xsd:double;
  dwc:minimumElevation '11'^^xsd:integer;
  dwc:maximumElevation '11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726238'^^xsd:integer;
  dwc:observationDate '2011-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767883_20432767883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767883_20432767883> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767883_20432767883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.7994592 4.6737735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.7994592"^^xsd:decimal ;
  dwc:decimalLongitude "4.6737735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767883_20432767883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767883'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '4.4383333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6737735'^^xsd:double;
  dwc:latitude '52.7994592'^^xsd:double;
  dwc:coordinatePrecision '5.8'^^xsd:double;
  dwc:minimumElevation '4'^^xsd:integer;
  dwc:maximumElevation '4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767883'^^xsd:integer;
  dwc:observationDate '2011-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723495_20432723495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723495_20432723495> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723495_20432723495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.799843 4.6739324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.799843"^^xsd:decimal ;
  dwc:decimalLongitude "4.6739324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432723495_20432723495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723495'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.2502777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6739324'^^xsd:double;
  dwc:latitude '52.799843'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723495'^^xsd:integer;
  dwc:observationDate '2011-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725723_20432725723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725723_20432725723> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725723_20432725723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8036052 4.6746166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8036052"^^xsd:decimal ;
  dwc:decimalLongitude "4.6746166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432725723_20432725723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725723'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21.515833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6746166'^^xsd:double;
  dwc:latitude '52.8036052'^^xsd:double;
  dwc:coordinatePrecision '8.8'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725723'^^xsd:integer;
  dwc:observationDate '2011-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723452_20432723452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723452_20432723452> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723452_20432723452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8017612 4.6746795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8017612"^^xsd:decimal ;
  dwc:decimalLongitude "4.6746795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432723452_20432723452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723452'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.2333333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6746795'^^xsd:double;
  dwc:latitude '52.8017612'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723452'^^xsd:integer;
  dwc:observationDate '2011-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724470_20432724470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724470_20432724470> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724470_20432724470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8035431 4.6750726)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8035431"^^xsd:decimal ;
  dwc:decimalLongitude "4.6750726"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432724470_20432724470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724470'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.0433333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6750726'^^xsd:double;
  dwc:latitude '52.8035431'^^xsd:double;
  dwc:coordinatePrecision '5.7'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724470'^^xsd:integer;
  dwc:observationDate '2011-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432727581_20432727581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432727581_20432727581> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432727581_20432727581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8033393 4.6756389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8033393"^^xsd:decimal ;
  dwc:decimalLongitude "4.6756389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432727581_20432727581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432727581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432727581'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '22.903333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6756389'^^xsd:double;
  dwc:latitude '52.8033393'^^xsd:double;
  dwc:coordinatePrecision '11'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432727581'^^xsd:integer;
  dwc:observationDate '2011-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724452_20432724452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724452_20432724452> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724452_20432724452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8034727 4.6756909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8034727"^^xsd:decimal ;
  dwc:decimalLongitude "4.6756909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432724452_20432724452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724452'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.0352777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6756909'^^xsd:double;
  dwc:latitude '52.8034727'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724452'^^xsd:integer;
  dwc:observationDate '2011-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726930_20432726930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726930_20432726930> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726930_20432726930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8034049 4.6756983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8034049"^^xsd:decimal ;
  dwc:decimalLongitude "4.6756983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432726930_20432726930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726930'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.976666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6756983'^^xsd:double;
  dwc:latitude '52.8034049'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '-25'^^xsd:integer;
  dwc:maximumElevation '-25'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726930'^^xsd:integer;
  dwc:observationDate '2011-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724490_20432724490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724490_20432724490> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724490_20432724490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8033857 4.6758225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8033857"^^xsd:decimal ;
  dwc:decimalLongitude "4.6758225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432724490_20432724490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724490'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.053333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6758225'^^xsd:double;
  dwc:latitude '52.8033857'^^xsd:double;
  dwc:coordinatePrecision '6.5'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724490'^^xsd:integer;
  dwc:observationDate '2011-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722159_20432722159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722159_20432722159> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722159_20432722159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053559 4.6758838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8053559"^^xsd:decimal ;
  dwc:decimalLongitude "4.6758838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432722159_20432722159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722159'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '2.5563888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6758838'^^xsd:double;
  dwc:latitude '52.8053559'^^xsd:double;
  dwc:coordinatePrecision '9.5'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722159'^^xsd:integer;
  dwc:observationDate '2011-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726917_20432726917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726917_20432726917> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726917_20432726917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8035071 4.675889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8035071"^^xsd:decimal ;
  dwc:decimalLongitude "4.675889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432726917_20432726917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726917'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.961666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.675889'^^xsd:double;
  dwc:latitude '52.8035071'^^xsd:double;
  dwc:coordinatePrecision '7'^^xsd:integer;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726917'^^xsd:integer;
  dwc:observationDate '2011-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723042_20432723042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723042_20432723042> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723042_20432723042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053739 4.6761982)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8053739"^^xsd:decimal ;
  dwc:decimalLongitude "4.6761982"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432723042_20432723042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723042'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '4.9141666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6761982'^^xsd:double;
  dwc:latitude '52.8053739'^^xsd:double;
  dwc:coordinatePrecision '7.3'^^xsd:double;
  dwc:minimumElevation '-20'^^xsd:integer;
  dwc:maximumElevation '-20'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723042'^^xsd:integer;
  dwc:observationDate '2011-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723050_20432723050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723050_20432723050> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723050_20432723050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053507 4.6762604)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8053507"^^xsd:decimal ;
  dwc:decimalLongitude "4.6762604"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432723050_20432723050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723050'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '5.1713888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6762604'^^xsd:double;
  dwc:latitude '52.8053507'^^xsd:double;
  dwc:coordinatePrecision '6.1'^^xsd:double;
  dwc:minimumElevation '-29'^^xsd:integer;
  dwc:maximumElevation '-29'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723050'^^xsd:integer;
  dwc:observationDate '2011-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767875_20432767875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767875_20432767875> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767875_20432767875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056443 4.6762939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056443"^^xsd:decimal ;
  dwc:decimalLongitude "4.6762939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767875_20432767875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767875'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '3.4225'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6762939'^^xsd:double;
  dwc:latitude '52.8056443'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-18'^^xsd:integer;
  dwc:maximumElevation '-18'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767875'^^xsd:integer;
  dwc:observationDate '2011-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432727135_20432727135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432727135_20432727135> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432727135_20432727135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8044777 4.6766212)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8044777"^^xsd:decimal ;
  dwc:decimalLongitude "4.6766212"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432727135_20432727135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432727135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432727135'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '1.8638888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6766212'^^xsd:double;
  dwc:latitude '52.8044777'^^xsd:double;
  dwc:coordinatePrecision '6.5'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432727135'^^xsd:integer;
  dwc:observationDate '2011-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724431_20432724431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724431_20432724431> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724431_20432724431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8070061 4.6766699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8070061"^^xsd:decimal ;
  dwc:decimalLongitude "4.6766699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432724431_20432724431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724431'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.0266666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6766699'^^xsd:double;
  dwc:latitude '52.8070061'^^xsd:double;
  dwc:coordinatePrecision '4.8'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724431'^^xsd:integer;
  dwc:observationDate '2011-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432727121_20432727121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432727121_20432727121> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432727121_20432727121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8067821 4.6767696)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8067821"^^xsd:decimal ;
  dwc:decimalLongitude "4.6767696"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432727121_20432727121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432727121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432727121'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '0.84694444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6767696'^^xsd:double;
  dwc:latitude '52.8067821'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '13'^^xsd:integer;
  dwc:maximumElevation '13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432727121'^^xsd:integer;
  dwc:observationDate '2011-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726677_20432726677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726677_20432726677> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726677_20432726677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8070541 4.6767768)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8070541"^^xsd:decimal ;
  dwc:decimalLongitude "4.6767768"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432726677_20432726677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726677'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '0.0725'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6767768'^^xsd:double;
  dwc:latitude '52.8070541'^^xsd:double;
  dwc:coordinatePrecision '6.9'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726677'^^xsd:integer;
  dwc:observationDate '2011-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773393_20432773393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773393_20432773393> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773393_20432773393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8070668 4.6767768)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8070668"^^xsd:decimal ;
  dwc:decimalLongitude "4.6767768"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773393_20432773393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773393'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '0.52444444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6767768'^^xsd:double;
  dwc:latitude '52.8070668'^^xsd:double;
  dwc:coordinatePrecision '6.7'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773393'^^xsd:integer;
  dwc:observationDate '2012-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723018_20432723018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723018_20432723018> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723018_20432723018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8070557 4.6767854)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8070557"^^xsd:decimal ;
  dwc:decimalLongitude "4.6767854"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432723018_20432723018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723018'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '3.905'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6767854'^^xsd:double;
  dwc:latitude '52.8070557'^^xsd:double;
  dwc:coordinatePrecision '6.3'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723018'^^xsd:integer;
  dwc:observationDate '2011-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432727107_20432727107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432727107_20432727107> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432727107_20432727107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8069366 4.6768148)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8069366"^^xsd:decimal ;
  dwc:decimalLongitude "4.6768148"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432727107_20432727107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432727107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432727107'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.836666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6768148'^^xsd:double;
  dwc:latitude '52.8069366'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432727107'^^xsd:integer;
  dwc:observationDate '2011-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726690_20432726690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726690_20432726690> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726690_20432726690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8070547 4.6768646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8070547"^^xsd:decimal ;
  dwc:decimalLongitude "4.6768646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432726690_20432726690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726690'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '1.0833333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6768646'^^xsd:double;
  dwc:latitude '52.8070547'^^xsd:double;
  dwc:coordinatePrecision '5.9'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726690'^^xsd:integer;
  dwc:observationDate '2011-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726649_20432726649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726649_20432726649> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726649_20432726649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8051767 4.6768919)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8051767"^^xsd:decimal ;
  dwc:decimalLongitude "4.6768919"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "13.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432726649_20432726649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726649'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '22.046666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6768919'^^xsd:double;
  dwc:latitude '52.8051767'^^xsd:double;
  dwc:coordinatePrecision '13.4'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726649'^^xsd:integer;
  dwc:observationDate '2011-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432727093_20432727093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432727093_20432727093> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432727093_20432727093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8069478 4.6769098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8069478"^^xsd:decimal ;
  dwc:decimalLongitude "4.6769098"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432727093_20432727093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432727093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432727093'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '22.822777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6769098'^^xsd:double;
  dwc:latitude '52.8069478'^^xsd:double;
  dwc:coordinatePrecision '7.3'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432727093'^^xsd:integer;
  dwc:observationDate '2011-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722817_20432722817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722817_20432722817> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722817_20432722817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8070823 4.6769159)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8070823"^^xsd:decimal ;
  dwc:decimalLongitude "4.6769159"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "12.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432722817_20432722817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722817'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '15.245'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6769159'^^xsd:double;
  dwc:latitude '52.8070823'^^xsd:double;
  dwc:coordinatePrecision '12.6'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722817'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432727430_20432727430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432727430_20432727430> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432727430_20432727430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8070295 4.6769165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8070295"^^xsd:decimal ;
  dwc:decimalLongitude "4.6769165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432727430_20432727430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432727430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432727430'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.821944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6769165'^^xsd:double;
  dwc:latitude '52.8070295'^^xsd:double;
  dwc:minimumElevation '-30'^^xsd:integer;
  dwc:maximumElevation '-30'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432727430'^^xsd:integer;
  dwc:observationDate '2011-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773386_20432773386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773386_20432773386> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773386_20432773386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8069955 4.6769709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8069955"^^xsd:decimal ;
  dwc:decimalLongitude "4.6769709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773386_20432773386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773386'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '23.5125'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6769709'^^xsd:double;
  dwc:latitude '52.8069955'^^xsd:double;
  dwc:coordinatePrecision '3.7'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773386'^^xsd:integer;
  dwc:observationDate '2012-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725765_20432725765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725765_20432725765> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725765_20432725765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8068881 4.6769846)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8068881"^^xsd:decimal ;
  dwc:decimalLongitude "4.6769846"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432725765_20432725765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725765'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '0.53666666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6769846'^^xsd:double;
  dwc:latitude '52.8068881'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725765'^^xsd:integer;
  dwc:observationDate '2011-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726945_20432726945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726945_20432726945> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726945_20432726945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8069537 4.6770023)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8069537"^^xsd:decimal ;
  dwc:decimalLongitude "4.6770023"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432726945_20432726945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726945'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.983611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6770023'^^xsd:double;
  dwc:latitude '52.8069537'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumElevation '-21'^^xsd:integer;
  dwc:maximumElevation '-21'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726945'^^xsd:integer;
  dwc:observationDate '2011-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767866_20432767866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767866_20432767866> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767866_20432767866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8070934 4.6770183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8070934"^^xsd:decimal ;
  dwc:decimalLongitude "4.6770183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767866_20432767866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767866'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '2.4116666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6770183'^^xsd:double;
  dwc:latitude '52.8070934'^^xsd:double;
  dwc:coordinatePrecision '4.9'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767866'^^xsd:integer;
  dwc:observationDate '2011-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722850_20432722850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722850_20432722850> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722850_20432722850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8070215 4.6770184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8070215"^^xsd:decimal ;
  dwc:decimalLongitude "4.6770184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432722850_20432722850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722850'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17.28'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6770184'^^xsd:double;
  dwc:latitude '52.8070215'^^xsd:double;
  dwc:coordinatePrecision '10.3'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722850'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432727416_20432727416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432727416_20432727416> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432727416_20432727416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8070355 4.6770241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8070355"^^xsd:decimal ;
  dwc:decimalLongitude "4.6770241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432727416_20432727416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432727416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432727416'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.794166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6770241'^^xsd:double;
  dwc:latitude '52.8070355'^^xsd:double;
  dwc:coordinatePrecision '6.7'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432727416'^^xsd:integer;
  dwc:observationDate '2011-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721979_20432721979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721979_20432721979> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721979_20432721979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8069736 4.6770462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8069736"^^xsd:decimal ;
  dwc:decimalLongitude "4.6770462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432721979_20432721979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721979'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14.901111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6770462'^^xsd:double;
  dwc:latitude '52.8069736'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '-27'^^xsd:integer;
  dwc:maximumElevation '-27'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721979'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432727443_20432727443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432727443_20432727443> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432727443_20432727443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8070032 4.677063)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8070032"^^xsd:decimal ;
  dwc:decimalLongitude "4.677063"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432727443_20432727443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432727443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432727443'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '14.835'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.677063'^^xsd:double;
  dwc:latitude '52.8070032'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432727443'^^xsd:integer;
  dwc:observationDate '2011-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725751_20432725751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725751_20432725751> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725751_20432725751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8070673 4.6770639)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8070673"^^xsd:decimal ;
  dwc:decimalLongitude "4.6770639"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432725751_20432725751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725751'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '23.529444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6770639'^^xsd:double;
  dwc:latitude '52.8070673'^^xsd:double;
  dwc:coordinatePrecision '7.7'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725751'^^xsd:integer;
  dwc:observationDate '2011-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721992_20432721992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721992_20432721992> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721992_20432721992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8068591 4.677107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8068591"^^xsd:decimal ;
  dwc:decimalLongitude "4.677107"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432721992_20432721992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721992'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '15.911666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.677107'^^xsd:double;
  dwc:latitude '52.8068591'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '3'^^xsd:integer;
  dwc:maximumElevation '3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721992'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726197_20432726197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726197_20432726197> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726197_20432726197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8069902 4.6771406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8069902"^^xsd:decimal ;
  dwc:decimalLongitude "4.6771406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432726197_20432726197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726197'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '22.044166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6771406'^^xsd:double;
  dwc:latitude '52.8069902'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726197'^^xsd:integer;
  dwc:observationDate '2011-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432778946_20432778946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432778946_20432778946> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432778946_20432778946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8068388 4.6771539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8068388"^^xsd:decimal ;
  dwc:decimalLongitude "4.6771539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432778946_20432778946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432778946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432778946'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14.380555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6771539'^^xsd:double;
  dwc:latitude '52.8068388'^^xsd:double;
  dwc:coordinatePrecision '7.3'^^xsd:double;
  dwc:minimumElevation '-35'^^xsd:integer;
  dwc:maximumElevation '-35'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432778946'^^xsd:integer;
  dwc:observationDate '2012-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721783_20432721783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721783_20432721783> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721783_20432721783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8068579 4.6772183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8068579"^^xsd:decimal ;
  dwc:decimalLongitude "4.6772183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432721783_20432721783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721783'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '3.7622222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6772183'^^xsd:double;
  dwc:latitude '52.8068579'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721783'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726211_20432726211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726211_20432726211> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726211_20432726211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8070401 4.6772255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8070401"^^xsd:decimal ;
  dwc:decimalLongitude "4.6772255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432726211_20432726211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726211'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '23.053333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6772255'^^xsd:double;
  dwc:latitude '52.8070401'^^xsd:double;
  dwc:coordinatePrecision '9.1'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726211'^^xsd:integer;
  dwc:observationDate '2011-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722561_20432722561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722561_20432722561> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722561_20432722561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8070549 4.6772266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8070549"^^xsd:decimal ;
  dwc:decimalLongitude "4.6772266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432722561_20432722561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722561'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.3166666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6772266'^^xsd:double;
  dwc:latitude '52.8070549'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-18'^^xsd:integer;
  dwc:maximumElevation '-18'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722561'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726663_20432726663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726663_20432726663> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726663_20432726663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8069089 4.6772501)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8069089"^^xsd:decimal ;
  dwc:decimalLongitude "4.6772501"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "23.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432726663_20432726663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726663'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '23.058333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6772501'^^xsd:double;
  dwc:latitude '52.8069089'^^xsd:double;
  dwc:coordinatePrecision '23.2'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726663'^^xsd:integer;
  dwc:observationDate '2011-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722172_20432722172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722172_20432722172> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722172_20432722172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8068629 4.6773175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8068629"^^xsd:decimal ;
  dwc:decimalLongitude "4.6773175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432722172_20432722172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722172'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '3.565'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6773175'^^xsd:double;
  dwc:latitude '52.8068629'^^xsd:double;
  dwc:coordinatePrecision '7.7'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722172'^^xsd:integer;
  dwc:observationDate '2011-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722575_20432722575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722575_20432722575> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722575_20432722575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8069761 4.6773608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8069761"^^xsd:decimal ;
  dwc:decimalLongitude "4.6773608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432722575_20432722575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722575'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '4.335'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6773608'^^xsd:double;
  dwc:latitude '52.8069761'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722575'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722416_20432722416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722416_20432722416> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722416_20432722416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8068536 4.6774515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8068536"^^xsd:decimal ;
  dwc:decimalLongitude "4.6774515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432722416_20432722416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722416'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.733333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6774515'^^xsd:double;
  dwc:latitude '52.8068536'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722416'^^xsd:integer;
  dwc:observationDate '2011-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725737_20432725737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725737_20432725737> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725737_20432725737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8067689 4.6774796)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8067689"^^xsd:decimal ;
  dwc:decimalLongitude "4.6774796"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432725737_20432725737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725737'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.521111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6774796'^^xsd:double;
  dwc:latitude '52.8067689'^^xsd:double;
  dwc:coordinatePrecision '5.4'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725737'^^xsd:integer;
  dwc:observationDate '2011-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722834_20432722834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722834_20432722834> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722834_20432722834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8068579 4.6774798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8068579"^^xsd:decimal ;
  dwc:decimalLongitude "4.6774798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432722834_20432722834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722834'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '16.259166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6774798'^^xsd:double;
  dwc:latitude '52.8068579'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722834'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722183_20432722183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722183_20432722183> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722183_20432722183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8069126 4.6775498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8069126"^^xsd:decimal ;
  dwc:decimalLongitude "4.6775498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432722183_20432722183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722183'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.5766666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6775498'^^xsd:double;
  dwc:latitude '52.8069126'^^xsd:double;
  dwc:coordinatePrecision '5.9'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722183'^^xsd:integer;
  dwc:observationDate '2011-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723002_20432723002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723002_20432723002> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723002_20432723002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8068722 4.677848)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8068722"^^xsd:decimal ;
  dwc:decimalLongitude "4.677848"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432723002_20432723002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723002'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '2.8805555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.677848'^^xsd:double;
  dwc:latitude '52.8068722'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723002'^^xsd:integer;
  dwc:observationDate '2011-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722005_20432722005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722005_20432722005> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722005_20432722005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065929 4.6778622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8065929"^^xsd:decimal ;
  dwc:decimalLongitude "4.6778622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432722005_20432722005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722005'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '16.950833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6778622'^^xsd:double;
  dwc:latitude '52.8065929'^^xsd:double;
  dwc:coordinatePrecision '5.4'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722005'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723431_20432723431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723431_20432723431> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723431_20432723431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8067053 4.6780481)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8067053"^^xsd:decimal ;
  dwc:decimalLongitude "4.6780481"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432723431_20432723431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723431'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '4.2238888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6780481'^^xsd:double;
  dwc:latitude '52.8067053'^^xsd:double;
  dwc:coordinatePrecision '9.1'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723431'^^xsd:integer;
  dwc:observationDate '2011-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722802_20432722802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722802_20432722802> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722802_20432722802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8087668 4.6781596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8087668"^^xsd:decimal ;
  dwc:decimalLongitude "4.6781596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432722802_20432722802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722802'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '14.230277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6781596'^^xsd:double;
  dwc:latitude '52.8087668'^^xsd:double;
  dwc:coordinatePrecision '6.3'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722802'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722429_20432722429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722429_20432722429> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722429_20432722429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.808729 4.6783646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.808729"^^xsd:decimal ;
  dwc:decimalLongitude "4.6783646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432722429_20432722429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722429'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.742777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6783646'^^xsd:double;
  dwc:latitude '52.808729'^^xsd:double;
  dwc:coordinatePrecision '6.7'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722429'^^xsd:integer;
  dwc:observationDate '2011-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722866_20432722866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722866_20432722866> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722866_20432722866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.808702 4.6784766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.808702"^^xsd:decimal ;
  dwc:decimalLongitude "4.6784766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432722866_20432722866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722866'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '18.285'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6784766'^^xsd:double;
  dwc:latitude '52.808702'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722866'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724409_20432724409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724409_20432724409> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724409_20432724409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8081553 4.6785204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8081553"^^xsd:decimal ;
  dwc:decimalLongitude "4.6785204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432724409_20432724409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724409'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.2613888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6785204'^^xsd:double;
  dwc:latitude '52.8081553'^^xsd:double;
  dwc:coordinatePrecision '6.7'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724409'^^xsd:integer;
  dwc:observationDate '2011-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723418_20432723418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723418_20432723418> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723418_20432723418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8087042 4.67868)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8087042"^^xsd:decimal ;
  dwc:decimalLongitude "4.67868"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432723418_20432723418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723418'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '3.2069444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.67868'^^xsd:double;
  dwc:latitude '52.8087042'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723418'^^xsd:integer;
  dwc:observationDate '2011-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722905_20432722905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722905_20432722905> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722905_20432722905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8085533 4.6794469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8085533"^^xsd:decimal ;
  dwc:decimalLongitude "4.6794469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432722905_20432722905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722905'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '19.798333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6794469'^^xsd:double;
  dwc:latitude '52.8085533'^^xsd:double;
  dwc:coordinatePrecision '7.1'^^xsd:double;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722905'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432727052_20432727052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432727052_20432727052> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432727052_20432727052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8104198 4.6795899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8104198"^^xsd:decimal ;
  dwc:decimalLongitude "4.6795899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432727052_20432727052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432727052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432727052'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.795'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6795899'^^xsd:double;
  dwc:latitude '52.8104198'^^xsd:double;
  dwc:coordinatePrecision '6.3'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432727052'^^xsd:integer;
  dwc:observationDate '2011-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767859_20432767859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767859_20432767859> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767859_20432767859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.812717 4.6805971)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.812717"^^xsd:decimal ;
  dwc:decimalLongitude "4.6805971"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767859_20432767859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767859'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '1.4044444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6805971'^^xsd:double;
  dwc:latitude '52.812717'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767859'^^xsd:integer;
  dwc:observationDate '2011-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766781_20432766781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766781_20432766781> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766781_20432766781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8141341 4.6807565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8141341"^^xsd:decimal ;
  dwc:decimalLongitude "4.6807565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766781_20432766781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766781'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '22.893333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6807565'^^xsd:double;
  dwc:latitude '52.8141341'^^xsd:double;
  dwc:coordinatePrecision '6.5'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766781'^^xsd:integer;
  dwc:observationDate '2011-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782700_20432782700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782700_20432782700> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782700_20432782700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9628243 4.6827569)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9628243"^^xsd:decimal ;
  dwc:decimalLongitude "4.6827569"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432782700_20432782700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782700'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.569722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6827569'^^xsd:double;
  dwc:latitude '52.9628243'^^xsd:double;
  dwc:coordinatePrecision '3.7'^^xsd:double;
  dwc:minimumElevation '3'^^xsd:integer;
  dwc:maximumElevation '3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782700'^^xsd:integer;
  dwc:observationDate '2012-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782688_20432782688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782688_20432782688> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782688_20432782688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9626992 4.6827926)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9626992"^^xsd:decimal ;
  dwc:decimalLongitude "4.6827926"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432782688_20432782688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782688'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '10.559722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6827926'^^xsd:double;
  dwc:latitude '52.9626992'^^xsd:double;
  dwc:coordinatePrecision '8.6'^^xsd:double;
  dwc:minimumElevation '6'^^xsd:integer;
  dwc:maximumElevation '6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782688'^^xsd:integer;
  dwc:observationDate '2012-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782723_20432782723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782723_20432782723> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782723_20432782723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.962801 4.6828642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.962801"^^xsd:decimal ;
  dwc:decimalLongitude "4.6828642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432782723_20432782723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782723'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.0975'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6828642'^^xsd:double;
  dwc:latitude '52.962801'^^xsd:double;
  dwc:coordinatePrecision '5.9'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782723'^^xsd:integer;
  dwc:observationDate '2012-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782714_20432782714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782714_20432782714> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782714_20432782714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9628082 4.6829264)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9628082"^^xsd:decimal ;
  dwc:decimalLongitude "4.6829264"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432782714_20432782714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782714'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.089722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6829264'^^xsd:double;
  dwc:latitude '52.9628082'^^xsd:double;
  dwc:coordinatePrecision '6.3'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782714'^^xsd:integer;
  dwc:observationDate '2012-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782710_20432782710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782710_20432782710> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782710_20432782710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9627813 4.6829409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9627813"^^xsd:decimal ;
  dwc:decimalLongitude "4.6829409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432782710_20432782710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782710'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12.5825'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6829409'^^xsd:double;
  dwc:latitude '52.9627813'^^xsd:double;
  dwc:coordinatePrecision '7.2'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782710'^^xsd:integer;
  dwc:observationDate '2012-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771957_20432771957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771957_20432771957> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771957_20432771957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.815127 4.687991)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.815127"^^xsd:decimal ;
  dwc:decimalLongitude "4.687991"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771957_20432771957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771957'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '23.013055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.687991'^^xsd:double;
  dwc:latitude '52.815127'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771957'^^xsd:integer;
  dwc:observationDate '2012-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771974_20432771974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771974_20432771974> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771974_20432771974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8151397 4.6880501)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8151397"^^xsd:decimal ;
  dwc:decimalLongitude "4.6880501"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771974_20432771974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771974'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '1.0269444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6880501'^^xsd:double;
  dwc:latitude '52.8151397'^^xsd:double;
  dwc:coordinatePrecision '5.7'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771974'^^xsd:integer;
  dwc:observationDate '2012-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772182_20432772182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772182_20432772182> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772182_20432772182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8150907 4.6880599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8150907"^^xsd:decimal ;
  dwc:decimalLongitude "4.6880599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772182_20432772182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772182'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '18.001111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6880599'^^xsd:double;
  dwc:latitude '52.8150907'^^xsd:double;
  dwc:coordinatePrecision '6.4'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772182'^^xsd:integer;
  dwc:observationDate '2012-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771965_20432771965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771965_20432771965> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771965_20432771965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8150905 4.688085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8150905"^^xsd:decimal ;
  dwc:decimalLongitude "4.688085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771965_20432771965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771965'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '0.020555555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.688085'^^xsd:double;
  dwc:latitude '52.8150905'^^xsd:double;
  dwc:coordinatePrecision '9.1'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771965'^^xsd:integer;
  dwc:observationDate '2012-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772097_20432772097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772097_20432772097> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772097_20432772097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8150915 4.6881342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8150915"^^xsd:decimal ;
  dwc:decimalLongitude "4.6881342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772097_20432772097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772097'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '23.313888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6881342'^^xsd:double;
  dwc:latitude '52.8150915'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772097'^^xsd:integer;
  dwc:observationDate '2012-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777300_20432777300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777300_20432777300> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777300_20432777300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153077 4.688143)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153077"^^xsd:decimal ;
  dwc:decimalLongitude "4.688143"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777300_20432777300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777300'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '18.830277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.688143'^^xsd:double;
  dwc:latitude '52.8153077'^^xsd:double;
  dwc:coordinatePrecision '6.5'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777300'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767695_20432767695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767695_20432767695> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767695_20432767695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8148886 4.6881586)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8148886"^^xsd:decimal ;
  dwc:decimalLongitude "4.6881586"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767695_20432767695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767695'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '1.1611111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6881586'^^xsd:double;
  dwc:latitude '52.8148886'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767695'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722522_20432722522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722522_20432722522> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722522_20432722522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152666 4.6881604)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152666"^^xsd:decimal ;
  dwc:decimalLongitude "4.6881604"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432722522_20432722522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722522'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '0.30333333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6881604'^^xsd:double;
  dwc:latitude '52.8152666'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722522'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772094_20432772094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772094_20432772094> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772094_20432772094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8150431 4.6881609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8150431"^^xsd:decimal ;
  dwc:decimalLongitude "4.6881609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772094_20432772094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772094'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '22.302777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6881609'^^xsd:double;
  dwc:latitude '52.8150431'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772094'^^xsd:integer;
  dwc:observationDate '2012-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771983_20432771983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771983_20432771983> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771983_20432771983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8151242 4.688161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8151242"^^xsd:decimal ;
  dwc:decimalLongitude "4.688161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771983_20432771983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771983'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.0366666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.688161'^^xsd:double;
  dwc:latitude '52.8151242'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771983'^^xsd:integer;
  dwc:observationDate '2012-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722510_20432722510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722510_20432722510> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722510_20432722510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153269 4.6881645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153269"^^xsd:decimal ;
  dwc:decimalLongitude "4.6881645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432722510_20432722510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722510'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '23.296111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6881645'^^xsd:double;
  dwc:latitude '52.8153269'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722510'^^xsd:integer;
  dwc:observationDate '2011-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722535_20432722535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722535_20432722535> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722535_20432722535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152843 4.6881732)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152843"^^xsd:decimal ;
  dwc:decimalLongitude "4.6881732"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432722535_20432722535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722535'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '1.3116666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6881732'^^xsd:double;
  dwc:latitude '52.8152843'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722535'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767842_20432767842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767842_20432767842> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767842_20432767842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8151036 4.6881746)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8151036"^^xsd:decimal ;
  dwc:decimalLongitude "4.6881746"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767842_20432767842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767842'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '23.383611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6881746'^^xsd:double;
  dwc:latitude '52.8151036'^^xsd:double;
  dwc:coordinatePrecision '2.9'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767842'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772250_20432772250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772250_20432772250> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772250_20432772250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.815023 4.6881947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.815023"^^xsd:decimal ;
  dwc:decimalLongitude "4.6881947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772250_20432772250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772250'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '3.0866666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6881947'^^xsd:double;
  dwc:latitude '52.815023'^^xsd:double;
  dwc:coordinatePrecision '5.9'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772250'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767701_20432767701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767701_20432767701> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767701_20432767701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8149186 4.6882016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8149186"^^xsd:decimal ;
  dwc:decimalLongitude "4.6882016"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767701_20432767701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767701'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '2.1658333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6882016'^^xsd:double;
  dwc:latitude '52.8149186'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '3'^^xsd:integer;
  dwc:maximumElevation '3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767701'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772372_20432772372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772372_20432772372> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772372_20432772372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153246 4.6882191)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153246"^^xsd:decimal ;
  dwc:decimalLongitude "4.6882191"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "12.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772372_20432772372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772372'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '18.224722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6882191'^^xsd:double;
  dwc:latitude '52.8153246'^^xsd:double;
  dwc:coordinatePrecision '12.5'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772372'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772258_20432772258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772258_20432772258> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772258_20432772258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152666 4.6882224)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152666"^^xsd:decimal ;
  dwc:decimalLongitude "4.6882224"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772258_20432772258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772258'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.0977777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6882224'^^xsd:double;
  dwc:latitude '52.8152666'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772258'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767851_20432767851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767851_20432767851> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767851_20432767851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8151148 4.68823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8151148"^^xsd:decimal ;
  dwc:decimalLongitude "4.68823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767851_20432767851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767851'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '0.39333333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.68823'^^xsd:double;
  dwc:latitude '52.8151148'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767851'^^xsd:integer;
  dwc:observationDate '2011-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767716_20432767716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767716_20432767716> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767716_20432767716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8151695 4.6882764)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8151695"^^xsd:decimal ;
  dwc:decimalLongitude "4.6882764"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767716_20432767716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767716'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '5.2033333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6882764'^^xsd:double;
  dwc:latitude '52.8151695'^^xsd:double;
  dwc:coordinatePrecision '6.6'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767716'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773749_20432773749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773749_20432773749> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773749_20432773749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152219 4.6882854)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152219"^^xsd:decimal ;
  dwc:decimalLongitude "4.6882854"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773749_20432773749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773749'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '23.314166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6882854'^^xsd:double;
  dwc:latitude '52.8152219'^^xsd:double;
  dwc:coordinatePrecision '2.8'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773749'^^xsd:integer;
  dwc:observationDate '2012-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772090_20432772090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772090_20432772090> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772090_20432772090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8151076 4.6883044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8151076"^^xsd:decimal ;
  dwc:decimalLongitude "4.6883044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772090_20432772090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772090'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '21.291388888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6883044'^^xsd:double;
  dwc:latitude '52.8151076'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772090'^^xsd:integer;
  dwc:observationDate '2012-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767807_20432767807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767807_20432767807> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767807_20432767807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8151326 4.6883105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8151326"^^xsd:decimal ;
  dwc:decimalLongitude "4.6883105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767807_20432767807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767807'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '19.345'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6883105'^^xsd:double;
  dwc:latitude '52.8151326'^^xsd:double;
  dwc:coordinatePrecision '6.1'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767807'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772114_20432772114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772114_20432772114> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772114_20432772114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8151032 4.6883157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8151032"^^xsd:decimal ;
  dwc:decimalLongitude "4.6883157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772114_20432772114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772114'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '5.3758333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6883157'^^xsd:double;
  dwc:latitude '52.8151032'^^xsd:double;
  dwc:coordinatePrecision '5.7'^^xsd:double;
  dwc:minimumElevation '4'^^xsd:integer;
  dwc:maximumElevation '4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772114'^^xsd:integer;
  dwc:observationDate '2012-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771930_20432771930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771930_20432771930> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771930_20432771930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152146 4.6883166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152146"^^xsd:decimal ;
  dwc:decimalLongitude "4.6883166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771930_20432771930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771930'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.983333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6883166'^^xsd:double;
  dwc:latitude '52.8152146'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771930'^^xsd:integer;
  dwc:observationDate '2012-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767711_20432767711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767711_20432767711> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767711_20432767711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8151374 4.6883281)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8151374"^^xsd:decimal ;
  dwc:decimalLongitude "4.6883281"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767711_20432767711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767711'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '4.1866666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6883281'^^xsd:double;
  dwc:latitude '52.8151374'^^xsd:double;
  dwc:coordinatePrecision '7.3'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767711'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767799_20432767799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767799_20432767799> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767799_20432767799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8151092 4.6883283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8151092"^^xsd:decimal ;
  dwc:decimalLongitude "4.6883283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767799_20432767799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767799'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '18.336666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6883283'^^xsd:double;
  dwc:latitude '52.8151092'^^xsd:double;
  dwc:coordinatePrecision '5.9'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767799'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772210_20432772210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772210_20432772210> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772210_20432772210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8150923 4.6883292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8150923"^^xsd:decimal ;
  dwc:decimalLongitude "4.6883292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772210_20432772210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772210'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '22.039444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6883292'^^xsd:double;
  dwc:latitude '52.8150923'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772210'^^xsd:integer;
  dwc:observationDate '2012-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771948_20432771948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771948_20432771948> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771948_20432771948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152298 4.688333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152298"^^xsd:decimal ;
  dwc:decimalLongitude "4.688333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771948_20432771948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771948'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '22.003333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.688333'^^xsd:double;
  dwc:latitude '52.8152298'^^xsd:double;
  dwc:coordinatePrecision '3.7'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771948'^^xsd:integer;
  dwc:observationDate '2012-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767815_20432767815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767815_20432767815> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767815_20432767815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8151015 4.688334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8151015"^^xsd:decimal ;
  dwc:decimalLongitude "4.688334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767815_20432767815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767815'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '20.361666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.688334'^^xsd:double;
  dwc:latitude '52.8151015'^^xsd:double;
  dwc:coordinatePrecision '3.5'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767815'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771939_20432771939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771939_20432771939> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771939_20432771939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.815201 4.6883361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.815201"^^xsd:decimal ;
  dwc:decimalLongitude "4.6883361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771939_20432771939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771939'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '20.991666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6883361'^^xsd:double;
  dwc:latitude '52.815201'^^xsd:double;
  dwc:coordinatePrecision '7'^^xsd:integer;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771939'^^xsd:integer;
  dwc:observationDate '2012-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773757_20432773757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773757_20432773757> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773757_20432773757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8150928 4.6883372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8150928"^^xsd:decimal ;
  dwc:decimalLongitude "4.6883372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773757_20432773757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773757'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '0.32083333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6883372'^^xsd:double;
  dwc:latitude '52.8150928'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773757'^^xsd:integer;
  dwc:observationDate '2012-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772226_20432772226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772226_20432772226> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772226_20432772226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8150841 4.6883425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8150841"^^xsd:decimal ;
  dwc:decimalLongitude "4.6883425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772226_20432772226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772226'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0.061111111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6883425'^^xsd:double;
  dwc:latitude '52.8150841'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772226'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772202_20432772202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772202_20432772202> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772202_20432772202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.815104 4.68835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.815104"^^xsd:decimal ;
  dwc:decimalLongitude "4.68835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772202_20432772202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772202'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '21.028333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.68835'^^xsd:double;
  dwc:latitude '52.815104'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772202'^^xsd:integer;
  dwc:observationDate '2012-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773765_20432773765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773765_20432773765> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773765_20432773765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.815352 4.6883525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.815352"^^xsd:decimal ;
  dwc:decimalLongitude "4.6883525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773765_20432773765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773765'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '1.335'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6883525'^^xsd:double;
  dwc:latitude '52.815352'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773765'^^xsd:integer;
  dwc:observationDate '2012-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771823_20432771823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771823_20432771823> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771823_20432771823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152313 4.688361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152313"^^xsd:decimal ;
  dwc:decimalLongitude "4.688361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771823_20432771823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771823'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '3.985'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.688361'^^xsd:double;
  dwc:latitude '52.8152313'^^xsd:double;
  dwc:coordinatePrecision '8.7'^^xsd:double;
  dwc:minimumElevation '-24'^^xsd:integer;
  dwc:maximumElevation '-24'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771823'^^xsd:integer;
  dwc:observationDate '2012-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772266_20432772266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772266_20432772266> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772266_20432772266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8150605 4.6883613)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8150605"^^xsd:decimal ;
  dwc:decimalLongitude "4.6883613"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772266_20432772266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772266'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '5.1061111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6883613'^^xsd:double;
  dwc:latitude '52.8150605'^^xsd:double;
  dwc:coordinatePrecision '7.5'^^xsd:double;
  dwc:minimumElevation '16'^^xsd:integer;
  dwc:maximumElevation '16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772266'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767671_20432767671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767671_20432767671> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767671_20432767671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8150523 4.6883652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8150523"^^xsd:decimal ;
  dwc:decimalLongitude "4.6883652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767671_20432767671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767671'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '21.128055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6883652'^^xsd:double;
  dwc:latitude '52.8150523'^^xsd:double;
  dwc:coordinatePrecision '6.7'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767671'^^xsd:integer;
  dwc:observationDate '2011-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767824_20432767824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767824_20432767824> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767824_20432767824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8151237 4.6883658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8151237"^^xsd:decimal ;
  dwc:decimalLongitude "4.6883658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767824_20432767824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767824'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '21.368611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6883658'^^xsd:double;
  dwc:latitude '52.8151237'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '9'^^xsd:integer;
  dwc:maximumElevation '9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767824'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773741_20432773741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773741_20432773741> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773741_20432773741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152224 4.6883675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152224"^^xsd:decimal ;
  dwc:decimalLongitude "4.6883675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773741_20432773741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773741'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.311666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6883675'^^xsd:double;
  dwc:latitude '52.8152224'^^xsd:double;
  dwc:coordinatePrecision '2.5'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773741'^^xsd:integer;
  dwc:observationDate '2012-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772194_20432772194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772194_20432772194> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772194_20432772194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.815112 4.6883757)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.815112"^^xsd:decimal ;
  dwc:decimalLongitude "4.6883757"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772194_20432772194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772194'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '20.019444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6883757'^^xsd:double;
  dwc:latitude '52.815112'^^xsd:double;
  dwc:coordinatePrecision '7.2'^^xsd:double;
  dwc:minimumElevation '3'^^xsd:integer;
  dwc:maximumElevation '3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772194'^^xsd:integer;
  dwc:observationDate '2012-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776239_20432776239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776239_20432776239> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776239_20432776239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8146733 4.6883761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8146733"^^xsd:decimal ;
  dwc:decimalLongitude "4.6883761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776239_20432776239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776239'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '21.618611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6883761'^^xsd:double;
  dwc:latitude '52.8146733'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776239'^^xsd:integer;
  dwc:observationDate '2012-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773733_20432773733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773733_20432773733> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773733_20432773733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152389 4.6883765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152389"^^xsd:decimal ;
  dwc:decimalLongitude "4.6883765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773733_20432773733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773733'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21.293888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6883765'^^xsd:double;
  dwc:latitude '52.8152389'^^xsd:double;
  dwc:coordinatePrecision '5.6'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773733'^^xsd:integer;
  dwc:observationDate '2012-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772274_20432772274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772274_20432772274> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772274_20432772274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8151057 4.6883874)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8151057"^^xsd:decimal ;
  dwc:decimalLongitude "4.6883874"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772274_20432772274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772274'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.12'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6883874'^^xsd:double;
  dwc:latitude '52.8151057'^^xsd:double;
  dwc:coordinatePrecision '2.8'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772274'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767719_20432767719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767719_20432767719> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767719_20432767719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.815114 4.6883894)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.815114"^^xsd:decimal ;
  dwc:decimalLongitude "4.6883894"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767719_20432767719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767719'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '6.2116666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6883894'^^xsd:double;
  dwc:latitude '52.815114'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767719'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771827_20432771827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771827_20432771827> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771827_20432771827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153083 4.6883902)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153083"^^xsd:decimal ;
  dwc:decimalLongitude "4.6883902"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771827_20432771827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771827'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '4.9902777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6883902'^^xsd:double;
  dwc:latitude '52.8153083'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771827'^^xsd:integer;
  dwc:observationDate '2012-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772117_20432772117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772117_20432772117> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772117_20432772117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8150963 4.6883942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8150963"^^xsd:decimal ;
  dwc:decimalLongitude "4.6883942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772117_20432772117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772117'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '6.3866666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6883942'^^xsd:double;
  dwc:latitude '52.8150963'^^xsd:double;
  dwc:coordinatePrecision '2.6'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772117'^^xsd:integer;
  dwc:observationDate '2012-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772100_20432772100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772100_20432772100> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772100_20432772100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8150147 4.6883979)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8150147"^^xsd:decimal ;
  dwc:decimalLongitude "4.6883979"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772100_20432772100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772100'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '0.32666666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6883979'^^xsd:double;
  dwc:latitude '52.8150147'^^xsd:double;
  dwc:coordinatePrecision '6.3'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772100'^^xsd:integer;
  dwc:observationDate '2012-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772008_20432772008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772008_20432772008> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772008_20432772008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8151915 4.6883982)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8151915"^^xsd:decimal ;
  dwc:decimalLongitude "4.6883982"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "14.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772008_20432772008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772008'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '5.0816666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6883982'^^xsd:double;
  dwc:latitude '52.8151915'^^xsd:double;
  dwc:coordinatePrecision '14.4'^^xsd:double;
  dwc:minimumElevation '17'^^xsd:integer;
  dwc:maximumElevation '17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772008'^^xsd:integer;
  dwc:observationDate '2012-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773570_20432773570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773570_20432773570> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773570_20432773570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152514 4.6883982)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152514"^^xsd:decimal ;
  dwc:decimalLongitude "4.6883982"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773570_20432773570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773570'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '23.234166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6883982'^^xsd:double;
  dwc:latitude '52.8152514'^^xsd:double;
  dwc:coordinatePrecision '7.4'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773570'^^xsd:integer;
  dwc:observationDate '2012-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772381_20432772381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772381_20432772381> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772381_20432772381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153185 4.6884067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153185"^^xsd:decimal ;
  dwc:decimalLongitude "4.6884067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772381_20432772381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772381'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '19.229722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6884067'^^xsd:double;
  dwc:latitude '52.8153185'^^xsd:double;
  dwc:coordinatePrecision '5.4'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772381'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767833_20432767833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767833_20432767833> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767833_20432767833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8150821 4.6884319)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8150821"^^xsd:decimal ;
  dwc:decimalLongitude "4.6884319"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767833_20432767833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767833'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '22.376111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6884319'^^xsd:double;
  dwc:latitude '52.8150821'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767833'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771921_20432771921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771921_20432771921> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771921_20432771921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152494 4.6884359)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152494"^^xsd:decimal ;
  dwc:decimalLongitude "4.6884359"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771921_20432771921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771921'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '18.97'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6884359'^^xsd:double;
  dwc:latitude '52.8152494'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771921'^^xsd:integer;
  dwc:observationDate '2012-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775928_20432775928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775928_20432775928> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775928_20432775928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152689 4.6884516)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152689"^^xsd:decimal ;
  dwc:decimalLongitude "4.6884516"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432775928_20432775928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775928'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '19.343055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6884516'^^xsd:double;
  dwc:latitude '52.8152689'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775928'^^xsd:integer;
  dwc:observationDate '2012-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766408_20432766408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766408_20432766408> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766408_20432766408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152673 4.6884535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152673"^^xsd:decimal ;
  dwc:decimalLongitude "4.6884535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766408_20432766408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766408'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '4.1516666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6884535'^^xsd:double;
  dwc:latitude '52.8152673'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766408'^^xsd:integer;
  dwc:observationDate '2011-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767706_20432767706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767706_20432767706> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767706_20432767706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8150113 4.688454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8150113"^^xsd:decimal ;
  dwc:decimalLongitude "4.688454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767706_20432767706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767706'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '3.1727777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.688454'^^xsd:double;
  dwc:latitude '52.8150113'^^xsd:double;
  dwc:coordinatePrecision '10.2'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767706'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772242_20432772242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772242_20432772242> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772242_20432772242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8151708 4.6884595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8151708"^^xsd:decimal ;
  dwc:decimalLongitude "4.6884595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772242_20432772242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772242'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '2.0783333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6884595'^^xsd:double;
  dwc:latitude '52.8151708'^^xsd:double;
  dwc:coordinatePrecision '6.1'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772242'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772073_20432772073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772073_20432772073> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772073_20432772073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8150228 4.688479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8150228"^^xsd:decimal ;
  dwc:decimalLongitude "4.688479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772073_20432772073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772073'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.257222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.688479'^^xsd:double;
  dwc:latitude '52.8150228'^^xsd:double;
  dwc:coordinatePrecision '8.1'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772073'^^xsd:integer;
  dwc:observationDate '2012-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766404_20432766404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766404_20432766404> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766404_20432766404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152812 4.6884962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152812"^^xsd:decimal ;
  dwc:decimalLongitude "4.6884962"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766404_20432766404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766404'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '2.135'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6884962'^^xsd:double;
  dwc:latitude '52.8152812'^^xsd:double;
  dwc:coordinatePrecision '4.8'^^xsd:double;
  dwc:minimumElevation '4'^^xsd:integer;
  dwc:maximumElevation '4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766404'^^xsd:integer;
  dwc:observationDate '2011-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771831_20432771831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771831_20432771831> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771831_20432771831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153054 4.6885467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153054"^^xsd:decimal ;
  dwc:decimalLongitude "4.6885467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771831_20432771831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771831'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '6.0033333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6885467'^^xsd:double;
  dwc:latitude '52.8153054'^^xsd:double;
  dwc:coordinatePrecision '5.4'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771831'^^xsd:integer;
  dwc:observationDate '2012-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775906_20432775906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775906_20432775906> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775906_20432775906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8155216 4.688563)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8155216"^^xsd:decimal ;
  dwc:decimalLongitude "4.688563"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432775906_20432775906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775906'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '17.323055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.688563'^^xsd:double;
  dwc:latitude '52.8155216'^^xsd:double;
  dwc:coordinatePrecision '7.8'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775906'^^xsd:integer;
  dwc:observationDate '2012-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766406_20432766406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766406_20432766406> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766406_20432766406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152008 4.6885638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152008"^^xsd:decimal ;
  dwc:decimalLongitude "4.6885638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766406_20432766406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766406'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '3.1391666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6885638'^^xsd:double;
  dwc:latitude '52.8152008'^^xsd:double;
  dwc:coordinatePrecision '7.8'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766406'^^xsd:integer;
  dwc:observationDate '2011-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766401_20432766401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766401_20432766401> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766401_20432766401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153726 4.6885732)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153726"^^xsd:decimal ;
  dwc:decimalLongitude "4.6885732"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766401_20432766401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766401'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '1.1205555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6885732'^^xsd:double;
  dwc:latitude '52.8153726'^^xsd:double;
  dwc:coordinatePrecision '9.6'^^xsd:double;
  dwc:minimumElevation '4'^^xsd:integer;
  dwc:maximumElevation '4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766401'^^xsd:integer;
  dwc:observationDate '2011-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773602_20432773602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773602_20432773602> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773602_20432773602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154672 4.6886048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154672"^^xsd:decimal ;
  dwc:decimalLongitude "4.6886048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773602_20432773602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773602'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.2766666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6886048'^^xsd:double;
  dwc:latitude '52.8154672'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773602'^^xsd:integer;
  dwc:observationDate '2012-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432765963_20432765963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432765963_20432765963> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432765963_20432765963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152593 4.688618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152593"^^xsd:decimal ;
  dwc:decimalLongitude "4.688618"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432765963_20432765963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432765963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432765963'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '5.36'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.688618'^^xsd:double;
  dwc:latitude '52.8152593'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432765963'^^xsd:integer;
  dwc:observationDate '2011-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766551_20432766551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766551_20432766551> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766551_20432766551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153398 4.6886332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153398"^^xsd:decimal ;
  dwc:decimalLongitude "4.6886332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766551_20432766551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766551'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '2.3911111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6886332'^^xsd:double;
  dwc:latitude '52.8153398'^^xsd:double;
  dwc:coordinatePrecision '5.4'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766551'^^xsd:integer;
  dwc:observationDate '2011-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776015_20432776015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776015_20432776015> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776015_20432776015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154712 4.6886341)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154712"^^xsd:decimal ;
  dwc:decimalLongitude "4.6886341"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776015_20432776015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776015'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '3.4366666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6886341'^^xsd:double;
  dwc:latitude '52.8154712'^^xsd:double;
  dwc:coordinatePrecision '2.6'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776015'^^xsd:integer;
  dwc:observationDate '2012-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773702_20432773702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773702_20432773702> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773702_20432773702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154729 4.6886422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154729"^^xsd:decimal ;
  dwc:decimalLongitude "4.6886422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773702_20432773702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773702'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '17.2625'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6886422'^^xsd:double;
  dwc:latitude '52.8154729'^^xsd:double;
  dwc:coordinatePrecision '5.6'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773702'^^xsd:integer;
  dwc:observationDate '2012-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773709_20432773709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773709_20432773709> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773709_20432773709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154202 4.68866)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154202"^^xsd:decimal ;
  dwc:decimalLongitude "4.68866"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773709_20432773709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773709'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.276666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.68866'^^xsd:double;
  dwc:latitude '52.8154202'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773709'^^xsd:integer;
  dwc:observationDate '2012-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773773_20432773773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773773_20432773773> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773773_20432773773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153673 4.6886628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153673"^^xsd:decimal ;
  dwc:decimalLongitude "4.6886628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773773_20432773773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773773'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '2.3377777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6886628'^^xsd:double;
  dwc:latitude '52.8153673'^^xsd:double;
  dwc:coordinatePrecision '6.6'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773773'^^xsd:integer;
  dwc:observationDate '2012-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766542_20432766542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766542_20432766542> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766542_20432766542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.815329 4.6886645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.815329"^^xsd:decimal ;
  dwc:decimalLongitude "4.6886645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766542_20432766542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766542'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '1.3783333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6886645'^^xsd:double;
  dwc:latitude '52.815329'^^xsd:double;
  dwc:coordinatePrecision '7.5'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766542'^^xsd:integer;
  dwc:observationDate '2011-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773717_20432773717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773717_20432773717> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773717_20432773717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154469 4.6886808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154469"^^xsd:decimal ;
  dwc:decimalLongitude "4.6886808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773717_20432773717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773717'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '19.281388888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6886808'^^xsd:double;
  dwc:latitude '52.8154469'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773717'^^xsd:integer;
  dwc:observationDate '2012-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777534_20432777534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777534_20432777534> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777534_20432777534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.815479 4.6886975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.815479"^^xsd:decimal ;
  dwc:decimalLongitude "4.6886975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777534_20432777534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777534'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '17.632777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6886975'^^xsd:double;
  dwc:latitude '52.815479'^^xsd:double;
  dwc:coordinatePrecision '5.9'^^xsd:double;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777534'^^xsd:integer;
  dwc:observationDate '2012-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773725_20432773725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773725_20432773725> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773725_20432773725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153282 4.688709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153282"^^xsd:decimal ;
  dwc:decimalLongitude "4.688709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773725_20432773725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773725'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20.288888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.688709'^^xsd:double;
  dwc:latitude '52.8153282'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773725'^^xsd:integer;
  dwc:observationDate '2012-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767997_20432767997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767997_20432767997> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767997_20432767997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153907 4.6887095)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153907"^^xsd:decimal ;
  dwc:decimalLongitude "4.6887095"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767997_20432767997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767997'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '17.622222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6887095'^^xsd:double;
  dwc:latitude '52.8153907'^^xsd:double;
  dwc:coordinatePrecision '6.7'^^xsd:double;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767997'^^xsd:integer;
  dwc:observationDate '2011-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766561_20432766561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766561_20432766561> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766561_20432766561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152892 4.688714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152892"^^xsd:decimal ;
  dwc:decimalLongitude "4.688714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766561_20432766561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766561'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '3.4013888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.688714'^^xsd:double;
  dwc:latitude '52.8152892'^^xsd:double;
  dwc:coordinatePrecision '10.5'^^xsd:double;
  dwc:minimumElevation '-23'^^xsd:integer;
  dwc:maximumElevation '-23'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766561'^^xsd:integer;
  dwc:observationDate '2011-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775971_20432775971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775971_20432775971> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775971_20432775971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154495 4.688715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154495"^^xsd:decimal ;
  dwc:decimalLongitude "4.688715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432775971_20432775971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775971'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '23.378333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.688715'^^xsd:double;
  dwc:latitude '52.8154495'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775971'^^xsd:integer;
  dwc:observationDate '2012-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766398_20432766398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766398_20432766398> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766398_20432766398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153086 4.6887265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153086"^^xsd:decimal ;
  dwc:decimalLongitude "4.6887265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766398_20432766398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766398'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '0.1125'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6887265'^^xsd:double;
  dwc:latitude '52.8153086'^^xsd:double;
  dwc:coordinatePrecision '6.2'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766398'^^xsd:integer;
  dwc:observationDate '2011-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777176_20432777176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777176_20432777176> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777176_20432777176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154208 4.6887441)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154208"^^xsd:decimal ;
  dwc:decimalLongitude "4.6887441"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777176_20432777176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777176'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.6661111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6887441'^^xsd:double;
  dwc:latitude '52.8154208'^^xsd:double;
  dwc:coordinatePrecision '7.8'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777176'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432765922_20432765922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432765922_20432765922> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432765922_20432765922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152719 4.6887535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152719"^^xsd:decimal ;
  dwc:decimalLongitude "4.6887535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432765922_20432765922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432765922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432765922'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '23.275'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6887535'^^xsd:double;
  dwc:latitude '52.8152719'^^xsd:double;
  dwc:coordinatePrecision '5.4'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432765922'^^xsd:integer;
  dwc:observationDate '2011-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771782_20432771782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771782_20432771782> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771782_20432771782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154189 4.6887546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154189"^^xsd:decimal ;
  dwc:decimalLongitude "4.6887546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771782_20432771782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771782'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '18.887777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6887546'^^xsd:double;
  dwc:latitude '52.8154189'^^xsd:double;
  dwc:coordinatePrecision '8.8'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771782'^^xsd:integer;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775917_20432775917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775917_20432775917> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775917_20432775917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154008 4.6887641)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154008"^^xsd:decimal ;
  dwc:decimalLongitude "4.6887641"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432775917_20432775917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775917'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '18.336666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6887641'^^xsd:double;
  dwc:latitude '52.8154008'^^xsd:double;
  dwc:coordinatePrecision '4.9'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775917'^^xsd:integer;
  dwc:observationDate '2012-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766410_20432766410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766410_20432766410> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766410_20432766410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153388 4.6887784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153388"^^xsd:decimal ;
  dwc:decimalLongitude "4.6887784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766410_20432766410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766410'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '5.1647222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6887784'^^xsd:double;
  dwc:latitude '52.8153388'^^xsd:double;
  dwc:coordinatePrecision '6.1'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766410'^^xsd:integer;
  dwc:observationDate '2011-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771992_20432771992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771992_20432771992> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771992_20432771992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152367 4.6887808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152367"^^xsd:decimal ;
  dwc:decimalLongitude "4.6887808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771992_20432771992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771992'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '3.0430555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6887808'^^xsd:double;
  dwc:latitude '52.8152367'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771992'^^xsd:integer;
  dwc:observationDate '2012-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772175_20432772175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772175_20432772175> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772175_20432772175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154543 4.6887846)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154543"^^xsd:decimal ;
  dwc:decimalLongitude "4.6887846"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772175_20432772175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772175'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '16.991666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6887846'^^xsd:double;
  dwc:latitude '52.8154543'^^xsd:double;
  dwc:coordinatePrecision '6.1'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772175'^^xsd:integer;
  dwc:observationDate '2012-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766395_20432766395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766395_20432766395> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766395_20432766395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152994 4.6887899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152994"^^xsd:decimal ;
  dwc:decimalLongitude "4.6887899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766395_20432766395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766395'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '23.103333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6887899'^^xsd:double;
  dwc:latitude '52.8152994'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766395'^^xsd:integer;
  dwc:observationDate '2011-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772111_20432772111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772111_20432772111> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772111_20432772111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153263 4.6887952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153263"^^xsd:decimal ;
  dwc:decimalLongitude "4.6887952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772111_20432772111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772111'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '4.3616666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6887952'^^xsd:double;
  dwc:latitude '52.8153263'^^xsd:double;
  dwc:coordinatePrecision '6.8'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772111'^^xsd:integer;
  dwc:observationDate '2012-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772016_20432772016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772016_20432772016> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772016_20432772016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8151397 4.6887965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8151397"^^xsd:decimal ;
  dwc:decimalLongitude "4.6887965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772016_20432772016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772016'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.1091666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6887965'^^xsd:double;
  dwc:latitude '52.8151397'^^xsd:double;
  dwc:coordinatePrecision '7.3'^^xsd:double;
  dwc:minimumElevation '-110'^^xsd:integer;
  dwc:maximumElevation '-110'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772016'^^xsd:integer;
  dwc:observationDate '2012-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776026_20432776026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776026_20432776026> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776026_20432776026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8147044 4.6887999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8147044"^^xsd:decimal ;
  dwc:decimalLongitude "4.6887999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776026_20432776026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776026'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '4.4416666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6887999'^^xsd:double;
  dwc:latitude '52.8147044'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776026'^^xsd:integer;
  dwc:observationDate '2012-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766802_20432766802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766802_20432766802> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766802_20432766802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154873 4.688812)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154873"^^xsd:decimal ;
  dwc:decimalLongitude "4.688812"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766802_20432766802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766802'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '0.90527777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.688812'^^xsd:double;
  dwc:latitude '52.8154873'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766802'^^xsd:integer;
  dwc:observationDate '2011-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773586_20432773586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773586_20432773586> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773586_20432773586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154331 4.688823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154331"^^xsd:decimal ;
  dwc:decimalLongitude "4.688823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773586_20432773586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773586'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '1.2561111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.688823'^^xsd:double;
  dwc:latitude '52.8154331'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '7'^^xsd:integer;
  dwc:maximumElevation '7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773586'^^xsd:integer;
  dwc:observationDate '2012-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776207_20432776207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776207_20432776207> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776207_20432776207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8147472 4.6888275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8147472"^^xsd:decimal ;
  dwc:decimalLongitude "4.6888275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776207_20432776207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776207'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.586666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6888275'^^xsd:double;
  dwc:latitude '52.8147472'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776207'^^xsd:integer;
  dwc:observationDate '2012-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767790_20432767790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767790_20432767790> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767790_20432767790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152961 4.6888354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152961"^^xsd:decimal ;
  dwc:decimalLongitude "4.6888354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767790_20432767790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767790'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '17.326944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6888354'^^xsd:double;
  dwc:latitude '52.8152961'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-26'^^xsd:integer;
  dwc:maximumElevation '-26'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767790'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776217_20432776217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776217_20432776217> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776217_20432776217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8147025 4.688843)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8147025"^^xsd:decimal ;
  dwc:decimalLongitude "4.688843"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776217_20432776217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776217'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '19.593333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.688843'^^xsd:double;
  dwc:latitude '52.8147025'^^xsd:double;
  dwc:coordinatePrecision '6.4'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776217'^^xsd:integer;
  dwc:observationDate '2012-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776037_20432776037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776037_20432776037> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776037_20432776037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8147962 4.6888498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8147962"^^xsd:decimal ;
  dwc:decimalLongitude "4.6888498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776037_20432776037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776037'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '5.4519444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6888498'^^xsd:double;
  dwc:latitude '52.8147962'^^xsd:double;
  dwc:coordinatePrecision '10.2'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776037'^^xsd:integer;
  dwc:observationDate '2012-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773414_20432773414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773414_20432773414> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773414_20432773414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154391 4.6888528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154391"^^xsd:decimal ;
  dwc:decimalLongitude "4.6888528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773414_20432773414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773414'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3.5483333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6888528'^^xsd:double;
  dwc:latitude '52.8154391'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '-20'^^xsd:integer;
  dwc:maximumElevation '-20'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773414'^^xsd:integer;
  dwc:observationDate '2012-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767677_20432767677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767677_20432767677> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767677_20432767677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152547 4.6888549)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152547"^^xsd:decimal ;
  dwc:decimalLongitude "4.6888549"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767677_20432767677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767677'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '22.136111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6888549'^^xsd:double;
  dwc:latitude '52.8152547'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767677'^^xsd:integer;
  dwc:observationDate '2011-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777136_20432777136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777136_20432777136> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777136_20432777136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153498 4.6888555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153498"^^xsd:decimal ;
  dwc:decimalLongitude "4.6888555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777136_20432777136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777136'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '2.6252777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6888555'^^xsd:double;
  dwc:latitude '52.8153498'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777136'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766856_20432766856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766856_20432766856> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766856_20432766856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153069 4.6888607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153069"^^xsd:decimal ;
  dwc:decimalLongitude "4.6888607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766856_20432766856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766856'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '5.9516666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6888607'^^xsd:double;
  dwc:latitude '52.8153069'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766856'^^xsd:integer;
  dwc:observationDate '2011-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773421_20432773421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773421_20432773421> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773421_20432773421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154565 4.6888631)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154565"^^xsd:decimal ;
  dwc:decimalLongitude "4.6888631"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773421_20432773421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773421'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.56'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6888631'^^xsd:double;
  dwc:latitude '52.8154565'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '3'^^xsd:integer;
  dwc:maximumElevation '3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773421'^^xsd:integer;
  dwc:observationDate '2012-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773616_20432773616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773616_20432773616> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773616_20432773616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154472 4.6888651)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154472"^^xsd:decimal ;
  dwc:decimalLongitude "4.6888651"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773616_20432773616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773616'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5.2919444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6888651'^^xsd:double;
  dwc:latitude '52.8154472'^^xsd:double;
  dwc:coordinatePrecision '3.7'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773616'^^xsd:integer;
  dwc:observationDate '2012-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766122_20432766122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766122_20432766122> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766122_20432766122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153334 4.6888672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153334"^^xsd:decimal ;
  dwc:decimalLongitude "4.6888672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766122_20432766122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766122'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '4.1283333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6888672'^^xsd:double;
  dwc:latitude '52.8153334'^^xsd:double;
  dwc:coordinatePrecision '3.7'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766122'^^xsd:integer;
  dwc:observationDate '2011-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766072_20432766072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766072_20432766072> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766072_20432766072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153292 4.6888694)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153292"^^xsd:decimal ;
  dwc:decimalLongitude "4.6888694"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766072_20432766072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766072'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '21.051944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6888694'^^xsd:double;
  dwc:latitude '52.8153292'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766072'^^xsd:integer;
  dwc:observationDate '2011-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766064_20432766064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766064_20432766064> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766064_20432766064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153383 4.6888728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153383"^^xsd:decimal ;
  dwc:decimalLongitude "4.6888728"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766064_20432766064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766064'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '20.045'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6888728'^^xsd:double;
  dwc:latitude '52.8153383'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766064'^^xsd:integer;
  dwc:observationDate '2011-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776486_20432776486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776486_20432776486> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776486_20432776486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154074 4.688873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154074"^^xsd:decimal ;
  dwc:decimalLongitude "4.688873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776486_20432776486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776486'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.8525'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.688873'^^xsd:double;
  dwc:latitude '52.8154074'^^xsd:double;
  dwc:coordinatePrecision '5.4'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776486'^^xsd:integer;
  dwc:observationDate '2012-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767665_20432767665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767665_20432767665> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767665_20432767665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8149778 4.6888733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8149778"^^xsd:decimal ;
  dwc:decimalLongitude "4.6888733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767665_20432767665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767665'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '20.126666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6888733'^^xsd:double;
  dwc:latitude '52.8149778'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767665'^^xsd:integer;
  dwc:observationDate '2011-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773028_20432773028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773028_20432773028> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773028_20432773028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153503 4.6888793)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153503"^^xsd:decimal ;
  dwc:decimalLongitude "4.6888793"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773028_20432773028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773028'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.901666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6888793'^^xsd:double;
  dwc:latitude '52.8153503'^^xsd:double;
  dwc:coordinatePrecision '8.4'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773028'^^xsd:integer;
  dwc:observationDate '2012-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771778_20432771778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771778_20432771778> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771778_20432771778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154432 4.6888806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154432"^^xsd:decimal ;
  dwc:decimalLongitude "4.6888806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771778_20432771778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771778'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '17.875277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6888806'^^xsd:double;
  dwc:latitude '52.8154432'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771778'^^xsd:integer;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771719_20432771719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771719_20432771719> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771719_20432771719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153058 4.6888812)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153058"^^xsd:decimal ;
  dwc:decimalLongitude "4.6888812"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771719_20432771719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771719'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '1.69'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6888812'^^xsd:double;
  dwc:latitude '52.8153058'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771719'^^xsd:integer;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766116_20432766116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766116_20432766116> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766116_20432766116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153425 4.6888821)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153425"^^xsd:decimal ;
  dwc:decimalLongitude "4.6888821"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766116_20432766116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766116'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '3.1144444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6888821'^^xsd:double;
  dwc:latitude '52.8153425'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766116'^^xsd:integer;
  dwc:observationDate '2011-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773428_20432773428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773428_20432773428> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773428_20432773428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154293 4.6888827)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154293"^^xsd:decimal ;
  dwc:decimalLongitude "4.6888827"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773428_20432773428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773428'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.5666666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6888827'^^xsd:double;
  dwc:latitude '52.8154293'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773428'^^xsd:integer;
  dwc:observationDate '2012-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773379_20432773379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773379_20432773379> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773379_20432773379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154416 4.6888842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154416"^^xsd:decimal ;
  dwc:decimalLongitude "4.6888842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773379_20432773379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773379'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '22.511666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6888842'^^xsd:double;
  dwc:latitude '52.8154416'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773379'^^xsd:integer;
  dwc:observationDate '2012-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767683_20432767683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767683_20432767683> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767683_20432767683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152426 4.6888847)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152426"^^xsd:decimal ;
  dwc:decimalLongitude "4.6888847"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767683_20432767683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767683'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.145'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6888847'^^xsd:double;
  dwc:latitude '52.8152426'^^xsd:double;
  dwc:coordinatePrecision '2.8'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767683'^^xsd:integer;
  dwc:observationDate '2011-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766104_20432766104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766104_20432766104> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766104_20432766104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153289 4.688887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153289"^^xsd:decimal ;
  dwc:decimalLongitude "4.688887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766104_20432766104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766104'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '1.0866666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.688887'^^xsd:double;
  dwc:latitude '52.8153289'^^xsd:double;
  dwc:coordinatePrecision '7.3'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766104'^^xsd:integer;
  dwc:observationDate '2011-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771715_20432771715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771715_20432771715> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771715_20432771715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152826 4.6888896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152826"^^xsd:decimal ;
  dwc:decimalLongitude "4.6888896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771715_20432771715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771715'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.685'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6888896'^^xsd:double;
  dwc:latitude '52.8152826'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771715'^^xsd:integer;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767689_20432767689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767689_20432767689> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767689_20432767689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152319 4.6888918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152319"^^xsd:decimal ;
  dwc:decimalLongitude "4.6888918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767689_20432767689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767689'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '0.15055555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6888918'^^xsd:double;
  dwc:latitude '52.8152319'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767689'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432768029_20432768029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432768029_20432768029> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432768029_20432768029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152883 4.6888926)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152883"^^xsd:decimal ;
  dwc:decimalLongitude "4.6888926"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432768029_20432768029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432768029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432768029'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '21.650833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6888926'^^xsd:double;
  dwc:latitude '52.8152883'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432768029'^^xsd:integer;
  dwc:observationDate '2011-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766489_20432766489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766489_20432766489> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766489_20432766489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154258 4.6888991)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154258"^^xsd:decimal ;
  dwc:decimalLongitude "4.6888991"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766489_20432766489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766489'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '19.312222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6888991'^^xsd:double;
  dwc:latitude '52.8154258'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766489'^^xsd:integer;
  dwc:observationDate '2011-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432768022_20432768022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432768022_20432768022> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432768022_20432768022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152877 4.6889066)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152877"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889066"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432768022_20432768022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432768022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432768022'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '20.645'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889066'^^xsd:double;
  dwc:latitude '52.8152877'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432768022'^^xsd:integer;
  dwc:observationDate '2011-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777290_20432777290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777290_20432777290> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777290_20432777290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152932 4.6889081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152932"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777290_20432777290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777290'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.826111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889081'^^xsd:double;
  dwc:latitude '52.8152932'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777290'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776293_20432776293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776293_20432776293> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776293_20432776293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8150206 4.6889092)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8150206"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889092"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776293_20432776293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776293'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '2.6783333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889092'^^xsd:double;
  dwc:latitude '52.8150206'^^xsd:double;
  dwc:coordinatePrecision '5.7'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776293'^^xsd:integer;
  dwc:observationDate '2012-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766471_20432766471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766471_20432766471> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766471_20432766471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154894 4.6889101)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154894"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889101"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "12.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766471_20432766471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766471'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.296388888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889101'^^xsd:double;
  dwc:latitude '52.8154894'^^xsd:double;
  dwc:coordinatePrecision '12.5'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766471'^^xsd:integer;
  dwc:observationDate '2011-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766096_20432766096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766096_20432766096> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766096_20432766096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153175 4.6889103)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153175"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889103"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766096_20432766096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766096'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '0.076666666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889103'^^xsd:double;
  dwc:latitude '52.8153175'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766096'^^xsd:integer;
  dwc:observationDate '2011-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766088_20432766088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766088_20432766088> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766088_20432766088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.815323 4.6889114)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.815323"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889114"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766088_20432766088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766088'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '23.062777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889114'^^xsd:double;
  dwc:latitude '52.815323'^^xsd:double;
  dwc:coordinatePrecision '4.8'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766088'^^xsd:integer;
  dwc:observationDate '2011-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766480_20432766480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766480_20432766480> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766480_20432766480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154405 4.6889126)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154405"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889126"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766480_20432766480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766480'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.308333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889126'^^xsd:double;
  dwc:latitude '52.8154405'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766480'^^xsd:integer;
  dwc:observationDate '2011-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776228_20432776228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776228_20432776228> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776228_20432776228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8148253 4.688913)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8148253"^^xsd:decimal ;
  dwc:decimalLongitude "4.688913"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776228_20432776228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776228'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '20.603333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.688913'^^xsd:double;
  dwc:latitude '52.8148253'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776228'^^xsd:integer;
  dwc:observationDate '2012-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777060_20432777060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777060_20432777060> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777060_20432777060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153094 4.6889148)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153094"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889148"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777060_20432777060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777060'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '19.5775'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889148'^^xsd:double;
  dwc:latitude '52.8153094'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777060'^^xsd:integer;
  dwc:observationDate '2012-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766080_20432766080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766080_20432766080> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766080_20432766080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153263 4.6889164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153263"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766080_20432766080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766080'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '22.057222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889164'^^xsd:double;
  dwc:latitude '52.8153263'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766080'^^xsd:integer;
  dwc:observationDate '2011-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777082_20432777082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777082_20432777082> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777082_20432777082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152883 4.6889179)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152883"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889179"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777082_20432777082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777082'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.5875'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889179'^^xsd:double;
  dwc:latitude '52.8152883'^^xsd:double;
  dwc:coordinatePrecision '5.6'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777082'^^xsd:integer;
  dwc:observationDate '2012-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766824_20432766824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766824_20432766824> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766824_20432766824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152946 4.6889195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152946"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766824_20432766824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766824'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '2.9266666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889195'^^xsd:double;
  dwc:latitude '52.8152946'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766824'^^xsd:integer;
  dwc:observationDate '2011-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766110_20432766110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766110_20432766110> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766110_20432766110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153455 4.6889223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153455"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766110_20432766110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766110'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '2.0941666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889223'^^xsd:double;
  dwc:latitude '52.8153455'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766110'^^xsd:integer;
  dwc:observationDate '2011-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432768014_20432768014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432768014_20432768014> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432768014_20432768014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153747 4.6889319)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153747"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889319"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432768014_20432768014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432768014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432768014'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '19.634166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889319'^^xsd:double;
  dwc:latitude '52.8153747'^^xsd:double;
  dwc:coordinatePrecision '7.3'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432768014'^^xsd:integer;
  dwc:observationDate '2011-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766412_20432766412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766412_20432766412> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766412_20432766412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153316 4.6889356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153316"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766412_20432766412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766412'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.1766666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889356'^^xsd:double;
  dwc:latitude '52.8153316'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766412'^^xsd:integer;
  dwc:observationDate '2011-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773353_20432773353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773353_20432773353> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773353_20432773353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152886 4.6889365)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152886"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889365"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773353_20432773353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773353'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.480833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889365'^^xsd:double;
  dwc:latitude '52.8152886'^^xsd:double;
  dwc:coordinatePrecision '5.8'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773353'^^xsd:integer;
  dwc:observationDate '2012-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777071_20432777071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777071_20432777071> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777071_20432777071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153108 4.6889368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153108"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777071_20432777071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777071'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.583055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889368'^^xsd:double;
  dwc:latitude '52.8153108'^^xsd:double;
  dwc:coordinatePrecision '6.2'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777071'^^xsd:integer;
  dwc:observationDate '2012-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771816_20432771816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771816_20432771816> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771816_20432771816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153058 4.6889392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153058"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771816_20432771816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771816'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '1.95'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889392'^^xsd:double;
  dwc:latitude '52.8153058'^^xsd:double;
  dwc:coordinatePrecision '4.9'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771816'^^xsd:integer;
  dwc:observationDate '2012-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766056_20432766056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766056_20432766056> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766056_20432766056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8147635 4.6889393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8147635"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766056_20432766056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766056'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '19.033333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889393'^^xsd:double;
  dwc:latitude '52.8147635'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766056'^^xsd:integer;
  dwc:observationDate '2011-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773594_20432773594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773594_20432773594> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773594_20432773594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154136 4.6889474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154136"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773594_20432773594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773594'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '2.27'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889474'^^xsd:double;
  dwc:latitude '52.8154136'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773594'^^xsd:integer;
  dwc:observationDate '2012-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773407_20432773407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773407_20432773407> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773407_20432773407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154068 4.6889476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154068"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773407_20432773407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773407'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.5433333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889476'^^xsd:double;
  dwc:latitude '52.8154068'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773407'^^xsd:integer;
  dwc:observationDate '2012-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773346_20432773346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773346_20432773346> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773346_20432773346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154105 4.6889517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154105"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773346_20432773346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773346'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.468333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889517'^^xsd:double;
  dwc:latitude '52.8154105'^^xsd:double;
  dwc:coordinatePrecision '6.9'^^xsd:double;
  dwc:minimumElevation '-19'^^xsd:integer;
  dwc:maximumElevation '-19'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773346'^^xsd:integer;
  dwc:observationDate '2012-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771811_20432771811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771811_20432771811> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771811_20432771811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153311 4.6889518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153311"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771811_20432771811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771811'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0.94333333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889518'^^xsd:double;
  dwc:latitude '52.8153311'^^xsd:double;
  dwc:coordinatePrecision '5.7'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771811'^^xsd:integer;
  dwc:observationDate '2012-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777146_20432777146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777146_20432777146> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777146_20432777146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153836 4.6889545)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153836"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889545"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777146_20432777146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777146'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '3.635'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889545'^^xsd:double;
  dwc:latitude '52.8153836'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777146'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777050_20432777050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777050_20432777050> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777050_20432777050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152986 4.6889548)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152986"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889548"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777050_20432777050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777050'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.575'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889548'^^xsd:double;
  dwc:latitude '52.8152986'^^xsd:double;
  dwc:coordinatePrecision '2.8'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777050'^^xsd:integer;
  dwc:observationDate '2012-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773531_20432773531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773531_20432773531> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773531_20432773531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154283 4.6889608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154283"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773531_20432773531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773531'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '18.191666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889608'^^xsd:double;
  dwc:latitude '52.8154283'^^xsd:double;
  dwc:coordinatePrecision '8.4'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773531'^^xsd:integer;
  dwc:observationDate '2012-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773435_20432773435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773435_20432773435> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773435_20432773435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154378 4.6889695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154378"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773435_20432773435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773435'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.5866666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889695'^^xsd:double;
  dwc:latitude '52.8154378'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773435'^^xsd:integer;
  dwc:observationDate '2012-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766835_20432766835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766835_20432766835> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766835_20432766835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153541 4.6889709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153541"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766835_20432766835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766835'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '3.9305555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889709'^^xsd:double;
  dwc:latitude '52.8153541'^^xsd:double;
  dwc:coordinatePrecision '4.8'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766835'^^xsd:integer;
  dwc:observationDate '2011-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432768035_20432768035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432768035_20432768035> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432768035_20432768035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153009 4.6889715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153009"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432768035_20432768035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432768035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432768035'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '22.658888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889715'^^xsd:double;
  dwc:latitude '52.8153009'^^xsd:double;
  dwc:coordinatePrecision '6.8'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432768035'^^xsd:integer;
  dwc:observationDate '2011-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766515_20432766515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766515_20432766515> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766515_20432766515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153135 4.6889721)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153135"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889721"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766515_20432766515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766515'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '22.335833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889721'^^xsd:double;
  dwc:latitude '52.8153135'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766515'^^xsd:integer;
  dwc:observationDate '2011-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766507_20432766507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766507_20432766507> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766507_20432766507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.815299 4.6889762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.815299"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766507_20432766507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766507'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '21.330277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889762'^^xsd:double;
  dwc:latitude '52.815299'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766507'^^xsd:integer;
  dwc:observationDate '2011-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771791_20432771791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771791_20432771791> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771791_20432771791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152998 4.6889812)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152998"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889812"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771791_20432771791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771791'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.903333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889812'^^xsd:double;
  dwc:latitude '52.8152998'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771791'^^xsd:integer;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432768040_20432768040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432768040_20432768040> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432768040_20432768040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152462 4.6889825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152462"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432768040_20432768040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432768040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432768040'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '23.672777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889825'^^xsd:double;
  dwc:latitude '52.8152462'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '3'^^xsd:integer;
  dwc:maximumElevation '3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432768040'^^xsd:integer;
  dwc:observationDate '2011-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766498_20432766498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766498_20432766498> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766498_20432766498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153264 4.6889825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153264"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766498_20432766498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766498'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '20.328333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889825'^^xsd:double;
  dwc:latitude '52.8153264'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766498'^^xsd:integer;
  dwc:observationDate '2011-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773546_20432773546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773546_20432773546> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773546_20432773546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153239 4.6889844)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153239"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889844"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773546_20432773546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773546'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '20.214444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889844'^^xsd:double;
  dwc:latitude '52.8153239'^^xsd:double;
  dwc:coordinatePrecision '3.5'^^xsd:double;
  dwc:minimumElevation '13'^^xsd:integer;
  dwc:maximumElevation '13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773546'^^xsd:integer;
  dwc:observationDate '2012-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777093_20432777093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777093_20432777093> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777093_20432777093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.815318 4.6889856)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.815318"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889856"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777093_20432777093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777093'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '22.602777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889856'^^xsd:double;
  dwc:latitude '52.815318'^^xsd:double;
  dwc:coordinatePrecision '2.6'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777093'^^xsd:integer;
  dwc:observationDate '2012-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771801_20432771801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771801_20432771801> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771801_20432771801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152879 4.6889861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152879"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771801_20432771801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771801'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '22.924444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889861'^^xsd:double;
  dwc:latitude '52.8152879'^^xsd:double;
  dwc:coordinatePrecision '2.5'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771801'^^xsd:integer;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432768006_20432768006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432768006_20432768006> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432768006_20432768006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.815353 4.688989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.815353"^^xsd:decimal ;
  dwc:decimalLongitude "4.688989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432768006_20432768006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432768006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432768006'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '18.628333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.688989'^^xsd:double;
  dwc:latitude '52.815353'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432768006'^^xsd:integer;
  dwc:observationDate '2011-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771806_20432771806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771806_20432771806> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771806_20432771806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153048 4.6889894)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153048"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889894"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771806_20432771806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771806'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '23.9325'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889894'^^xsd:double;
  dwc:latitude '52.8153048'^^xsd:double;
  dwc:coordinatePrecision '2.8'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771806'^^xsd:integer;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772234_20432772234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772234_20432772234> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772234_20432772234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8150489 4.6889951)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8150489"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889951"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772234_20432772234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772234'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.0691666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889951'^^xsd:double;
  dwc:latitude '52.8150489'^^xsd:double;
  dwc:coordinatePrecision '3.5'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772234'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771903_20432771903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771903_20432771903> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771903_20432771903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154212 4.6889974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154212"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889974"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771903_20432771903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771903'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '16.953333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889974'^^xsd:double;
  dwc:latitude '52.8154212'^^xsd:double;
  dwc:coordinatePrecision '5'^^xsd:integer;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771903'^^xsd:integer;
  dwc:observationDate '2012-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766524_20432766524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766524_20432766524> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766524_20432766524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153191 4.6889976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153191"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889976"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766524_20432766524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766524'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '23.351944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889976'^^xsd:double;
  dwc:latitude '52.8153191'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766524'^^xsd:integer;
  dwc:observationDate '2011-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432765956_20432765956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432765956_20432765956> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432765956_20432765956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153838 4.6889989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153838"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "15.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432765956_20432765956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432765956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432765956'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '4.3497222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889989'^^xsd:double;
  dwc:latitude '52.8153838'^^xsd:double;
  dwc:coordinatePrecision '15.8'^^xsd:double;
  dwc:minimumElevation '14'^^xsd:integer;
  dwc:maximumElevation '14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432765956'^^xsd:integer;
  dwc:observationDate '2011-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777405_20432777405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777405_20432777405> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777405_20432777405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153001 4.6889991)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153001"^^xsd:decimal ;
  dwc:decimalLongitude "4.6889991"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777405_20432777405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777405'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '5.945'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6889991'^^xsd:double;
  dwc:latitude '52.8153001'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777405'^^xsd:integer;
  dwc:observationDate '2012-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771774_20432771774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771774_20432771774> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771774_20432771774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154132 4.689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154132"^^xsd:decimal ;
  dwc:decimalLongitude "4.689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771774_20432771774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771774'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '16.87'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.689'^^xsd:double;
  dwc:latitude '52.8154132'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771774'^^xsd:integer;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766813_20432766813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766813_20432766813> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766813_20432766813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153095 4.689002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153095"^^xsd:decimal ;
  dwc:decimalLongitude "4.689002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766813_20432766813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766813'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '1.92'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.689002'^^xsd:double;
  dwc:latitude '52.8153095'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766813'^^xsd:integer;
  dwc:observationDate '2011-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773609_20432773609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773609_20432773609> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773609_20432773609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153255 4.6890036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153255"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773609_20432773609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773609'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.2866666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890036'^^xsd:double;
  dwc:latitude '52.8153255'^^xsd:double;
  dwc:coordinatePrecision '2.8'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773609'^^xsd:integer;
  dwc:observationDate '2012-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777545_20432777545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777545_20432777545> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777545_20432777545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.815316 4.6890043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.815316"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777545_20432777545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777545'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '18.651666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890043'^^xsd:double;
  dwc:latitude '52.815316'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777545'^^xsd:integer;
  dwc:observationDate '2012-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771912_20432771912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771912_20432771912> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771912_20432771912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154206 4.689005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154206"^^xsd:decimal ;
  dwc:decimalLongitude "4.689005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771912_20432771912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771912'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '17.959444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.689005'^^xsd:double;
  dwc:latitude '52.8154206'^^xsd:double;
  dwc:coordinatePrecision '7.8'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771912'^^xsd:integer;
  dwc:observationDate '2012-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722497_20432722497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722497_20432722497> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722497_20432722497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154543 4.6890095)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154543"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890095"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432722497_20432722497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722497'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '22.286666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890095'^^xsd:double;
  dwc:latitude '52.8154543'^^xsd:double;
  dwc:coordinatePrecision '3.5'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722497'^^xsd:integer;
  dwc:observationDate '2011-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775982_20432775982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775982_20432775982> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775982_20432775982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.814869 4.6890114)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.814869"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890114"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432775982_20432775982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775982'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '0.38555555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890114'^^xsd:double;
  dwc:latitude '52.814869'^^xsd:double;
  dwc:coordinatePrecision '7.9'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775982'^^xsd:integer;
  dwc:observationDate '2012-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777824_20432777824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777824_20432777824> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777824_20432777824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153498 4.6890134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153498"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777824_20432777824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777824'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '17.926666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890134'^^xsd:double;
  dwc:latitude '52.8153498'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777824'^^xsd:integer;
  dwc:observationDate '2012-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773539_20432773539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773539_20432773539> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773539_20432773539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153571 4.6890152)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153571"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890152"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773539_20432773539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773539'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.2'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890152'^^xsd:double;
  dwc:latitude '52.8153571'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773539'^^xsd:integer;
  dwc:observationDate '2012-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773359_20432773359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773359_20432773359> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773359_20432773359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153237 4.6890163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153237"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773359_20432773359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773359'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.493333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890163'^^xsd:double;
  dwc:latitude '52.8153237'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773359'^^xsd:integer;
  dwc:observationDate '2012-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766727_20432766727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766727_20432766727> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766727_20432766727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153435 4.6890172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153435"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766727_20432766727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766727'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '17.8475'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890172'^^xsd:double;
  dwc:latitude '52.8153435'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '-25'^^xsd:integer;
  dwc:maximumElevation '-25'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766727'^^xsd:integer;
  dwc:observationDate '2011-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776196_20432776196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776196_20432776196> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776196_20432776196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8149177 4.6890173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8149177"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776196_20432776196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776196'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.575277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890173'^^xsd:double;
  dwc:latitude '52.8149177'^^xsd:double;
  dwc:coordinatePrecision '8.9'^^xsd:double;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776196'^^xsd:integer;
  dwc:observationDate '2012-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722975_20432722975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722975_20432722975> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722975_20432722975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154678 4.6890173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154678"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432722975_20432722975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722975'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '0.85611111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890173'^^xsd:double;
  dwc:latitude '52.8154678'^^xsd:double;
  dwc:coordinatePrecision '7.1'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722975'^^xsd:integer;
  dwc:observationDate '2011-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777156_20432777156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777156_20432777156> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777156_20432777156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.815364 4.6890204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.815364"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777156_20432777156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777156'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '4.645'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890204'^^xsd:double;
  dwc:latitude '52.815364'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777156'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771796_20432771796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771796_20432771796> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771796_20432771796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152764 4.689026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152764"^^xsd:decimal ;
  dwc:decimalLongitude "4.689026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771796_20432771796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771796'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '21.916666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.689026'^^xsd:double;
  dwc:latitude '52.8152764'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771796'^^xsd:integer;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777039_20432777039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777039_20432777039> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777039_20432777039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152565 4.6890276)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152565"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890276"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777039_20432777039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777039'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '17.558333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890276'^^xsd:double;
  dwc:latitude '52.8152565'^^xsd:double;
  dwc:coordinatePrecision '6.2'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777039'^^xsd:integer;
  dwc:observationDate '2012-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766749_20432766749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766749_20432766749> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766749_20432766749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154269 4.6890282)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154269"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890282"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766749_20432766749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766749'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '19.861666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890282'^^xsd:double;
  dwc:latitude '52.8154269'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766749'^^xsd:integer;
  dwc:observationDate '2011-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777357_20432777357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777357_20432777357> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777357_20432777357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153103 4.6890301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153103"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777357_20432777357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777357'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '0.9'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890301'^^xsd:double;
  dwc:latitude '52.8153103'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777357'^^xsd:integer;
  dwc:observationDate '2012-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766048_20432766048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766048_20432766048> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766048_20432766048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8147457 4.6890325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8147457"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766048_20432766048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766048'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.026944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890325'^^xsd:double;
  dwc:latitude '52.8147457'^^xsd:double;
  dwc:coordinatePrecision '6.6'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766048'^^xsd:integer;
  dwc:observationDate '2011-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777166_20432777166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777166_20432777166> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777166_20432777166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153039 4.6890339)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153039"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890339"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777166_20432777166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777166'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '5.66'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890339'^^xsd:double;
  dwc:latitude '52.8153039'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777166'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777396_20432777396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777396_20432777396> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777396_20432777396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153374 4.689034)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153374"^^xsd:decimal ;
  dwc:decimalLongitude "4.689034"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777396_20432777396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777396'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '4.9333333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.689034'^^xsd:double;
  dwc:latitude '52.8153374'^^xsd:double;
  dwc:coordinatePrecision '5.7'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777396'^^xsd:integer;
  dwc:observationDate '2012-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766759_20432766759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766759_20432766759> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766759_20432766759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154219 4.68904)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154219"^^xsd:decimal ;
  dwc:decimalLongitude "4.68904"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766759_20432766759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766759'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.871388888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.68904'^^xsd:double;
  dwc:latitude '52.8154219'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766759'^^xsd:integer;
  dwc:observationDate '2011-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777126_20432777126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777126_20432777126> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777126_20432777126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153216 4.6890445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153216"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777126_20432777126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777126'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '1.62'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890445'^^xsd:double;
  dwc:latitude '52.8153216'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777126'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722484_20432722484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722484_20432722484> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722484_20432722484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154705 4.6890474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154705"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432722484_20432722484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722484'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '21.277222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890474'^^xsd:double;
  dwc:latitude '52.8154705'^^xsd:double;
  dwc:coordinatePrecision '5.6'^^xsd:double;
  dwc:minimumElevation '3'^^xsd:integer;
  dwc:maximumElevation '3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722484'^^xsd:integer;
  dwc:observationDate '2011-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432727065_20432727065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432727065_20432727065> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432727065_20432727065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154486 4.689048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154486"^^xsd:decimal ;
  dwc:decimalLongitude "4.689048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432727065_20432727065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432727065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432727065'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '20.81'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.689048'^^xsd:double;
  dwc:latitude '52.8154486'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '4'^^xsd:integer;
  dwc:maximumElevation '4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432727065'^^xsd:integer;
  dwc:observationDate '2011-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777104_20432777104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777104_20432777104> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777104_20432777104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153542 4.6890491)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153542"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890491"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777104_20432777104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777104'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '23.608888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890491'^^xsd:double;
  dwc:latitude '52.8153542'^^xsd:double;
  dwc:coordinatePrecision '6.2'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777104'^^xsd:integer;
  dwc:observationDate '2012-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777845_20432777845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777845_20432777845> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777845_20432777845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152762 4.6890503)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152762"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890503"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777845_20432777845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777845'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '19.940277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890503'^^xsd:double;
  dwc:latitude '52.8152762'^^xsd:double;
  dwc:coordinatePrecision '6.2'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777845'^^xsd:integer;
  dwc:observationDate '2012-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432765928_20432765928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432765928_20432765928> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432765928_20432765928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153084 4.6890511)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153084"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890511"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432765928_20432765928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432765928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432765928'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '0.29333333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890511'^^xsd:double;
  dwc:latitude '52.8153084'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432765928'^^xsd:integer;
  dwc:observationDate '2011-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722961_20432722961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722961_20432722961> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722961_20432722961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.815461 4.6890521)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.815461"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890521"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432722961_20432722961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722961'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '23.842222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890521'^^xsd:double;
  dwc:latitude '52.815461'^^xsd:double;
  dwc:coordinatePrecision '7.2'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722961'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767659_20432767659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767659_20432767659> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767659_20432767659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.815441 4.6890526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.815441"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767659_20432767659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767659'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '19.108055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890526'^^xsd:double;
  dwc:latitude '52.815441'^^xsd:double;
  dwc:coordinatePrecision '11.9'^^xsd:double;
  dwc:minimumElevation '-21'^^xsd:integer;
  dwc:maximumElevation '-21'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767659'^^xsd:integer;
  dwc:observationDate '2011-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766738_20432766738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766738_20432766738> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766738_20432766738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154378 4.6890559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154378"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766738_20432766738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766738'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.850555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890559'^^xsd:double;
  dwc:latitude '52.8154378'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766738'^^xsd:integer;
  dwc:observationDate '2011-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771786_20432771786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771786_20432771786> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771786_20432771786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.815417 4.6890589)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.815417"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890589"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771786_20432771786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771786'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '19.895'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890589'^^xsd:double;
  dwc:latitude '52.815417'^^xsd:double;
  dwc:coordinatePrecision '9.4'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771786'^^xsd:integer;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773372_20432773372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773372_20432773372> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773372_20432773372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153248 4.6890603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153248"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773372_20432773372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773372'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '21.500555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890603'^^xsd:double;
  dwc:latitude '52.8153248'^^xsd:double;
  dwc:coordinatePrecision '7.3'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773372'^^xsd:integer;
  dwc:observationDate '2012-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776260_20432776260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776260_20432776260> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776260_20432776260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8148737 4.6890626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8148737"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776260_20432776260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776260'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '23.645'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890626'^^xsd:double;
  dwc:latitude '52.8148737'^^xsd:double;
  dwc:coordinatePrecision '2.9'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776260'^^xsd:integer;
  dwc:observationDate '2012-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773578_20432773578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773578_20432773578> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773578_20432773578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153126 4.6890626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153126"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773578_20432773578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773578'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '0.25277777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890626'^^xsd:double;
  dwc:latitude '52.8153126'^^xsd:double;
  dwc:coordinatePrecision '2.8'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773578'^^xsd:integer;
  dwc:observationDate '2012-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773562_20432773562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773562_20432773562> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773562_20432773562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153278 4.6890647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153278"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773562_20432773562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773562'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '22.230277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890647'^^xsd:double;
  dwc:latitude '52.8153278'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773562'^^xsd:integer;
  dwc:observationDate '2012-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726718_20432726718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726718_20432726718> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726718_20432726718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154674 4.6890673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154674"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432726718_20432726718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726718'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '3.1030555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890673'^^xsd:double;
  dwc:latitude '52.8154674'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726718'^^xsd:integer;
  dwc:observationDate '2011-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432765935_20432765935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432765935_20432765935> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432765935_20432765935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153291 4.6890714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153291"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432765935_20432765935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432765935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432765935'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.3038888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890714'^^xsd:double;
  dwc:latitude '52.8153291'^^xsd:double;
  dwc:coordinatePrecision '6.8'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432765935'^^xsd:integer;
  dwc:observationDate '2011-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432765942_20432765942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432765942_20432765942> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432765942_20432765942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153357 4.6890718)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153357"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890718"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432765942_20432765942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432765942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432765942'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '2.3136111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890718'^^xsd:double;
  dwc:latitude '52.8153357'^^xsd:double;
  dwc:coordinatePrecision '7'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432765942'^^xsd:integer;
  dwc:observationDate '2011-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773554_20432773554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773554_20432773554> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773554_20432773554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152862 4.6890724)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152862"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890724"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773554_20432773554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773554'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '21.226111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890724'^^xsd:double;
  dwc:latitude '52.8152862'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773554'^^xsd:integer;
  dwc:observationDate '2012-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777855_20432777855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777855_20432777855> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777855_20432777855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153573 4.6890734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153573"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890734"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777855_20432777855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777855'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '20.947777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890734'^^xsd:double;
  dwc:latitude '52.8153573'^^xsd:double;
  dwc:coordinatePrecision '9.7'^^xsd:double;
  dwc:minimumElevation '3'^^xsd:integer;
  dwc:maximumElevation '3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777855'^^xsd:integer;
  dwc:observationDate '2012-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432765949_20432765949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432765949_20432765949> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432765949_20432765949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152838 4.6890755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152838"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432765949_20432765949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432765949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432765949'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '3.3283333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890755'^^xsd:double;
  dwc:latitude '52.8152838'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432765949'^^xsd:integer;
  dwc:observationDate '2011-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776282_20432776282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776282_20432776282> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776282_20432776282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8149201 4.6890763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8149201"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776282_20432776282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776282'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '1.6688888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890763'^^xsd:double;
  dwc:latitude '52.8149201'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776282'^^xsd:integer;
  dwc:observationDate '2012-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777387_20432777387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777387_20432777387> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777387_20432777387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153894 4.6890853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153894"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777387_20432777387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777387'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '3.9219444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890853'^^xsd:double;
  dwc:latitude '52.8153894'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777387'^^xsd:integer;
  dwc:observationDate '2012-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726704_20432726704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726704_20432726704> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726704_20432726704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8155027 4.689087)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8155027"^^xsd:decimal ;
  dwc:decimalLongitude "4.689087"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432726704_20432726704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726704'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '2.0916666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.689087'^^xsd:double;
  dwc:latitude '52.8155027'^^xsd:double;
  dwc:coordinatePrecision '7.1'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726704'^^xsd:integer;
  dwc:observationDate '2011-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722947_20432722947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722947_20432722947> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722947_20432722947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153094 4.6890882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153094"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432722947_20432722947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722947'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '22.828611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890882'^^xsd:double;
  dwc:latitude '52.8153094'^^xsd:double;
  dwc:coordinatePrecision '11.8'^^xsd:double;
  dwc:minimumElevation '12'^^xsd:integer;
  dwc:maximumElevation '12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722947'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776271_20432776271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776271_20432776271> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776271_20432776271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153282 4.6890955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153282"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "17.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776271_20432776271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776271'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '0.66333333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890955'^^xsd:double;
  dwc:latitude '52.8153282'^^xsd:double;
  dwc:coordinatePrecision '17.5'^^xsd:double;
  dwc:minimumElevation '-85'^^xsd:integer;
  dwc:maximumElevation '-85'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776271'^^xsd:integer;
  dwc:observationDate '2012-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773365_20432773365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773365_20432773365> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773365_20432773365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152788 4.6890961)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152788"^^xsd:decimal ;
  dwc:decimalLongitude "4.6890961"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773365_20432773365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773365'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.498055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6890961'^^xsd:double;
  dwc:latitude '52.8152788'^^xsd:double;
  dwc:coordinatePrecision '3.7'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773365'^^xsd:integer;
  dwc:observationDate '2012-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766040_20432766040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766040_20432766040> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766040_20432766040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8148176 4.6891003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8148176"^^xsd:decimal ;
  dwc:decimalLongitude "4.6891003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766040_20432766040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766040'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '17.0175'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6891003'^^xsd:double;
  dwc:latitude '52.8148176'^^xsd:double;
  dwc:coordinatePrecision '7.9'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766040'^^xsd:integer;
  dwc:observationDate '2011-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722989_20432722989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722989_20432722989> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722989_20432722989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.815464 4.6891014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.815464"^^xsd:decimal ;
  dwc:decimalLongitude "4.6891014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432722989_20432722989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722989'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '1.87'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6891014'^^xsd:double;
  dwc:latitude '52.815464'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722989'^^xsd:integer;
  dwc:observationDate '2011-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777115_20432777115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777115_20432777115> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777115_20432777115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.815416 4.6891027)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.815416"^^xsd:decimal ;
  dwc:decimalLongitude "4.6891027"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777115_20432777115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777115'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '0.61111111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6891027'^^xsd:double;
  dwc:latitude '52.815416'^^xsd:double;
  dwc:coordinatePrecision '7.9'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777115'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766716_20432766716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766716_20432766716> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766716_20432766716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154523 4.6891041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154523"^^xsd:decimal ;
  dwc:decimalLongitude "4.6891041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766716_20432766716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766716'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '16.844444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6891041'^^xsd:double;
  dwc:latitude '52.8154523'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766716'^^xsd:integer;
  dwc:observationDate '2011-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773523_20432773523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773523_20432773523> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773523_20432773523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153129 4.6891081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153129"^^xsd:decimal ;
  dwc:decimalLongitude "4.6891081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773523_20432773523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773523'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.182777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6891081'^^xsd:double;
  dwc:latitude '52.8153129'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773523'^^xsd:integer;
  dwc:observationDate '2012-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767000_20432767000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767000_20432767000> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767000_20432767000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154494 4.6891083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154494"^^xsd:decimal ;
  dwc:decimalLongitude "4.6891083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "15"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767000_20432767000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767000'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.986666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6891083'^^xsd:double;
  dwc:latitude '52.8154494'^^xsd:double;
  dwc:coordinatePrecision '15'^^xsd:integer;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767000'^^xsd:integer;
  dwc:observationDate '2011-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432727079_20432727079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432727079_20432727079> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432727079_20432727079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153342 4.6891133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153342"^^xsd:decimal ;
  dwc:decimalLongitude "4.6891133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432727079_20432727079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432727079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432727079'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '21.815277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6891133'^^xsd:double;
  dwc:latitude '52.8153342'^^xsd:double;
  dwc:coordinatePrecision '11.6'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432727079'^^xsd:integer;
  dwc:observationDate '2011-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773930_20432773930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773930_20432773930> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773930_20432773930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8150057 4.6891392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8150057"^^xsd:decimal ;
  dwc:decimalLongitude "4.6891392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773930_20432773930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773930'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '19.295'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6891392'^^xsd:double;
  dwc:latitude '52.8150057'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773930'^^xsd:integer;
  dwc:observationDate '2012-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772108_20432772108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772108_20432772108> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772108_20432772108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153359 4.6891408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153359"^^xsd:decimal ;
  dwc:decimalLongitude "4.6891408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772108_20432772108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772108'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '3.3533333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6891408'^^xsd:double;
  dwc:latitude '52.8153359'^^xsd:double;
  dwc:coordinatePrecision '5.4'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772108'^^xsd:integer;
  dwc:observationDate '2012-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725793_20432725793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725793_20432725793> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725793_20432725793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154857 4.6891408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154857"^^xsd:decimal ;
  dwc:decimalLongitude "4.6891408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "18.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432725793_20432725793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725793'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '2.5569444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6891408'^^xsd:double;
  dwc:latitude '52.8154857'^^xsd:double;
  dwc:coordinatePrecision '18.8'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725793'^^xsd:integer;
  dwc:observationDate '2011-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725779_20432725779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725779_20432725779> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725779_20432725779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154641 4.6891425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154641"^^xsd:decimal ;
  dwc:decimalLongitude "4.6891425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432725779_20432725779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725779'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '1.5494444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6891425'^^xsd:double;
  dwc:latitude '52.8154641'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725779'^^xsd:integer;
  dwc:observationDate '2011-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772218_20432772218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772218_20432772218> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772218_20432772218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152248 4.6891426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152248"^^xsd:decimal ;
  dwc:decimalLongitude "4.6891426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772218_20432772218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772218'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '23.045'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6891426'^^xsd:double;
  dwc:latitude '52.8152248'^^xsd:double;
  dwc:coordinatePrecision '7.6'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772218'^^xsd:integer;
  dwc:observationDate '2012-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772106_20432772106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772106_20432772106> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772106_20432772106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153403 4.6891551)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153403"^^xsd:decimal ;
  dwc:decimalLongitude "4.6891551"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772106_20432772106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772106'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.345'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6891551'^^xsd:double;
  dwc:latitude '52.8153403'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772106'^^xsd:integer;
  dwc:observationDate '2012-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722919_20432722919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722919_20432722919> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722919_20432722919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154658 4.6891566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154658"^^xsd:decimal ;
  dwc:decimalLongitude "4.6891566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432722919_20432722919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722919'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20.809444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6891566'^^xsd:double;
  dwc:latitude '52.8154658'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '5'^^xsd:integer;
  dwc:maximumElevation '5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722919'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766770_20432766770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766770_20432766770> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766770_20432766770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153575 4.6891689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153575"^^xsd:decimal ;
  dwc:decimalLongitude "4.6891689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766770_20432766770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766770'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.881111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6891689'^^xsd:double;
  dwc:latitude '52.8153575'^^xsd:double;
  dwc:coordinatePrecision '8.3'^^xsd:double;
  dwc:minimumElevation '4'^^xsd:integer;
  dwc:maximumElevation '4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766770'^^xsd:integer;
  dwc:observationDate '2011-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773623_20432773623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773623_20432773623> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773623_20432773623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154073 4.6891748)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154073"^^xsd:decimal ;
  dwc:decimalLongitude "4.6891748"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773623_20432773623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773623'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.2955555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6891748'^^xsd:double;
  dwc:latitude '52.8154073'^^xsd:double;
  dwc:coordinatePrecision '6.3'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773623'^^xsd:integer;
  dwc:observationDate '2012-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772103_20432772103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772103_20432772103> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772103_20432772103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153379 4.6891897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153379"^^xsd:decimal ;
  dwc:decimalLongitude "4.6891897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772103_20432772103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772103'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.335'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6891897'^^xsd:double;
  dwc:latitude '52.8153379'^^xsd:double;
  dwc:coordinatePrecision '4.9'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772103'^^xsd:integer;
  dwc:observationDate '2012-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777877_20432777877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777877_20432777877> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777877_20432777877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152973 4.6891904)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152973"^^xsd:decimal ;
  dwc:decimalLongitude "4.6891904"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777877_20432777877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777877'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.968333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6891904'^^xsd:double;
  dwc:latitude '52.8152973'^^xsd:double;
  dwc:coordinatePrecision '7.3'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777877'^^xsd:integer;
  dwc:observationDate '2012-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722933_20432722933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722933_20432722933> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722933_20432722933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154339 4.6891912)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154339"^^xsd:decimal ;
  dwc:decimalLongitude "4.6891912"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432722933_20432722933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722933'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '21.816944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6891912'^^xsd:double;
  dwc:latitude '52.8154339'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722933'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767032_20432767032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767032_20432767032> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767032_20432767032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152442 4.6892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152442"^^xsd:decimal ;
  dwc:decimalLongitude "4.6892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767032_20432767032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767032'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '21.011666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6892'^^xsd:double;
  dwc:latitude '52.8152442'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767032'^^xsd:integer;
  dwc:observationDate '2011-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777866_20432777866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777866_20432777866> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777866_20432777866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152723 4.6892056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152723"^^xsd:decimal ;
  dwc:decimalLongitude "4.6892056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777866_20432777866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777866'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21.954166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6892056'^^xsd:double;
  dwc:latitude '52.8152723'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777866'^^xsd:integer;
  dwc:observationDate '2012-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766578_20432766578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766578_20432766578> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766578_20432766578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.81526 4.6892214)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.81526"^^xsd:decimal ;
  dwc:decimalLongitude "4.6892214"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766578_20432766578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766578'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '5.4161111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6892214'^^xsd:double;
  dwc:latitude '52.81526'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766578'^^xsd:integer;
  dwc:observationDate '2011-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772461_20432772461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772461_20432772461> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772461_20432772461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152876 4.689223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152876"^^xsd:decimal ;
  dwc:decimalLongitude "4.689223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772461_20432772461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772461'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '6.345'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.689223'^^xsd:double;
  dwc:latitude '52.8152876'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772461'^^xsd:integer;
  dwc:observationDate '2012-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766588_20432766588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766588_20432766588> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766588_20432766588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.815228 4.6892317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.815228"^^xsd:decimal ;
  dwc:decimalLongitude "4.6892317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766588_20432766588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766588'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.4283333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6892317'^^xsd:double;
  dwc:latitude '52.815228'^^xsd:double;
  dwc:coordinatePrecision '7.3'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766588'^^xsd:integer;
  dwc:observationDate '2011-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777310_20432777310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777310_20432777310> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777310_20432777310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152942 4.6892511)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152942"^^xsd:decimal ;
  dwc:decimalLongitude "4.6892511"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777310_20432777310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777310'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.844444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6892511'^^xsd:double;
  dwc:latitude '52.8152942'^^xsd:double;
  dwc:coordinatePrecision '2.9'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777310'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776303_20432776303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776303_20432776303> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776303_20432776303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8151924 4.6892608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8151924"^^xsd:decimal ;
  dwc:decimalLongitude "4.6892608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776303_20432776303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776303'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '3.6933333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6892608'^^xsd:double;
  dwc:latitude '52.8151924'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776303'^^xsd:integer;
  dwc:observationDate '2012-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776325_20432776325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776325_20432776325> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776325_20432776325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152731 4.6892744)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152731"^^xsd:decimal ;
  dwc:decimalLongitude "4.6892744"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "28.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776325_20432776325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776325'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '5.7152777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6892744'^^xsd:double;
  dwc:latitude '52.8152731'^^xsd:double;
  dwc:coordinatePrecision '28.4'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776325'^^xsd:integer;
  dwc:observationDate '2012-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777377_20432777377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777377_20432777377> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777377_20432777377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152326 4.6892784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152326"^^xsd:decimal ;
  dwc:decimalLongitude "4.6892784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777377_20432777377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777377'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '2.92'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6892784'^^xsd:double;
  dwc:latitude '52.8152326'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777377'^^xsd:integer;
  dwc:observationDate '2012-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777888_20432777888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777888_20432777888> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777888_20432777888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153091 4.6892817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153091"^^xsd:decimal ;
  dwc:decimalLongitude "4.6892817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777888_20432777888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777888'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.982777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6892817'^^xsd:double;
  dwc:latitude '52.8153091'^^xsd:double;
  dwc:coordinatePrecision '2.7'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777888'^^xsd:integer;
  dwc:observationDate '2012-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773919_20432773919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773919_20432773919> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773919_20432773919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152677 4.6892882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152677"^^xsd:decimal ;
  dwc:decimalLongitude "4.6892882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773919_20432773919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773919'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '18.286944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6892882'^^xsd:double;
  dwc:latitude '52.8152677'^^xsd:double;
  dwc:coordinatePrecision '9.1'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773919'^^xsd:integer;
  dwc:observationDate '2012-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773908_20432773908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773908_20432773908> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773908_20432773908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152913 4.6893038)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152913"^^xsd:decimal ;
  dwc:decimalLongitude "4.6893038"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773908_20432773908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773908'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '17.275277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6893038'^^xsd:double;
  dwc:latitude '52.8152913'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773908'^^xsd:integer;
  dwc:observationDate '2012-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767043_20432767043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767043_20432767043> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767043_20432767043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152386 4.6893056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152386"^^xsd:decimal ;
  dwc:decimalLongitude "4.6893056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767043_20432767043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767043'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '22.031944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6893056'^^xsd:double;
  dwc:latitude '52.8152386'^^xsd:double;
  dwc:coordinatePrecision '3.7'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767043'^^xsd:integer;
  dwc:observationDate '2011-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773802_20432773802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773802_20432773802> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773802_20432773802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8149763 4.6893174)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8149763"^^xsd:decimal ;
  dwc:decimalLongitude "4.6893174"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773802_20432773802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773802'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.385'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6893174'^^xsd:double;
  dwc:latitude '52.8149763'^^xsd:double;
  dwc:coordinatePrecision '4.9'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773802'^^xsd:integer;
  dwc:observationDate '2012-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767021_20432767021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767021_20432767021> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767021_20432767021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152191 4.6893195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152191"^^xsd:decimal ;
  dwc:decimalLongitude "4.6893195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767021_20432767021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767021'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.999722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6893195'^^xsd:double;
  dwc:latitude '52.8152191'^^xsd:double;
  dwc:coordinatePrecision '11.1'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767021'^^xsd:integer;
  dwc:observationDate '2011-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776314_20432776314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776314_20432776314> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776314_20432776314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8151386 4.6893277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8151386"^^xsd:decimal ;
  dwc:decimalLongitude "4.6893277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776314_20432776314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776314'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.7033333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6893277'^^xsd:double;
  dwc:latitude '52.8151386'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776314'^^xsd:integer;
  dwc:observationDate '2012-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777899_20432777899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777899_20432777899> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777899_20432777899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152807 4.6893338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152807"^^xsd:decimal ;
  dwc:decimalLongitude "4.6893338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777899_20432777899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777899'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0.99'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6893338'^^xsd:double;
  dwc:latitude '52.8152807'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777899'^^xsd:integer;
  dwc:observationDate '2012-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777367_20432777367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777367_20432777367> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777367_20432777367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.815243 4.6893555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.815243"^^xsd:decimal ;
  dwc:decimalLongitude "4.6893555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777367_20432777367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777367'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '1.9102777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6893555'^^xsd:double;
  dwc:latitude '52.815243'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777367'^^xsd:integer;
  dwc:observationDate '2012-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772188_20432772188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772188_20432772188> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772188_20432772188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152699 4.6893568)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152699"^^xsd:decimal ;
  dwc:decimalLongitude "4.6893568"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772188_20432772188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772188'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '19.011111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6893568'^^xsd:double;
  dwc:latitude '52.8152699'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772188'^^xsd:integer;
  dwc:observationDate '2012-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766570_20432766570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766570_20432766570> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766570_20432766570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152653 4.6893587)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152653"^^xsd:decimal ;
  dwc:decimalLongitude "4.6893587"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766570_20432766570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766570'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '4.4052777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6893587'^^xsd:double;
  dwc:latitude '52.8152653'^^xsd:double;
  dwc:coordinatePrecision '6.7'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766570'^^xsd:integer;
  dwc:observationDate '2011-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777319_20432777319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777319_20432777319> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777319_20432777319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152622 4.6893666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152622"^^xsd:decimal ;
  dwc:decimalLongitude "4.6893666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777319_20432777319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777319'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.858333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6893666'^^xsd:double;
  dwc:latitude '52.8152622'^^xsd:double;
  dwc:coordinatePrecision '8.2'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777319'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772455_20432772455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772455_20432772455> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772455_20432772455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153629 4.6893783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153629"^^xsd:decimal ;
  dwc:decimalLongitude "4.6893783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "13.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772455_20432772455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772455'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '5.3344444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6893783'^^xsd:double;
  dwc:latitude '52.8153629'^^xsd:double;
  dwc:coordinatePrecision '13.7'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772455'^^xsd:integer;
  dwc:observationDate '2012-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777328_20432777328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777328_20432777328> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777328_20432777328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152531 4.6893802)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152531"^^xsd:decimal ;
  dwc:decimalLongitude "4.6893802"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777328_20432777328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777328'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '21.8625'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6893802'^^xsd:double;
  dwc:latitude '52.8152531'^^xsd:double;
  dwc:coordinatePrecision '5.7'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777328'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775993_20432775993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775993_20432775993> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775993_20432775993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8150166 4.6893835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8150166"^^xsd:decimal ;
  dwc:decimalLongitude "4.6893835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432775993_20432775993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775993'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '1.3966666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6893835'^^xsd:double;
  dwc:latitude '52.8150166'^^xsd:double;
  dwc:coordinatePrecision '7.9'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775993'^^xsd:integer;
  dwc:observationDate '2012-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773795_20432773795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773795_20432773795> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773795_20432773795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8150872 4.6893858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8150872"^^xsd:decimal ;
  dwc:decimalLongitude "4.6893858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773795_20432773795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773795'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '5.3736111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6893858'^^xsd:double;
  dwc:latitude '52.8150872'^^xsd:double;
  dwc:coordinatePrecision '7.8'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773795'^^xsd:integer;
  dwc:observationDate '2012-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767054_20432767054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767054_20432767054> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767054_20432767054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152511 4.6893897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152511"^^xsd:decimal ;
  dwc:decimalLongitude "4.6893897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767054_20432767054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767054'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '23.0325'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6893897'^^xsd:double;
  dwc:latitude '52.8152511'^^xsd:double;
  dwc:coordinatePrecision '4.8'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767054'^^xsd:integer;
  dwc:observationDate '2011-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776004_20432776004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776004_20432776004> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776004_20432776004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8147386 4.6894296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8147386"^^xsd:decimal ;
  dwc:decimalLongitude "4.6894296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "15.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776004_20432776004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776004'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '2.4211111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6894296'^^xsd:double;
  dwc:latitude '52.8147386'^^xsd:double;
  dwc:coordinatePrecision '15.8'^^xsd:double;
  dwc:minimumElevation '3'^^xsd:integer;
  dwc:maximumElevation '3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776004'^^xsd:integer;
  dwc:observationDate '2012-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724517_20432724517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724517_20432724517> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724517_20432724517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154381 4.6894307)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154381"^^xsd:decimal ;
  dwc:decimalLongitude "4.6894307"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432724517_20432724517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724517'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '12.078333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6894307'^^xsd:double;
  dwc:latitude '52.8154381'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724517'^^xsd:integer;
  dwc:observationDate '2011-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777337_20432777337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777337_20432777337> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777337_20432777337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152582 4.6894414)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152582"^^xsd:decimal ;
  dwc:decimalLongitude "4.6894414"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777337_20432777337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777337'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '22.876666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6894414'^^xsd:double;
  dwc:latitude '52.8152582'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777337'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724505_20432724505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724505_20432724505> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724505_20432724505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154009 4.6894494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154009"^^xsd:decimal ;
  dwc:decimalLongitude "4.6894494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "14.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432724505_20432724505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724505'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.066111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6894494'^^xsd:double;
  dwc:latitude '52.8154009'^^xsd:double;
  dwc:coordinatePrecision '14.4'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724505'^^xsd:integer;
  dwc:observationDate '2011-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772423_20432772423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772423_20432772423> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772423_20432772423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8154794 4.6894513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8154794"^^xsd:decimal ;
  dwc:decimalLongitude "4.6894513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "18.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772423_20432772423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772423'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '0.28277777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6894513'^^xsd:double;
  dwc:latitude '52.8154794'^^xsd:double;
  dwc:coordinatePrecision '18.9'^^xsd:double;
  dwc:minimumElevation '14'^^xsd:integer;
  dwc:maximumElevation '14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772423'^^xsd:integer;
  dwc:observationDate '2012-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775950_20432775950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775950_20432775950> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775950_20432775950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8150486 4.6894586)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8150486"^^xsd:decimal ;
  dwc:decimalLongitude "4.6894586"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432775950_20432775950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775950'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '21.359722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6894586'^^xsd:double;
  dwc:latitude '52.8150486'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775950'^^xsd:integer;
  dwc:observationDate '2012-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777347_20432777347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777347_20432777347> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777347_20432777347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153784 4.6894593)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153784"^^xsd:decimal ;
  dwc:decimalLongitude "4.6894593"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777347_20432777347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777347'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '23.886111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6894593'^^xsd:double;
  dwc:latitude '52.8153784'^^xsd:double;
  dwc:coordinatePrecision '7.2'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777347'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775939_20432775939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775939_20432775939> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775939_20432775939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8150204 4.6894709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8150204"^^xsd:decimal ;
  dwc:decimalLongitude "4.6894709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432775939_20432775939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775939'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '20.352777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6894709'^^xsd:double;
  dwc:latitude '52.8150204'^^xsd:double;
  dwc:coordinatePrecision '3.1'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775939'^^xsd:integer;
  dwc:observationDate '2012-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775961_20432775961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775961_20432775961> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775961_20432775961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8150291 4.6894789)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8150291"^^xsd:decimal ;
  dwc:decimalLongitude "4.6894789"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432775961_20432775961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775961'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '22.365277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6894789'^^xsd:double;
  dwc:latitude '52.8150291'^^xsd:double;
  dwc:coordinatePrecision '7.5'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775961'^^xsd:integer;
  dwc:observationDate '2012-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767892_20432767892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767892_20432767892> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767892_20432767892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152481 4.6895301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152481"^^xsd:decimal ;
  dwc:decimalLongitude "4.6895301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767892_20432767892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767892'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '5.45'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6895301'^^xsd:double;
  dwc:latitude '52.8152481'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767892'^^xsd:integer;
  dwc:observationDate '2011-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766533_20432766533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766533_20432766533> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766533_20432766533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.815258 4.6895366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.815258"^^xsd:decimal ;
  dwc:decimalLongitude "4.6895366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766533_20432766533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766533'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '0.36'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6895366'^^xsd:double;
  dwc:latitude '52.815258'^^xsd:double;
  dwc:coordinatePrecision '4.9'^^xsd:double;
  dwc:minimumElevation '6'^^xsd:integer;
  dwc:maximumElevation '6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766533'^^xsd:integer;
  dwc:observationDate '2011-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767900_20432767900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767900_20432767900> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767900_20432767900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152079 4.6895525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152079"^^xsd:decimal ;
  dwc:decimalLongitude "4.6895525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767900_20432767900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767900'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '6.4613888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6895525'^^xsd:double;
  dwc:latitude '52.8152079'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767900'^^xsd:integer;
  dwc:observationDate '2011-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773788_20432773788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773788_20432773788> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773788_20432773788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8151911 4.689574)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8151911"^^xsd:decimal ;
  dwc:decimalLongitude "4.689574"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773788_20432773788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773788'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '4.3644444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.689574'^^xsd:double;
  dwc:latitude '52.8151911'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-23'^^xsd:integer;
  dwc:maximumElevation '-23'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773788'^^xsd:integer;
  dwc:observationDate '2012-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432727011_20432727011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432727011_20432727011> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432727011_20432727011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152954 4.6896426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152954"^^xsd:decimal ;
  dwc:decimalLongitude "4.6896426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432727011_20432727011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432727011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432727011'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '18.030277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6896426'^^xsd:double;
  dwc:latitude '52.8152954'^^xsd:double;
  dwc:coordinatePrecision '7.2'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432727011'^^xsd:integer;
  dwc:observationDate '2011-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772363_20432772363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772363_20432772363> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772363_20432772363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8151579 4.6896523)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8151579"^^xsd:decimal ;
  dwc:decimalLongitude "4.6896523"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772363_20432772363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772363'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.222222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6896523'^^xsd:double;
  dwc:latitude '52.8151579'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-19'^^xsd:integer;
  dwc:maximumElevation '-19'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772363'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772450_20432772450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772450_20432772450> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772450_20432772450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152089 4.6896677)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152089"^^xsd:decimal ;
  dwc:decimalLongitude "4.6896677"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772450_20432772450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772450'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '4.3333333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6896677'^^xsd:double;
  dwc:latitude '52.8152089'^^xsd:double;
  dwc:coordinatePrecision '4.8'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772450'^^xsd:integer;
  dwc:observationDate '2012-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432727458_20432727458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432727458_20432727458> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432727458_20432727458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152999 4.6896724)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152999"^^xsd:decimal ;
  dwc:decimalLongitude "4.6896724"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432727458_20432727458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432727458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432727458'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '15.835277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6896724'^^xsd:double;
  dwc:latitude '52.8152999'^^xsd:double;
  dwc:coordinatePrecision '5.4'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432727458'^^xsd:integer;
  dwc:observationDate '2011-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726973_20432726973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726973_20432726973> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726973_20432726973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153187 4.689689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153187"^^xsd:decimal ;
  dwc:decimalLongitude "4.689689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432726973_20432726973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726973'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.008055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.689689'^^xsd:double;
  dwc:latitude '52.8153187'^^xsd:double;
  dwc:coordinatePrecision '11.6'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726973'^^xsd:integer;
  dwc:observationDate '2011-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726988_20432726988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726988_20432726988> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726988_20432726988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152127 4.6897064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152127"^^xsd:decimal ;
  dwc:decimalLongitude "4.6897064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432726988_20432726988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726988'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17.016666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6897064'^^xsd:double;
  dwc:latitude '52.8152127'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726988'^^xsd:integer;
  dwc:observationDate '2011-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772431_20432772431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772431_20432772431> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772431_20432772431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152693 4.6897256)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152693"^^xsd:decimal ;
  dwc:decimalLongitude "4.6897256"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772431_20432772431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772431'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '1.2980555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6897256'^^xsd:double;
  dwc:latitude '52.8152693'^^xsd:double;
  dwc:coordinatePrecision '4.8'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772431'^^xsd:integer;
  dwc:observationDate '2012-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776048_20432776048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776048_20432776048> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776048_20432776048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.815162 4.6897347)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.815162"^^xsd:decimal ;
  dwc:decimalLongitude "4.6897347"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776048_20432776048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776048'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '6.4616666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6897347'^^xsd:double;
  dwc:latitude '52.815162'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776048'^^xsd:integer;
  dwc:observationDate '2012-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772406_20432772406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772406_20432772406> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772406_20432772406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152158 4.6897368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152158"^^xsd:decimal ;
  dwc:decimalLongitude "4.6897368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772406_20432772406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772406'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '22.258611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6897368'^^xsd:double;
  dwc:latitude '52.8152158'^^xsd:double;
  dwc:coordinatePrecision '8'^^xsd:integer;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772406'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772389_20432772389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772389_20432772389> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772389_20432772389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152106 4.6897403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152106"^^xsd:decimal ;
  dwc:decimalLongitude "4.6897403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772389_20432772389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772389'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '20.243333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6897403'^^xsd:double;
  dwc:latitude '52.8152106'^^xsd:double;
  dwc:coordinatePrecision '3.1'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772389'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772444_20432772444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772444_20432772444> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772444_20432772444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8151936 4.6897415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8151936"^^xsd:decimal ;
  dwc:decimalLongitude "4.6897415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772444_20432772444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772444'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.325'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6897415'^^xsd:double;
  dwc:latitude '52.8151936'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772444'^^xsd:integer;
  dwc:observationDate '2012-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432727504_20432727504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432727504_20432727504> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432727504_20432727504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153531 4.689747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153531"^^xsd:decimal ;
  dwc:decimalLongitude "4.689747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432727504_20432727504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432727504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432727504'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.36'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.689747'^^xsd:double;
  dwc:latitude '52.8153531'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432727504'^^xsd:integer;
  dwc:observationDate '2011-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772439_20432772439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772439_20432772439> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772439_20432772439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152101 4.6897535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152101"^^xsd:decimal ;
  dwc:decimalLongitude "4.6897535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772439_20432772439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772439'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '2.3091666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6897535'^^xsd:double;
  dwc:latitude '52.8152101'^^xsd:double;
  dwc:coordinatePrecision '11.9'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772439'^^xsd:integer;
  dwc:observationDate '2012-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772398_20432772398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772398_20432772398> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772398_20432772398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8151768 4.6897575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8151768"^^xsd:decimal ;
  dwc:decimalLongitude "4.6897575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772398_20432772398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772398'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '21.250277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6897575'^^xsd:double;
  dwc:latitude '52.8151768'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772398'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772415_20432772415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772415_20432772415> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772415_20432772415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8151494 4.6897863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8151494"^^xsd:decimal ;
  dwc:decimalLongitude "4.6897863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772415_20432772415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772415'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '23.266666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6897863'^^xsd:double;
  dwc:latitude '52.8151494'^^xsd:double;
  dwc:coordinatePrecision '9.5'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772415'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726959_20432726959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726959_20432726959> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726959_20432726959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152985 4.6898332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152985"^^xsd:decimal ;
  dwc:decimalLongitude "4.6898332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432726959_20432726959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726959'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.997777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6898332'^^xsd:double;
  dwc:latitude '52.8152985'^^xsd:double;
  dwc:coordinatePrecision '3.5'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726959'^^xsd:integer;
  dwc:observationDate '2011-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432727472_20432727472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432727472_20432727472> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432727472_20432727472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153138 4.6898378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153138"^^xsd:decimal ;
  dwc:decimalLongitude "4.6898378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432727472_20432727472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432727472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432727472'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.844722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6898378'^^xsd:double;
  dwc:latitude '52.8153138'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432727472'^^xsd:integer;
  dwc:observationDate '2011-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432727539_20432727539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432727539_20432727539> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432727539_20432727539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153753 4.6898433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153753"^^xsd:decimal ;
  dwc:decimalLongitude "4.6898433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432727539_20432727539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432727539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432727539'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '19.868888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6898433'^^xsd:double;
  dwc:latitude '52.8153753'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432727539'^^xsd:integer;
  dwc:observationDate '2011-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432727478_20432727478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432727478_20432727478> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432727478_20432727478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153047 4.6898445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153047"^^xsd:decimal ;
  dwc:decimalLongitude "4.6898445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432727478_20432727478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432727478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432727478'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.095277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6898445'^^xsd:double;
  dwc:latitude '52.8153047'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432727478'^^xsd:integer;
  dwc:observationDate '2011-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432727553_20432727553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432727553_20432727553> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432727553_20432727553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8153468 4.6898707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8153468"^^xsd:decimal ;
  dwc:decimalLongitude "4.6898707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432727553_20432727553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432727553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432727553'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '20.876111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6898707'^^xsd:double;
  dwc:latitude '52.8153468'^^xsd:double;
  dwc:coordinatePrecision '7.6'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432727553'^^xsd:integer;
  dwc:observationDate '2011-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722471_20432722471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722471_20432722471> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722471_20432722471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152767 4.6899105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152767"^^xsd:decimal ;
  dwc:decimalLongitude "4.6899105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432722471_20432722471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722471'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '20.268333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6899105'^^xsd:double;
  dwc:latitude '52.8152767'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722471'^^xsd:integer;
  dwc:observationDate '2011-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722447_20432722447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722447_20432722447> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722447_20432722447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152579 4.6899145)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152579"^^xsd:decimal ;
  dwc:decimalLongitude "4.6899145"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432722447_20432722447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722447'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '19.0025'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6899145'^^xsd:double;
  dwc:latitude '52.8152579'^^xsd:double;
  dwc:coordinatePrecision '7.8'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722447'^^xsd:integer;
  dwc:observationDate '2011-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722443_20432722443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722443_20432722443> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722443_20432722443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8152446 4.6899213)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8152446"^^xsd:decimal ;
  dwc:decimalLongitude "4.6899213"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432722443_20432722443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722443'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '18.751111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6899213'^^xsd:double;
  dwc:latitude '52.8152446'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722443'^^xsd:integer;
  dwc:observationDate '2011-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432727567_20432727567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432727567_20432727567> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432727567_20432727567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.815298 4.6900276)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.815298"^^xsd:decimal ;
  dwc:decimalLongitude "4.6900276"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432727567_20432727567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432727567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432727567'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '21.889722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6900276'^^xsd:double;
  dwc:latitude '52.815298'^^xsd:double;
  dwc:coordinatePrecision '10.1'^^xsd:double;
  dwc:minimumElevation '6'^^xsd:integer;
  dwc:maximumElevation '6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432727567'^^xsd:integer;
  dwc:observationDate '2011-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767989_20432767989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767989_20432767989> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767989_20432767989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8165431 4.6920213)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8165431"^^xsd:decimal ;
  dwc:decimalLongitude "4.6920213"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "12.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767989_20432767989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767989'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '16.611111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6920213'^^xsd:double;
  dwc:latitude '52.8165431'^^xsd:double;
  dwc:coordinatePrecision '12.1'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767989'^^xsd:integer;
  dwc:observationDate '2011-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772554_20432772554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772554_20432772554> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772554_20432772554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8477599 4.6924579)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8477599"^^xsd:decimal ;
  dwc:decimalLongitude "4.6924579"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "15"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772554_20432772554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772554'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17.475833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6924579'^^xsd:double;
  dwc:latitude '52.8477599'^^xsd:double;
  dwc:coordinatePrecision '15'^^xsd:integer;
  dwc:minimumElevation '61'^^xsd:integer;
  dwc:maximumElevation '61'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772554'^^xsd:integer;
  dwc:observationDate '2012-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773037_20432773037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773037_20432773037> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773037_20432773037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8535709 4.6971329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8535709"^^xsd:decimal ;
  dwc:decimalLongitude "4.6971329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773037_20432773037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773037'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.92'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.6971329'^^xsd:double;
  dwc:latitude '52.8535709'^^xsd:double;
  dwc:coordinatePrecision '9.6'^^xsd:double;
  dwc:minimumElevation '29'^^xsd:integer;
  dwc:maximumElevation '29'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773037'^^xsd:integer;
  dwc:observationDate '2012-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432759712_20432759712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432759712_20432759712> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432759712_20432759712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9730847 4.7008505)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9730847"^^xsd:decimal ;
  dwc:decimalLongitude "4.7008505"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432759712_20432759712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432759712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432759712'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17.517777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7008505'^^xsd:double;
  dwc:latitude '52.9730847'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432759712'^^xsd:integer;
  dwc:observationDate '2011-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432759723_20432759723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432759723_20432759723> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432759723_20432759723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9730745 4.7009922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9730745"^^xsd:decimal ;
  dwc:decimalLongitude "4.7009922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432759723_20432759723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432759723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432759723'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '18.529444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7009922'^^xsd:double;
  dwc:latitude '52.9730745'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '7'^^xsd:integer;
  dwc:maximumElevation '7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432759723'^^xsd:integer;
  dwc:observationDate '2011-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432759756_20432759756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432759756_20432759756> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432759756_20432759756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9731497 4.7010443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9731497"^^xsd:decimal ;
  dwc:decimalLongitude "4.7010443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432759756_20432759756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432759756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432759756'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '21.578055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7010443'^^xsd:double;
  dwc:latitude '52.9731497'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432759756'^^xsd:integer;
  dwc:observationDate '2011-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432759767_20432759767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432759767_20432759767> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432759767_20432759767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9731746 4.7010859)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9731746"^^xsd:decimal ;
  dwc:decimalLongitude "4.7010859"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432759767_20432759767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432759767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432759767'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '22.588333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7010859'^^xsd:double;
  dwc:latitude '52.9731746'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432759767'^^xsd:integer;
  dwc:observationDate '2011-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432759734_20432759734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432759734_20432759734> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432759734_20432759734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.973104 4.7010889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.973104"^^xsd:decimal ;
  dwc:decimalLongitude "4.7010889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432759734_20432759734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432759734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432759734'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.543333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7010889'^^xsd:double;
  dwc:latitude '52.973104'^^xsd:double;
  dwc:coordinatePrecision '5.7'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432759734'^^xsd:integer;
  dwc:observationDate '2011-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432759745_20432759745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432759745_20432759745> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432759745_20432759745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9731398 4.7012767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9731398"^^xsd:decimal ;
  dwc:decimalLongitude "4.7012767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432759745_20432759745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432759745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432759745'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '20.558888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7012767'^^xsd:double;
  dwc:latitude '52.9731398'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432759745'^^xsd:integer;
  dwc:observationDate '2011-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721277_20432721277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721277_20432721277> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721277_20432721277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8561015 4.7050036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8561015"^^xsd:decimal ;
  dwc:decimalLongitude "4.7050036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432721277_20432721277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721277'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '16.395277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7050036'^^xsd:double;
  dwc:latitude '52.8561015'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721277'^^xsd:integer;
  dwc:observationDate '2011-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777910_20432777910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777910_20432777910> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777910_20432777910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9054895 4.7084475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9054895"^^xsd:decimal ;
  dwc:decimalLongitude "4.7084475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "13.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777910_20432777910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777910'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '2.01'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7084475'^^xsd:double;
  dwc:latitude '52.9054895'^^xsd:double;
  dwc:coordinatePrecision '13.5'^^xsd:double;
  dwc:minimumElevation '87'^^xsd:integer;
  dwc:maximumElevation '87'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777910'^^xsd:integer;
  dwc:observationDate '2012-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721270_20432721270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721270_20432721270> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721270_20432721270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9001286 4.7098954)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9001286"^^xsd:decimal ;
  dwc:decimalLongitude "4.7098954"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432721270_20432721270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721270'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.386666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7098954'^^xsd:double;
  dwc:latitude '52.9001286'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721270'^^xsd:integer;
  dwc:observationDate '2011-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721263_20432721263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721263_20432721263> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721263_20432721263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9160064 4.7112111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9160064"^^xsd:decimal ;
  dwc:decimalLongitude "4.7112111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432721263_20432721263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721263'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14.364444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7112111'^^xsd:double;
  dwc:latitude '52.9160064'^^xsd:double;
  dwc:coordinatePrecision '8.7'^^xsd:double;
  dwc:minimumElevation '-38'^^xsd:integer;
  dwc:maximumElevation '-38'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721263'^^xsd:integer;
  dwc:observationDate '2011-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721248_20432721248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721248_20432721248> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721248_20432721248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9233959 4.7118312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9233959"^^xsd:decimal ;
  dwc:decimalLongitude "4.7118312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432721248_20432721248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721248'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12.339722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7118312'^^xsd:double;
  dwc:latitude '52.9233959'^^xsd:double;
  dwc:coordinatePrecision '5.4'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721248'^^xsd:integer;
  dwc:observationDate '2011-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721255_20432721255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721255_20432721255> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721255_20432721255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.923106 4.7124432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.923106"^^xsd:decimal ;
  dwc:decimalLongitude "4.7124432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432721255_20432721255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721255'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13.3525'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7124432'^^xsd:double;
  dwc:latitude '52.923106'^^xsd:double;
  dwc:coordinatePrecision '9.4'^^xsd:double;
  dwc:minimumElevation '-30'^^xsd:integer;
  dwc:maximumElevation '-30'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721255'^^xsd:integer;
  dwc:observationDate '2011-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779596_20432779596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779596_20432779596> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779596_20432779596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9355485 4.7134521)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9355485"^^xsd:decimal ;
  dwc:decimalLongitude "4.7134521"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779596_20432779596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779596'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '7.8030555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7134521'^^xsd:double;
  dwc:latitude '52.9355485'^^xsd:double;
  dwc:coordinatePrecision '6.5'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779596'^^xsd:integer;
  dwc:observationDate '2012-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781565_20432781565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781565_20432781565> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781565_20432781565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9411973 4.7144569)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9411973"^^xsd:decimal ;
  dwc:decimalLongitude "4.7144569"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781565_20432781565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781565'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '17.861388888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7144569'^^xsd:double;
  dwc:latitude '52.9411973'^^xsd:double;
  dwc:coordinatePrecision '4.9'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781565'^^xsd:integer;
  dwc:observationDate '2012-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780741_20432780741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780741_20432780741> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780741_20432780741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9448102 4.7150292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9448102"^^xsd:decimal ;
  dwc:decimalLongitude "4.7150292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780741_20432780741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780741'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.3358333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7150292'^^xsd:double;
  dwc:latitude '52.9448102'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780741'^^xsd:integer;
  dwc:observationDate '2012-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780586_20432780586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780586_20432780586> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780586_20432780586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9446925 4.715349)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9446925"^^xsd:decimal ;
  dwc:decimalLongitude "4.715349"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780586_20432780586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780586'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '13.088888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.715349'^^xsd:double;
  dwc:latitude '52.9446925'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780586'^^xsd:integer;
  dwc:observationDate '2012-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780601_20432780601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780601_20432780601> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780601_20432780601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9446498 4.7155064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9446498"^^xsd:decimal ;
  dwc:decimalLongitude "4.7155064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780601_20432780601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780601'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14.344722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7155064'^^xsd:double;
  dwc:latitude '52.9446498'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780601'^^xsd:integer;
  dwc:observationDate '2012-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723529_20432723529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723529_20432723529> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723529_20432723529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8038044 4.7155185)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8038044"^^xsd:decimal ;
  dwc:decimalLongitude "4.7155185"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432723529_20432723529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723529'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.0119444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7155185'^^xsd:double;
  dwc:latitude '52.8038044'^^xsd:double;
  dwc:coordinatePrecision '4.8'^^xsd:double;
  dwc:minimumElevation '7'^^xsd:integer;
  dwc:maximumElevation '7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723529'^^xsd:integer;
  dwc:observationDate '2011-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781623_20432781623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781623_20432781623> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781623_20432781623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9432512 4.7159141)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9432512"^^xsd:decimal ;
  dwc:decimalLongitude "4.7159141"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "12.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781623_20432781623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781623'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.0352777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7159141'^^xsd:double;
  dwc:latitude '52.9432512'^^xsd:double;
  dwc:coordinatePrecision '12.1'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781623'^^xsd:integer;
  dwc:observationDate '2012-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781635_20432781635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781635_20432781635> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781635_20432781635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9434788 4.7159691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9434788"^^xsd:decimal ;
  dwc:decimalLongitude "4.7159691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781635_20432781635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781635'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.0666666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7159691'^^xsd:double;
  dwc:latitude '52.9434788'^^xsd:double;
  dwc:coordinatePrecision '8.4'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781635'^^xsd:integer;
  dwc:observationDate '2012-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781629_20432781629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781629_20432781629> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781629_20432781629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9434738 4.7160418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9434738"^^xsd:decimal ;
  dwc:decimalLongitude "4.7160418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781629_20432781629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781629'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.0497222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7160418'^^xsd:double;
  dwc:latitude '52.9434738'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781629'^^xsd:integer;
  dwc:observationDate '2012-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781641_20432781641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781641_20432781641> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781641_20432781641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.943552 4.7161096)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.943552"^^xsd:decimal ;
  dwc:decimalLongitude "4.7161096"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781641_20432781641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781641'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.0761111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7161096'^^xsd:double;
  dwc:latitude '52.943552'^^xsd:double;
  dwc:coordinatePrecision '6.4'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781641'^^xsd:integer;
  dwc:observationDate '2012-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780577_20432780577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780577_20432780577> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780577_20432780577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9467152 4.7164325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9467152"^^xsd:decimal ;
  dwc:decimalLongitude "4.7164325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780577_20432780577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780577'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '12.075277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7164325'^^xsd:double;
  dwc:latitude '52.9467152'^^xsd:double;
  dwc:coordinatePrecision '7'^^xsd:integer;
  dwc:minimumElevation '-19'^^xsd:integer;
  dwc:maximumElevation '-19'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780577'^^xsd:integer;
  dwc:observationDate '2012-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780626_20432780626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780626_20432780626> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780626_20432780626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9465547 4.7164677)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9465547"^^xsd:decimal ;
  dwc:decimalLongitude "4.7164677"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780626_20432780626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780626'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.361666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7164677'^^xsd:double;
  dwc:latitude '52.9465547'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780626'^^xsd:integer;
  dwc:observationDate '2012-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781338_20432781338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781338_20432781338> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781338_20432781338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9466802 4.7165036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9466802"^^xsd:decimal ;
  dwc:decimalLongitude "4.7165036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781338_20432781338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781338'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '12.491944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7165036'^^xsd:double;
  dwc:latitude '52.9466802'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781338'^^xsd:integer;
  dwc:observationDate '2012-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780613_20432780613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780613_20432780613> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780613_20432780613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9466341 4.7165113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9466341"^^xsd:decimal ;
  dwc:decimalLongitude "4.7165113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780613_20432780613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780613'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '15.349166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7165113'^^xsd:double;
  dwc:latitude '52.9466341'^^xsd:double;
  dwc:coordinatePrecision '9.4'^^xsd:double;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780613'^^xsd:integer;
  dwc:observationDate '2012-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779840_20432779840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779840_20432779840> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779840_20432779840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9483748 4.7166517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9483748"^^xsd:decimal ;
  dwc:decimalLongitude "4.7166517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779840_20432779840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779840'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.0855555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7166517'^^xsd:double;
  dwc:latitude '52.9483748'^^xsd:double;
  dwc:coordinatePrecision '7.8'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779840'^^xsd:integer;
  dwc:observationDate '2012-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779560_20432779560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779560_20432779560> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779560_20432779560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9482737 4.7166726)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9482737"^^xsd:decimal ;
  dwc:decimalLongitude "4.7166726"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779560_20432779560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779560'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '3.7652777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7166726'^^xsd:double;
  dwc:latitude '52.9482737'^^xsd:double;
  dwc:coordinatePrecision '4.9'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779560'^^xsd:integer;
  dwc:observationDate '2012-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779569_20432779569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779569_20432779569> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779569_20432779569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9483228 4.716724)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9483228"^^xsd:decimal ;
  dwc:decimalLongitude "4.716724"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779569_20432779569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779569'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.7777777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.716724'^^xsd:double;
  dwc:latitude '52.9483228'^^xsd:double;
  dwc:coordinatePrecision '11.8'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779569'^^xsd:integer;
  dwc:observationDate '2012-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779578_20432779578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779578_20432779578> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779578_20432779578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9482066 4.7167616)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9482066"^^xsd:decimal ;
  dwc:decimalLongitude "4.7167616"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779578_20432779578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779578'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '5.7927777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7167616'^^xsd:double;
  dwc:latitude '52.9482066'^^xsd:double;
  dwc:coordinatePrecision '5.7'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779578'^^xsd:integer;
  dwc:observationDate '2012-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779728_20432779728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779728_20432779728> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779728_20432779728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9481222 4.7167712)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9481222"^^xsd:decimal ;
  dwc:decimalLongitude "4.7167712"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999998.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779728_20432779728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779728'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '18.926666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7167712'^^xsd:double;
  dwc:latitude '52.9481222'^^xsd:double;
  dwc:coordinatePrecision '999998.9'^^xsd:double;
  dwc:minimumElevation '25'^^xsd:integer;
  dwc:maximumElevation '25'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779728'^^xsd:integer;
  dwc:observationDate '2012-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780992_20432780992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780992_20432780992> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780992_20432780992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9484216 4.7167883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9484216"^^xsd:decimal ;
  dwc:decimalLongitude "4.7167883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780992_20432780992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780992'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '16.235'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7167883'^^xsd:double;
  dwc:latitude '52.9484216'^^xsd:double;
  dwc:coordinatePrecision '7.1'^^xsd:double;
  dwc:minimumElevation '-19'^^xsd:integer;
  dwc:maximumElevation '-19'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780992'^^xsd:integer;
  dwc:observationDate '2012-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779967_20432779967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779967_20432779967> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779967_20432779967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9481336 4.7168159)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9481336"^^xsd:decimal ;
  dwc:decimalLongitude "4.7168159"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779967_20432779967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779967'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '19.760833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7168159'^^xsd:double;
  dwc:latitude '52.9481336'^^xsd:double;
  dwc:coordinatePrecision '7.2'^^xsd:double;
  dwc:minimumElevation '3'^^xsd:integer;
  dwc:maximumElevation '3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779967'^^xsd:integer;
  dwc:observationDate '2012-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432784274_20432784274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432784274_20432784274> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432784274_20432784274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9484189 4.7168203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9484189"^^xsd:decimal ;
  dwc:decimalLongitude "4.7168203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432784274_20432784274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432784274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432784274'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.7852777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7168203'^^xsd:double;
  dwc:latitude '52.9484189'^^xsd:double;
  dwc:coordinatePrecision '10.3'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432784274'^^xsd:integer;
  dwc:observationDate '2012-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781583_20432781583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781583_20432781583> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781583_20432781583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9440447 4.7168882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9440447"^^xsd:decimal ;
  dwc:decimalLongitude "4.7168882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781583_20432781583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781583'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '20.893888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7168882'^^xsd:double;
  dwc:latitude '52.9440447'^^xsd:double;
  dwc:coordinatePrecision '7.5'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781583'^^xsd:integer;
  dwc:observationDate '2012-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781577_20432781577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781577_20432781577> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781577_20432781577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.944059 4.7168946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.944059"^^xsd:decimal ;
  dwc:decimalLongitude "4.7168946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781577_20432781577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781577'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '19.891111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7168946'^^xsd:double;
  dwc:latitude '52.944059'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781577'^^xsd:integer;
  dwc:observationDate '2012-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781571_20432781571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781571_20432781571> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781571_20432781571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9440562 4.716897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9440562"^^xsd:decimal ;
  dwc:decimalLongitude "4.716897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781571_20432781571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781571'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '18.878333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.716897'^^xsd:double;
  dwc:latitude '52.9440562'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781571'^^xsd:integer;
  dwc:observationDate '2012-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781589_20432781589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781589_20432781589> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781589_20432781589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9440654 4.7168983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9440654"^^xsd:decimal ;
  dwc:decimalLongitude "4.7168983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781589_20432781589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781589'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '21.903333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7168983'^^xsd:double;
  dwc:latitude '52.9440654'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781589'^^xsd:integer;
  dwc:observationDate '2012-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781595_20432781595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781595_20432781595> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781595_20432781595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9440539 4.7169044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9440539"^^xsd:decimal ;
  dwc:decimalLongitude "4.7169044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781595_20432781595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781595'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '22.918333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7169044'^^xsd:double;
  dwc:latitude '52.9440539'^^xsd:double;
  dwc:coordinatePrecision '2.6'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781595'^^xsd:integer;
  dwc:observationDate '2012-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781529_20432781529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781529_20432781529> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781529_20432781529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.948044 4.7169417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.948044"^^xsd:decimal ;
  dwc:decimalLongitude "4.7169417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781529_20432781529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781529'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.818333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7169417'^^xsd:double;
  dwc:latitude '52.948044'^^xsd:double;
  dwc:coordinatePrecision '4.9'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781529'^^xsd:integer;
  dwc:observationDate '2012-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779781_20432779781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779781_20432779781> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779781_20432779781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9479535 4.7169715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9479535"^^xsd:decimal ;
  dwc:decimalLongitude "4.7169715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779781_20432779781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779781'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '0.98777777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7169715'^^xsd:double;
  dwc:latitude '52.9479535'^^xsd:double;
  dwc:coordinatePrecision '9.1'^^xsd:double;
  dwc:minimumElevation '-23'^^xsd:integer;
  dwc:maximumElevation '-23'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779781'^^xsd:integer;
  dwc:observationDate '2012-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779831_20432779831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779831_20432779831> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779831_20432779831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9479545 4.7169891)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9479545"^^xsd:decimal ;
  dwc:decimalLongitude "4.7169891"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779831_20432779831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779831'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7.0752777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7169891'^^xsd:double;
  dwc:latitude '52.9479545'^^xsd:double;
  dwc:coordinatePrecision '5.6'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779831'^^xsd:integer;
  dwc:observationDate '2012-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779746_20432779746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779746_20432779746> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779746_20432779746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9479239 4.7169991)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9479239"^^xsd:decimal ;
  dwc:decimalLongitude "4.7169991"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779746_20432779746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779746'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '20.945'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7169991'^^xsd:double;
  dwc:latitude '52.9479239'^^xsd:double;
  dwc:coordinatePrecision '5.6'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779746'^^xsd:integer;
  dwc:observationDate '2012-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779772_20432779772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779772_20432779772> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779772_20432779772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9479922 4.7170079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9479922"^^xsd:decimal ;
  dwc:decimalLongitude "4.7170079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779772_20432779772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779772'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '23.976388888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7170079'^^xsd:double;
  dwc:latitude '52.9479922'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779772'^^xsd:integer;
  dwc:observationDate '2012-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779755_20432779755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779755_20432779755> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779755_20432779755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9479366 4.7170205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9479366"^^xsd:decimal ;
  dwc:decimalLongitude "4.7170205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779755_20432779755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779755'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '21.96'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7170205'^^xsd:double;
  dwc:latitude '52.9479366'^^xsd:double;
  dwc:coordinatePrecision '6.5'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779755'^^xsd:integer;
  dwc:observationDate '2012-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779587_20432779587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779587_20432779587> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779587_20432779587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9477827 4.7170316)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9477827"^^xsd:decimal ;
  dwc:decimalLongitude "4.7170316"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779587_20432779587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779587'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.7991666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7170316'^^xsd:double;
  dwc:latitude '52.9477827'^^xsd:double;
  dwc:coordinatePrecision '7.4'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779587'^^xsd:integer;
  dwc:observationDate '2012-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779737_20432779737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779737_20432779737> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779737_20432779737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9479104 4.717044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9479104"^^xsd:decimal ;
  dwc:decimalLongitude "4.717044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779737_20432779737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779737'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '19.935277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.717044'^^xsd:double;
  dwc:latitude '52.9479104'^^xsd:double;
  dwc:coordinatePrecision '6.4'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779737'^^xsd:integer;
  dwc:observationDate '2012-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780062_20432780062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780062_20432780062> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780062_20432780062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9478281 4.7170487)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9478281"^^xsd:decimal ;
  dwc:decimalLongitude "4.7170487"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "12.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780062_20432780062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780062'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '6.8952777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7170487'^^xsd:double;
  dwc:latitude '52.9478281'^^xsd:double;
  dwc:coordinatePrecision '12.9'^^xsd:double;
  dwc:minimumElevation '-40'^^xsd:integer;
  dwc:maximumElevation '-40'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780062'^^xsd:integer;
  dwc:observationDate '2012-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779763_20432779763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779763_20432779763> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779763_20432779763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9480307 4.7170556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9480307"^^xsd:decimal ;
  dwc:decimalLongitude "4.7170556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779763_20432779763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779763'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '22.971944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7170556'^^xsd:double;
  dwc:latitude '52.9480307'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779763'^^xsd:integer;
  dwc:observationDate '2012-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779815_20432779815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779815_20432779815> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779815_20432779815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9478054 4.7171429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9478054"^^xsd:decimal ;
  dwc:decimalLongitude "4.7171429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779815_20432779815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779815'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '5.0413888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7171429'^^xsd:double;
  dwc:latitude '52.9478054'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779815'^^xsd:integer;
  dwc:observationDate '2012-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779823_20432779823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779823_20432779823> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779823_20432779823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9477224 4.7171714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9477224"^^xsd:decimal ;
  dwc:decimalLongitude "4.7171714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779823_20432779823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779823'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '6.0611111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7171714'^^xsd:double;
  dwc:latitude '52.9477224'^^xsd:double;
  dwc:coordinatePrecision '2.4'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779823'^^xsd:integer;
  dwc:observationDate '2012-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781442_20432781442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781442_20432781442> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781442_20432781442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9477197 4.7172159)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9477197"^^xsd:decimal ;
  dwc:decimalLongitude "4.7172159"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781442_20432781442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781442'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '2.16'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7172159'^^xsd:double;
  dwc:latitude '52.9477197'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781442'^^xsd:integer;
  dwc:observationDate '2012-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781460_20432781460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781460_20432781460> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781460_20432781460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9477842 4.7172582)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9477842"^^xsd:decimal ;
  dwc:decimalLongitude "4.7172582"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781460_20432781460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781460'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.2016666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7172582'^^xsd:double;
  dwc:latitude '52.9477842'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781460'^^xsd:integer;
  dwc:observationDate '2012-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782287_20432782287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782287_20432782287> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782287_20432782287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9479073 4.7172719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9479073"^^xsd:decimal ;
  dwc:decimalLongitude "4.7172719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432782287_20432782287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782287'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '21.905555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7172719'^^xsd:double;
  dwc:latitude '52.9479073'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782287'^^xsd:integer;
  dwc:observationDate '2012-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781466_20432781466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781466_20432781466> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781466_20432781466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9477637 4.7173024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9477637"^^xsd:decimal ;
  dwc:decimalLongitude "4.7173024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781466_20432781466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781466'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.2080555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7173024'^^xsd:double;
  dwc:latitude '52.9477637'^^xsd:double;
  dwc:coordinatePrecision '5.7'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781466'^^xsd:integer;
  dwc:observationDate '2012-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782293_20432782293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782293_20432782293> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782293_20432782293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9478516 4.7173214)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9478516"^^xsd:decimal ;
  dwc:decimalLongitude "4.7173214"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432782293_20432782293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782293'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '22.92'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7173214'^^xsd:double;
  dwc:latitude '52.9478516'^^xsd:double;
  dwc:coordinatePrecision '2.9'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782293'^^xsd:integer;
  dwc:observationDate '2012-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781811_20432781811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781811_20432781811> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781811_20432781811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9477639 4.717356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9477639"^^xsd:decimal ;
  dwc:decimalLongitude "4.717356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781811_20432781811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781811'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.415'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.717356'^^xsd:double;
  dwc:latitude '52.9477639'^^xsd:double;
  dwc:coordinatePrecision '6.5'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781811'^^xsd:integer;
  dwc:observationDate '2012-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781454_20432781454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781454_20432781454> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781454_20432781454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9479145 4.7173767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9479145"^^xsd:decimal ;
  dwc:decimalLongitude "4.7173767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "19.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781454_20432781454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781454'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '4.185'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7173767'^^xsd:double;
  dwc:latitude '52.9479145'^^xsd:double;
  dwc:coordinatePrecision '19.6'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781454'^^xsd:integer;
  dwc:observationDate '2012-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781448_20432781448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781448_20432781448> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781448_20432781448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9479581 4.7174159)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9479581"^^xsd:decimal ;
  dwc:decimalLongitude "4.7174159"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "19"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781448_20432781448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781448'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '3.1686111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7174159'^^xsd:double;
  dwc:latitude '52.9479581'^^xsd:double;
  dwc:coordinatePrecision '19'^^xsd:integer;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781448'^^xsd:integer;
  dwc:observationDate '2012-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781004_20432781004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781004_20432781004> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781004_20432781004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9479621 4.7174351)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9479621"^^xsd:decimal ;
  dwc:decimalLongitude "4.7174351"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781004_20432781004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781004'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.246388888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7174351'^^xsd:double;
  dwc:latitude '52.9479621'^^xsd:double;
  dwc:coordinatePrecision '9.4'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781004'^^xsd:integer;
  dwc:observationDate '2012-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781032_20432781032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781032_20432781032> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781032_20432781032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9479897 4.7174469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9479897"^^xsd:decimal ;
  dwc:decimalLongitude "4.7174469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781032_20432781032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781032'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '21.305833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7174469'^^xsd:double;
  dwc:latitude '52.9479897'^^xsd:double;
  dwc:coordinatePrecision '6.8'^^xsd:double;
  dwc:minimumElevation '11'^^xsd:integer;
  dwc:maximumElevation '11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781032'^^xsd:integer;
  dwc:observationDate '2012-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779789_20432779789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779789_20432779789> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779789_20432779789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9480098 4.7174534)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9480098"^^xsd:decimal ;
  dwc:decimalLongitude "4.7174534"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779789_20432779789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779789'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '1.9922222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7174534'^^xsd:double;
  dwc:latitude '52.9480098'^^xsd:double;
  dwc:coordinatePrecision '5.7'^^xsd:double;
  dwc:minimumElevation '-20'^^xsd:integer;
  dwc:maximumElevation '-20'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779789'^^xsd:integer;
  dwc:observationDate '2012-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780635_20432780635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780635_20432780635> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780635_20432780635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9479101 4.7175152)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9479101"^^xsd:decimal ;
  dwc:decimalLongitude "4.7175152"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780635_20432780635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780635'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '17.363611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7175152'^^xsd:double;
  dwc:latitude '52.9479101'^^xsd:double;
  dwc:coordinatePrecision '4.8'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780635'^^xsd:integer;
  dwc:observationDate '2012-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781472_20432781472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781472_20432781472> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781472_20432781472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9476873 4.71752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9476873"^^xsd:decimal ;
  dwc:decimalLongitude "4.71752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781472_20432781472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781472'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.22'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.71752'^^xsd:double;
  dwc:latitude '52.9476873'^^xsd:double;
  dwc:coordinatePrecision '5'^^xsd:integer;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781472'^^xsd:integer;
  dwc:observationDate '2012-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782441_20432782441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782441_20432782441> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782441_20432782441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9479996 4.717521)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9479996"^^xsd:decimal ;
  dwc:decimalLongitude "4.717521"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432782441_20432782441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782441'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '21.211666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.717521'^^xsd:double;
  dwc:latitude '52.9479996'^^xsd:double;
  dwc:coordinatePrecision '5.9'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782441'^^xsd:integer;
  dwc:observationDate '2012-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781011_20432781011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781011_20432781011> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781011_20432781011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.947868 4.7175311)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.947868"^^xsd:decimal ;
  dwc:decimalLongitude "4.7175311"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781011_20432781011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781011'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '18.261666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7175311'^^xsd:double;
  dwc:latitude '52.947868'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781011'^^xsd:integer;
  dwc:observationDate '2012-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781018_20432781018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781018_20432781018> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781018_20432781018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9478743 4.7175595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9478743"^^xsd:decimal ;
  dwc:decimalLongitude "4.7175595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781018_20432781018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781018'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.274444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7175595'^^xsd:double;
  dwc:latitude '52.9478743'^^xsd:double;
  dwc:coordinatePrecision '6.7'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781018'^^xsd:integer;
  dwc:observationDate '2012-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780647_20432780647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780647_20432780647> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780647_20432780647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9478598 4.7175611)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9478598"^^xsd:decimal ;
  dwc:decimalLongitude "4.7175611"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780647_20432780647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780647'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '19.385'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7175611'^^xsd:double;
  dwc:latitude '52.9478598'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780647'^^xsd:integer;
  dwc:observationDate '2012-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780661_20432780661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780661_20432780661> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780661_20432780661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9478724 4.7175639)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9478724"^^xsd:decimal ;
  dwc:decimalLongitude "4.7175639"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780661_20432780661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780661'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '21.404166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7175639'^^xsd:double;
  dwc:latitude '52.9478724'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780661'^^xsd:integer;
  dwc:observationDate '2012-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781039_20432781039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781039_20432781039> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781039_20432781039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9478532 4.7175657)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9478532"^^xsd:decimal ;
  dwc:decimalLongitude "4.7175657"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781039_20432781039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781039'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '22.326666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7175657'^^xsd:double;
  dwc:latitude '52.9478532'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781039'^^xsd:integer;
  dwc:observationDate '2012-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781274_20432781274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781274_20432781274> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781274_20432781274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.948556 4.717568)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.948556"^^xsd:decimal ;
  dwc:decimalLongitude "4.717568"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781274_20432781274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781274'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '4.8033333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.717568'^^xsd:double;
  dwc:latitude '52.948556'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781274'^^xsd:integer;
  dwc:observationDate '2012-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780654_20432780654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780654_20432780654> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780654_20432780654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9478198 4.7175945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9478198"^^xsd:decimal ;
  dwc:decimalLongitude "4.7175945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780654_20432780654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780654'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '20.397777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7175945'^^xsd:double;
  dwc:latitude '52.9478198'^^xsd:double;
  dwc:coordinatePrecision '5.8'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780654'^^xsd:integer;
  dwc:observationDate '2012-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781478_20432781478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781478_20432781478> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781478_20432781478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9477455 4.7176158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9477455"^^xsd:decimal ;
  dwc:decimalLongitude "4.7176158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781478_20432781478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781478'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8.2366666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7176158'^^xsd:double;
  dwc:latitude '52.9477455'^^xsd:double;
  dwc:coordinatePrecision '6.9'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781478'^^xsd:integer;
  dwc:observationDate '2012-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781046_20432781046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781046_20432781046> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781046_20432781046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9478924 4.7176263)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9478924"^^xsd:decimal ;
  dwc:decimalLongitude "4.7176263"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781046_20432781046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781046'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '23.340833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7176263'^^xsd:double;
  dwc:latitude '52.9478924'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781046'^^xsd:integer;
  dwc:observationDate '2012-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779798_20432779798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779798_20432779798> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779798_20432779798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.948021 4.7176463)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.948021"^^xsd:decimal ;
  dwc:decimalLongitude "4.7176463"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779798_20432779798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779798'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.0166666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7176463'^^xsd:double;
  dwc:latitude '52.948021'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779798'^^xsd:integer;
  dwc:observationDate '2012-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779806_20432779806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779806_20432779806> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779806_20432779806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9479939 4.717663)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9479939"^^xsd:decimal ;
  dwc:decimalLongitude "4.717663"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779806_20432779806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779806'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '4.0283333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.717663'^^xsd:double;
  dwc:latitude '52.9479939'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779806'^^xsd:integer;
  dwc:observationDate '2012-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780869_20432780869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780869_20432780869> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780869_20432780869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9499462 4.7176946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9499462"^^xsd:decimal ;
  dwc:decimalLongitude "4.7176946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780869_20432780869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780869'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1.5202777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7176946'^^xsd:double;
  dwc:latitude '52.9499462'^^xsd:double;
  dwc:coordinatePrecision '5.8'^^xsd:double;
  dwc:minimumElevation '-25'^^xsd:integer;
  dwc:maximumElevation '-25'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780869'^^xsd:integer;
  dwc:observationDate '2012-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781413_20432781413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781413_20432781413> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781413_20432781413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9478239 4.7177321)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9478239"^^xsd:decimal ;
  dwc:decimalLongitude "4.7177321"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781413_20432781413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781413'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.108333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7177321'^^xsd:double;
  dwc:latitude '52.9478239'^^xsd:double;
  dwc:coordinatePrecision '7.2'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781413'^^xsd:integer;
  dwc:observationDate '2012-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780668_20432780668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780668_20432780668> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780668_20432780668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.947908 4.7177433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.947908"^^xsd:decimal ;
  dwc:decimalLongitude "4.7177433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780668_20432780668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780668'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '22.42'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7177433'^^xsd:double;
  dwc:latitude '52.947908'^^xsd:double;
  dwc:coordinatePrecision '6.6'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780668'^^xsd:integer;
  dwc:observationDate '2012-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780688_20432780688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780688_20432780688> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780688_20432780688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9499332 4.7177506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9499332"^^xsd:decimal ;
  dwc:decimalLongitude "4.7177506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780688_20432780688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780688'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '1.4686111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7177506'^^xsd:double;
  dwc:latitude '52.9499332'^^xsd:double;
  dwc:coordinatePrecision '6.3'^^xsd:double;
  dwc:minimumElevation '-20'^^xsd:integer;
  dwc:maximumElevation '-20'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780688'^^xsd:integer;
  dwc:observationDate '2012-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780876_20432780876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780876_20432780876> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780876_20432780876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9500229 4.717781)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9500229"^^xsd:decimal ;
  dwc:decimalLongitude "4.717781"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780876_20432780876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780876'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.5411111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.717781'^^xsd:double;
  dwc:latitude '52.9500229'^^xsd:double;
  dwc:coordinatePrecision '6.2'^^xsd:double;
  dwc:minimumElevation '10'^^xsd:integer;
  dwc:maximumElevation '10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780876'^^xsd:integer;
  dwc:observationDate '2012-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781074_20432781074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781074_20432781074> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781074_20432781074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9500699 4.7177954)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9500699"^^xsd:decimal ;
  dwc:decimalLongitude "4.7177954"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781074_20432781074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781074'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.3852777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7177954'^^xsd:double;
  dwc:latitude '52.9500699'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781074'^^xsd:integer;
  dwc:observationDate '2012-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780695_20432780695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780695_20432780695> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780695_20432780695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9500602 4.7178027)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9500602"^^xsd:decimal ;
  dwc:decimalLongitude "4.7178027"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780695_20432780695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780695'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '2.4783333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7178027'^^xsd:double;
  dwc:latitude '52.9500602'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780695'^^xsd:integer;
  dwc:observationDate '2012-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781419_20432781419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781419_20432781419> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781419_20432781419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9478346 4.7178048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9478346"^^xsd:decimal ;
  dwc:decimalLongitude "4.7178048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781419_20432781419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781419'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '22.115277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7178048'^^xsd:double;
  dwc:latitude '52.9478346'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781419'^^xsd:integer;
  dwc:observationDate '2012-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780503_20432780503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780503_20432780503> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780503_20432780503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9500648 4.7178064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9500648"^^xsd:decimal ;
  dwc:decimalLongitude "4.7178064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780503_20432780503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780503'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '1.96'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7178064'^^xsd:double;
  dwc:latitude '52.9500648'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780503'^^xsd:integer;
  dwc:observationDate '2012-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780864_20432780864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780864_20432780864> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780864_20432780864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9499259 4.7178194)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9499259"^^xsd:decimal ;
  dwc:decimalLongitude "4.7178194"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780864_20432780864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780864'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '0.51166666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7178194'^^xsd:double;
  dwc:latitude '52.9499259'^^xsd:double;
  dwc:coordinatePrecision '3.1'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780864'^^xsd:integer;
  dwc:observationDate '2012-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780883_20432780883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780883_20432780883> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780883_20432780883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9499458 4.7178197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9499458"^^xsd:decimal ;
  dwc:decimalLongitude "4.7178197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780883_20432780883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780883'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3.5583333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7178197'^^xsd:double;
  dwc:latitude '52.9499458'^^xsd:double;
  dwc:coordinatePrecision '2.7'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780883'^^xsd:integer;
  dwc:observationDate '2012-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780510_20432780510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780510_20432780510> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780510_20432780510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9500755 4.7178253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9500755"^^xsd:decimal ;
  dwc:decimalLongitude "4.7178253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780510_20432780510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780510'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '2.9641666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7178253'^^xsd:double;
  dwc:latitude '52.9500755'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780510'^^xsd:integer;
  dwc:observationDate '2012-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780702_20432780702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780702_20432780702> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780702_20432780702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9500059 4.7178315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9500059"^^xsd:decimal ;
  dwc:decimalLongitude "4.7178315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780702_20432780702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780702'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '3.4852777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7178315'^^xsd:double;
  dwc:latitude '52.9500059'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780702'^^xsd:integer;
  dwc:observationDate '2012-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781431_20432781431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781431_20432781431> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781431_20432781431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9478246 4.717842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9478246"^^xsd:decimal ;
  dwc:decimalLongitude "4.717842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781431_20432781431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781431'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '0.13833333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.717842'^^xsd:double;
  dwc:latitude '52.9478246'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781431'^^xsd:integer;
  dwc:observationDate '2012-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781402_20432781402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781402_20432781402> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781402_20432781402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9478386 4.7178449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9478386"^^xsd:decimal ;
  dwc:decimalLongitude "4.7178449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781402_20432781402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781402'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '19.083333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7178449'^^xsd:double;
  dwc:latitude '52.9478386'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781402'^^xsd:integer;
  dwc:observationDate '2012-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780000_20432780000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780000_20432780000> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780000_20432780000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9502264 4.7178542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9502264"^^xsd:decimal ;
  dwc:decimalLongitude "4.7178542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "12"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780000_20432780000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780000'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '23.8125'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7178542'^^xsd:double;
  dwc:latitude '52.9502264'^^xsd:double;
  dwc:coordinatePrecision '12'^^xsd:integer;
  dwc:minimumElevation '3'^^xsd:integer;
  dwc:maximumElevation '3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780000'^^xsd:integer;
  dwc:observationDate '2012-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780009_20432780009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780009_20432780009> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780009_20432780009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9501184 4.7178566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9501184"^^xsd:decimal ;
  dwc:decimalLongitude "4.7178566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780009_20432780009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780009'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '0.81861111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7178566'^^xsd:double;
  dwc:latitude '52.9501184'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780009'^^xsd:integer;
  dwc:observationDate '2012-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780681_20432780681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780681_20432780681> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780681_20432780681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9499399 4.717861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9499399"^^xsd:decimal ;
  dwc:decimalLongitude "4.717861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780681_20432780681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780681'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '0.44833333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.717861'^^xsd:double;
  dwc:latitude '52.9499399'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780681'^^xsd:integer;
  dwc:observationDate '2012-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781425_20432781425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781425_20432781425> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781425_20432781425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.947839 4.7178633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.947839"^^xsd:decimal ;
  dwc:decimalLongitude "4.7178633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781425_20432781425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781425'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '23.128333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7178633'^^xsd:double;
  dwc:latitude '52.947839'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781425'^^xsd:integer;
  dwc:observationDate '2012-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780246_20432780246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780246_20432780246> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780246_20432780246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9500113 4.7178693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9500113"^^xsd:decimal ;
  dwc:decimalLongitude "4.7178693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780246_20432780246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780246'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '0.036666666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7178693'^^xsd:double;
  dwc:latitude '52.9500113'^^xsd:double;
  dwc:coordinatePrecision '3.7'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780246'^^xsd:integer;
  dwc:observationDate '2012-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780237_20432780237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780237_20432780237> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780237_20432780237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9501354 4.7178823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9501354"^^xsd:decimal ;
  dwc:decimalLongitude "4.7178823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780237_20432780237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780237'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '23.026666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7178823'^^xsd:double;
  dwc:latitude '52.9501354'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780237'^^xsd:integer;
  dwc:observationDate '2012-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781081_20432781081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781081_20432781081> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781081_20432781081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.950054 4.7179146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.950054"^^xsd:decimal ;
  dwc:decimalLongitude "4.7179146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781081_20432781081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781081'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.3972222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7179146'^^xsd:double;
  dwc:latitude '52.950054'^^xsd:double;
  dwc:coordinatePrecision '11.3'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781081'^^xsd:integer;
  dwc:observationDate '2012-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780263_20432780263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780263_20432780263> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780263_20432780263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9502097 4.7179196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9502097"^^xsd:decimal ;
  dwc:decimalLongitude "4.7179196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780263_20432780263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780263'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '2.0533333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7179196'^^xsd:double;
  dwc:latitude '52.9502097'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780263'^^xsd:integer;
  dwc:observationDate '2012-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781067_20432781067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781067_20432781067> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781067_20432781067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9501578 4.7179222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9501578"^^xsd:decimal ;
  dwc:decimalLongitude "4.7179222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781067_20432781067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781067'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '2.3766666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7179222'^^xsd:double;
  dwc:latitude '52.9501578'^^xsd:double;
  dwc:coordinatePrecision '5'^^xsd:integer;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781067'^^xsd:integer;
  dwc:observationDate '2012-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780496_20432780496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780496_20432780496> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780496_20432780496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9500488 4.7179345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9500488"^^xsd:decimal ;
  dwc:decimalLongitude "4.7179345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780496_20432780496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780496'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '0.945'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7179345'^^xsd:double;
  dwc:latitude '52.9500488'^^xsd:double;
  dwc:coordinatePrecision '7.3'^^xsd:double;
  dwc:minimumElevation '-24'^^xsd:integer;
  dwc:maximumElevation '-24'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780496'^^xsd:integer;
  dwc:observationDate '2012-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781286_20432781286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781286_20432781286> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781286_20432781286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9480137 4.7179362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9480137"^^xsd:decimal ;
  dwc:decimalLongitude "4.7179362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781286_20432781286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781286'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.8669444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7179362'^^xsd:double;
  dwc:latitude '52.9480137'^^xsd:double;
  dwc:coordinatePrecision '2.1'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781286'^^xsd:integer;
  dwc:observationDate '2012-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780488_20432780488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780488_20432780488> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780488_20432780488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9501337 4.7179566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9501337"^^xsd:decimal ;
  dwc:decimalLongitude "4.7179566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780488_20432780488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780488'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '23.935277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7179566'^^xsd:double;
  dwc:latitude '52.9501337'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780488'^^xsd:integer;
  dwc:observationDate '2012-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779542_20432779542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779542_20432779542> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779542_20432779542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.948565 4.717958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.948565"^^xsd:decimal ;
  dwc:decimalLongitude "4.717958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779542_20432779542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779542'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.7477777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.717958'^^xsd:double;
  dwc:latitude '52.948565'^^xsd:double;
  dwc:coordinatePrecision '6.2'^^xsd:double;
  dwc:minimumElevation '-20'^^xsd:integer;
  dwc:maximumElevation '-20'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779542'^^xsd:integer;
  dwc:observationDate '2012-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780964_20432780964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780964_20432780964> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780964_20432780964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.949481 4.7179721)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.949481"^^xsd:decimal ;
  dwc:decimalLongitude "4.7179721"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780964_20432780964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780964'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.197222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7179721'^^xsd:double;
  dwc:latitude '52.949481'^^xsd:double;
  dwc:coordinatePrecision '3.5'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780964'^^xsd:integer;
  dwc:observationDate '2012-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780255_20432780255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780255_20432780255> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780255_20432780255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.95012 4.717974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.95012"^^xsd:decimal ;
  dwc:decimalLongitude "4.717974"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "12.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780255_20432780255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780255'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '1.0436111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.717974'^^xsd:double;
  dwc:latitude '52.95012'^^xsd:double;
  dwc:coordinatePrecision '12.6'^^xsd:double;
  dwc:minimumElevation '-18'^^xsd:integer;
  dwc:maximumElevation '-18'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780255'^^xsd:integer;
  dwc:observationDate '2012-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779534_20432779534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779534_20432779534> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779534_20432779534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9485766 4.7179808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9485766"^^xsd:decimal ;
  dwc:decimalLongitude "4.7179808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779534_20432779534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779534'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0.73694444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7179808'^^xsd:double;
  dwc:latitude '52.9485766'^^xsd:double;
  dwc:coordinatePrecision '5.7'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779534'^^xsd:integer;
  dwc:observationDate '2012-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781060_20432781060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781060_20432781060> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781060_20432781060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9501074 4.7179911)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9501074"^^xsd:decimal ;
  dwc:decimalLongitude "4.7179911"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781060_20432781060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781060'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '1.3619444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7179911'^^xsd:double;
  dwc:latitude '52.9501074'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781060'^^xsd:integer;
  dwc:observationDate '2012-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780674_20432780674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780674_20432780674> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780674_20432780674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.949919 4.7180378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.949919"^^xsd:decimal ;
  dwc:decimalLongitude "4.7180378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780674_20432780674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780674'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '23.436111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7180378'^^xsd:double;
  dwc:latitude '52.949919'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780674'^^xsd:integer;
  dwc:observationDate '2012-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779526_20432779526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779526_20432779526> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779526_20432779526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9498824 4.7180622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9498824"^^xsd:decimal ;
  dwc:decimalLongitude "4.7180622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779526_20432779526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779526'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '23.735'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7180622'^^xsd:double;
  dwc:latitude '52.9498824'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779526'^^xsd:integer;
  dwc:observationDate '2012-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779982_20432779982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779982_20432779982> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779982_20432779982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.950115 4.7180751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.950115"^^xsd:decimal ;
  dwc:decimalLongitude "4.7180751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779982_20432779982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779982'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '21.778333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7180751'^^xsd:double;
  dwc:latitude '52.950115'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779982'^^xsd:integer;
  dwc:observationDate '2012-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779991_20432779991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779991_20432779991> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779991_20432779991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9501488 4.7180787)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9501488"^^xsd:decimal ;
  dwc:decimalLongitude "4.7180787"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779991_20432779991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779991'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '22.796388888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7180787'^^xsd:double;
  dwc:latitude '52.9501488'^^xsd:double;
  dwc:coordinatePrecision '6.4'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779991'^^xsd:integer;
  dwc:observationDate '2012-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779551_20432779551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779551_20432779551> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779551_20432779551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9485521 4.718081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9485521"^^xsd:decimal ;
  dwc:decimalLongitude "4.718081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779551_20432779551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779551'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '2.7583333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.718081'^^xsd:double;
  dwc:latitude '52.9485521'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779551'^^xsd:integer;
  dwc:observationDate '2012-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781648_20432781648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781648_20432781648> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781648_20432781648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9477682 4.7180875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9477682"^^xsd:decimal ;
  dwc:decimalLongitude "4.7180875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781648_20432781648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781648'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '8.0944444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7180875'^^xsd:double;
  dwc:latitude '52.9477682'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '11'^^xsd:integer;
  dwc:maximumElevation '11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781648'^^xsd:integer;
  dwc:observationDate '2012-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781088_20432781088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781088_20432781088> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781088_20432781088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9499553 4.7180908)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9499553"^^xsd:decimal ;
  dwc:decimalLongitude "4.7180908"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781088_20432781088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781088'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5.4116666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7180908'^^xsd:double;
  dwc:latitude '52.9499553'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781088'^^xsd:integer;
  dwc:observationDate '2012-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780480_20432780480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780480_20432780480> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780480_20432780480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9498966 4.7181031)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9498966"^^xsd:decimal ;
  dwc:decimalLongitude "4.7181031"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780480_20432780480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780480'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '22.922777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7181031'^^xsd:double;
  dwc:latitude '52.9498966'^^xsd:double;
  dwc:coordinatePrecision '6.5'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780480'^^xsd:integer;
  dwc:observationDate '2012-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780568_20432780568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780568_20432780568> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780568_20432780568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9500491 4.7181181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9500491"^^xsd:decimal ;
  dwc:decimalLongitude "4.7181181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "12.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780568_20432780568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780568'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '11.062777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7181181'^^xsd:double;
  dwc:latitude '52.9500491'^^xsd:double;
  dwc:coordinatePrecision '12.4'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780568'^^xsd:integer;
  dwc:observationDate '2012-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780983_20432780983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780983_20432780983> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780983_20432780983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9497685 4.7181654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9497685"^^xsd:decimal ;
  dwc:decimalLongitude "4.7181654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780983_20432780983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780983'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15.22'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7181654'^^xsd:double;
  dwc:latitude '52.9497685'^^xsd:double;
  dwc:coordinatePrecision '10.1'^^xsd:double;
  dwc:minimumElevation '-34'^^xsd:integer;
  dwc:maximumElevation '-34'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780983'^^xsd:integer;
  dwc:observationDate '2012-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780018_20432780018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780018_20432780018> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780018_20432780018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9502789 4.7181866)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9502789"^^xsd:decimal ;
  dwc:decimalLongitude "4.7181866"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780018_20432780018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780018'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '1.8377777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7181866'^^xsd:double;
  dwc:latitude '52.9502789'^^xsd:double;
  dwc:coordinatePrecision '6.6'^^xsd:double;
  dwc:minimumElevation '20'^^xsd:integer;
  dwc:maximumElevation '20'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780018'^^xsd:integer;
  dwc:observationDate '2012-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779867_20432779867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779867_20432779867> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779867_20432779867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9500837 4.71825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9500837"^^xsd:decimal ;
  dwc:decimalLongitude "4.71825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779867_20432779867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779867'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.144444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.71825'^^xsd:double;
  dwc:latitude '52.9500837'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779867'^^xsd:integer;
  dwc:observationDate '2012-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780473_20432780473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780473_20432780473> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780473_20432780473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9496973 4.718264)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9496973"^^xsd:decimal ;
  dwc:decimalLongitude "4.718264"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780473_20432780473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780473'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '21.908611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.718264'^^xsd:double;
  dwc:latitude '52.9496973'^^xsd:double;
  dwc:coordinatePrecision '8.6'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780473'^^xsd:integer;
  dwc:observationDate '2012-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780944_20432780944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780944_20432780944> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780944_20432780944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9500516 4.7182685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9500516"^^xsd:decimal ;
  dwc:decimalLongitude "4.7182685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780944_20432780944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780944'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.166944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7182685'^^xsd:double;
  dwc:latitude '52.9500516'^^xsd:double;
  dwc:coordinatePrecision '9.4'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780944'^^xsd:integer;
  dwc:observationDate '2012-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780708_20432780708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780708_20432780708> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780708_20432780708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9500332 4.7182773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9500332"^^xsd:decimal ;
  dwc:decimalLongitude "4.7182773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780708_20432780708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780708'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '4.5011111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7182773'^^xsd:double;
  dwc:latitude '52.9500332'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '4'^^xsd:integer;
  dwc:maximumElevation '4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780708'^^xsd:integer;
  dwc:observationDate '2012-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779951_20432779951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779951_20432779951> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779951_20432779951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9499972 4.7182914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9499972"^^xsd:decimal ;
  dwc:decimalLongitude "4.7182914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779951_20432779951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779951'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17.723888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7182914'^^xsd:double;
  dwc:latitude '52.9499972'^^xsd:double;
  dwc:coordinatePrecision '8.7'^^xsd:double;
  dwc:minimumElevation '-22'^^xsd:integer;
  dwc:maximumElevation '-22'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779951'^^xsd:integer;
  dwc:observationDate '2012-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780176_20432780176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780176_20432780176> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780176_20432780176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9499285 4.7183495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9499285"^^xsd:decimal ;
  dwc:decimalLongitude "4.7183495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780176_20432780176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780176'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.436111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7183495'^^xsd:double;
  dwc:latitude '52.9499285'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780176'^^xsd:integer;
  dwc:observationDate '2012-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780026_20432780026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780026_20432780026> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780026_20432780026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9500044 4.7183558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9500044"^^xsd:decimal ;
  dwc:decimalLongitude "4.7183558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780026_20432780026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780026'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '2.8483333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7183558'^^xsd:double;
  dwc:latitude '52.9500044'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '5'^^xsd:integer;
  dwc:maximumElevation '5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780026'^^xsd:integer;
  dwc:observationDate '2012-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779607_20432779607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779607_20432779607> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779607_20432779607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.950156 4.7183702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.950156"^^xsd:decimal ;
  dwc:decimalLongitude "4.7183702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779607_20432779607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779607'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '8.82'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7183702'^^xsd:double;
  dwc:latitude '52.950156'^^xsd:double;
  dwc:coordinatePrecision '6.4'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779607'^^xsd:integer;
  dwc:observationDate '2012-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780201_20432780201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780201_20432780201> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780201_20432780201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9499055 4.718371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9499055"^^xsd:decimal ;
  dwc:decimalLongitude "4.718371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780201_20432780201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780201'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '18.978333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.718371'^^xsd:double;
  dwc:latitude '52.9499055'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780201'^^xsd:integer;
  dwc:observationDate '2012-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781053_20432781053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781053_20432781053> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781053_20432781053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9501212 4.7183738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9501212"^^xsd:decimal ;
  dwc:decimalLongitude "4.7183738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781053_20432781053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781053'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '0.35333333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7183738'^^xsd:double;
  dwc:latitude '52.9501212'^^xsd:double;
  dwc:coordinatePrecision '6.4'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781053'^^xsd:integer;
  dwc:observationDate '2012-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780272_20432780272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780272_20432780272> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780272_20432780272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9500845 4.7183769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9500845"^^xsd:decimal ;
  dwc:decimalLongitude "4.7183769"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780272_20432780272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780272'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '3.0602777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7183769'^^xsd:double;
  dwc:latitude '52.9500845'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780272'^^xsd:integer;
  dwc:observationDate '2012-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780427_20432780427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780427_20432780427> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780427_20432780427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9498943 4.7183782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9498943"^^xsd:decimal ;
  dwc:decimalLongitude "4.7183782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780427_20432780427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780427'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '16.35'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7183782'^^xsd:double;
  dwc:latitude '52.9498943'^^xsd:double;
  dwc:coordinatePrecision '5.6'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780427'^^xsd:integer;
  dwc:observationDate '2012-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779897_20432779897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779897_20432779897> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779897_20432779897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9500442 4.7183799)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9500442"^^xsd:decimal ;
  dwc:decimalLongitude "4.7183799"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779897_20432779897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779897'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '12.67'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7183799'^^xsd:double;
  dwc:latitude '52.9500442'^^xsd:double;
  dwc:coordinatePrecision '11.3'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779897'^^xsd:integer;
  dwc:observationDate '2012-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780035_20432780035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780035_20432780035> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780035_20432780035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9499713 4.7183801)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9499713"^^xsd:decimal ;
  dwc:decimalLongitude "4.7183801"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780035_20432780035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780035'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '3.8602777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7183801'^^xsd:double;
  dwc:latitude '52.9499713'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780035'^^xsd:integer;
  dwc:observationDate '2012-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780210_20432780210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780210_20432780210> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780210_20432780210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.950014 4.7183808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.950014"^^xsd:decimal ;
  dwc:decimalLongitude "4.7183808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780210_20432780210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780210'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19.986666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7183808'^^xsd:double;
  dwc:latitude '52.950014'^^xsd:double;
  dwc:coordinatePrecision '7.5'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780210'^^xsd:integer;
  dwc:observationDate '2012-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780518_20432780518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780518_20432780518> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780518_20432780518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9500029 4.7183884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9500029"^^xsd:decimal ;
  dwc:decimalLongitude "4.7183884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780518_20432780518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780518'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '3.9711111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7183884'^^xsd:double;
  dwc:latitude '52.9500029'^^xsd:double;
  dwc:coordinatePrecision '7.4'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780518'^^xsd:integer;
  dwc:observationDate '2012-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780160_20432780160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780160_20432780160> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780160_20432780160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9498677 4.7183885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9498677"^^xsd:decimal ;
  dwc:decimalLongitude "4.7183885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780160_20432780160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780160'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.418611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7183885'^^xsd:double;
  dwc:latitude '52.9498677'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780160'^^xsd:integer;
  dwc:observationDate '2012-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780044_20432780044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780044_20432780044> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780044_20432780044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9500286 4.7183902)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9500286"^^xsd:decimal ;
  dwc:decimalLongitude "4.7183902"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780044_20432780044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780044'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '4.8647222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7183902'^^xsd:double;
  dwc:latitude '52.9500286'^^xsd:double;
  dwc:coordinatePrecision '8'^^xsd:integer;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780044'^^xsd:integer;
  dwc:observationDate '2012-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779906_20432779906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779906_20432779906> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779906_20432779906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9498701 4.7183922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9498701"^^xsd:decimal ;
  dwc:decimalLongitude "4.7183922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "21.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779906_20432779906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779906'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.675277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7183922'^^xsd:double;
  dwc:latitude '52.9498701'^^xsd:double;
  dwc:coordinatePrecision '21.3'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779906'^^xsd:integer;
  dwc:observationDate '2012-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780053_20432780053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780053_20432780053> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780053_20432780053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.949993 4.7183937)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.949993"^^xsd:decimal ;
  dwc:decimalLongitude "4.7183937"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780053_20432780053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780053'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '5.875'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7183937'^^xsd:double;
  dwc:latitude '52.949993'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780053'^^xsd:integer;
  dwc:observationDate '2012-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780452_20432780452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780452_20432780452> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780452_20432780452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9498429 4.7183991)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9498429"^^xsd:decimal ;
  dwc:decimalLongitude "4.7183991"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780452_20432780452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780452'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.878611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7183991'^^xsd:double;
  dwc:latitude '52.9498429'^^xsd:double;
  dwc:coordinatePrecision '3.5'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780452'^^xsd:integer;
  dwc:observationDate '2012-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780399_20432780399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780399_20432780399> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780399_20432780399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9498589 4.7184022)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9498589"^^xsd:decimal ;
  dwc:decimalLongitude "4.7184022"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780399_20432780399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780399'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.323611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7184022'^^xsd:double;
  dwc:latitude '52.9498589'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780399'^^xsd:integer;
  dwc:observationDate '2012-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781805_20432781805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781805_20432781805> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781805_20432781805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9499916 4.7184086)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9499916"^^xsd:decimal ;
  dwc:decimalLongitude "4.7184086"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781805_20432781805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781805'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.405'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7184086'^^xsd:double;
  dwc:latitude '52.9499916'^^xsd:double;
  dwc:coordinatePrecision '10.1'^^xsd:double;
  dwc:minimumElevation '148'^^xsd:integer;
  dwc:maximumElevation '148'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781805'^^xsd:integer;
  dwc:observationDate '2012-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780444_20432780444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780444_20432780444> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780444_20432780444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9498511 4.7184128)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9498511"^^xsd:decimal ;
  dwc:decimalLongitude "4.7184128"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780444_20432780444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780444'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.868333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7184128'^^xsd:double;
  dwc:latitude '52.9498511'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780444'^^xsd:integer;
  dwc:observationDate '2012-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781025_20432781025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781025_20432781025> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781025_20432781025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9534268 4.7184182)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9534268"^^xsd:decimal ;
  dwc:decimalLongitude "4.7184182"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "65.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781025_20432781025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781025'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '20.290277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7184182'^^xsd:double;
  dwc:latitude '52.9534268'^^xsd:double;
  dwc:coordinatePrecision '65.1'^^xsd:double;
  dwc:minimumElevation '963'^^xsd:integer;
  dwc:maximumElevation '963'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781025'^^xsd:integer;
  dwc:observationDate '2012-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780721_20432780721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780721_20432780721> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780721_20432780721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9499529 4.7184236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9499529"^^xsd:decimal ;
  dwc:decimalLongitude "4.7184236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780721_20432780721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780721'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.52'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7184236'^^xsd:double;
  dwc:latitude '52.9499529'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780721'^^xsd:integer;
  dwc:observationDate '2012-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780411_20432780411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780411_20432780411> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780411_20432780411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9498246 4.7184237)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9498246"^^xsd:decimal ;
  dwc:decimalLongitude "4.7184237"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780411_20432780411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780411'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.33'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7184237'^^xsd:double;
  dwc:latitude '52.9498246'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780411'^^xsd:integer;
  dwc:observationDate '2012-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780857_20432780857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780857_20432780857> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780857_20432780857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9497443 4.7184262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9497443"^^xsd:decimal ;
  dwc:decimalLongitude "4.7184262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "23.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780857_20432780857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780857'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '23.498055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7184262'^^xsd:double;
  dwc:latitude '52.9497443'^^xsd:double;
  dwc:coordinatePrecision '23.5'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780857'^^xsd:integer;
  dwc:observationDate '2012-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779938_20432779938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779938_20432779938> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779938_20432779938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9499204 4.7184369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9499204"^^xsd:decimal ;
  dwc:decimalLongitude "4.7184369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779938_20432779938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779938'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '16.204722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7184369'^^xsd:double;
  dwc:latitude '52.9499204'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779938'^^xsd:integer;
  dwc:observationDate '2012-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780466_20432780466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780466_20432780466> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780466_20432780466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9498388 4.7184409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9498388"^^xsd:decimal ;
  dwc:decimalLongitude "4.7184409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780466_20432780466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780466'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '20.900277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7184409'^^xsd:double;
  dwc:latitude '52.9498388'^^xsd:double;
  dwc:coordinatePrecision '2.9'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780466'^^xsd:integer;
  dwc:observationDate '2012-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781141_20432781141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781141_20432781141> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781141_20432781141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9501818 4.7184443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9501818"^^xsd:decimal ;
  dwc:decimalLongitude "4.7184443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781141_20432781141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781141'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '12.485'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7184443'^^xsd:double;
  dwc:latitude '52.9501818'^^xsd:double;
  dwc:coordinatePrecision '3.7'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781141'^^xsd:integer;
  dwc:observationDate '2012-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780459_20432780459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780459_20432780459> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780459_20432780459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9498415 4.718455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9498415"^^xsd:decimal ;
  dwc:decimalLongitude "4.718455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780459_20432780459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780459'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '19.895'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.718455'^^xsd:double;
  dwc:latitude '52.9498415'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780459'^^xsd:integer;
  dwc:observationDate '2012-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779959_20432779959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779959_20432779959> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779959_20432779959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9499282 4.7184624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9499282"^^xsd:decimal ;
  dwc:decimalLongitude "4.7184624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779959_20432779959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779959'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '18.736666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7184624'^^xsd:double;
  dwc:latitude '52.9499282'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779959'^^xsd:integer;
  dwc:observationDate '2012-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779851_20432779851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779851_20432779851> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779851_20432779851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.950093 4.7184629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.950093"^^xsd:decimal ;
  dwc:decimalLongitude "4.7184629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779851_20432779851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779851'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.0963888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7184629'^^xsd:double;
  dwc:latitude '52.950093'^^xsd:double;
  dwc:coordinatePrecision '6.6'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779851'^^xsd:integer;
  dwc:observationDate '2012-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780281_20432780281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780281_20432780281> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780281_20432780281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9500027 4.7184785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9500027"^^xsd:decimal ;
  dwc:decimalLongitude "4.7184785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780281_20432780281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780281'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '4.075'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7184785'^^xsd:double;
  dwc:latitude '52.9500027'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780281'^^xsd:integer;
  dwc:observationDate '2012-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780350_20432780350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780350_20432780350> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780350_20432780350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9500698 4.7184834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9500698"^^xsd:decimal ;
  dwc:decimalLongitude "4.7184834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780350_20432780350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780350'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '11.301111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7184834'^^xsd:double;
  dwc:latitude '52.9500698'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780350'^^xsd:integer;
  dwc:observationDate '2012-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779922_20432779922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779922_20432779922> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779922_20432779922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9499137 4.7184851)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9499137"^^xsd:decimal ;
  dwc:decimalLongitude "4.7184851"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779922_20432779922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779922'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '15.202777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7184851'^^xsd:double;
  dwc:latitude '52.9499137'^^xsd:double;
  dwc:coordinatePrecision '2.7'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779922'^^xsd:integer;
  dwc:observationDate '2012-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780954_20432780954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780954_20432780954> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780954_20432780954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.950223 4.7184892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.950223"^^xsd:decimal ;
  dwc:decimalLongitude "4.7184892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780954_20432780954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780954'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.188888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7184892'^^xsd:double;
  dwc:latitude '52.950223'^^xsd:double;
  dwc:coordinatePrecision '7.1'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780954'^^xsd:integer;
  dwc:observationDate '2012-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779887_20432779887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779887_20432779887> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779887_20432779887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9502053 4.7184907)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9502053"^^xsd:decimal ;
  dwc:decimalLongitude "4.7184907"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779887_20432779887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779887'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.652222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7184907'^^xsd:double;
  dwc:latitude '52.9502053'^^xsd:double;
  dwc:coordinatePrecision '6.7'^^xsd:double;
  dwc:minimumElevation '-18'^^xsd:integer;
  dwc:maximumElevation '-18'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779887'^^xsd:integer;
  dwc:observationDate '2012-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780727_20432780727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780727_20432780727> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780727_20432780727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9499158 4.7184937)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9499158"^^xsd:decimal ;
  dwc:decimalLongitude "4.7184937"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780727_20432780727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780727'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.5319444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7184937'^^xsd:double;
  dwc:latitude '52.9499158'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780727'^^xsd:integer;
  dwc:observationDate '2012-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780299_20432780299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780299_20432780299> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780299_20432780299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9499918 4.7184947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9499918"^^xsd:decimal ;
  dwc:decimalLongitude "4.7184947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780299_20432780299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780299'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.0902777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7184947'^^xsd:double;
  dwc:latitude '52.9499918'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780299'^^xsd:integer;
  dwc:observationDate '2012-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780308_20432780308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780308_20432780308> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780308_20432780308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9500086 4.7184947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9500086"^^xsd:decimal ;
  dwc:decimalLongitude "4.7184947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780308_20432780308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780308'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.1033333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7184947'^^xsd:double;
  dwc:latitude '52.9500086'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780308'^^xsd:integer;
  dwc:observationDate '2012-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781239_20432781239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781239_20432781239> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781239_20432781239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9499126 4.7184949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9499126"^^xsd:decimal ;
  dwc:decimalLongitude "4.7184949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781239_20432781239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781239'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '23.7525'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7184949'^^xsd:double;
  dwc:latitude '52.9499126'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781239'^^xsd:integer;
  dwc:observationDate '2012-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780290_20432780290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780290_20432780290> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780290_20432780290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9499908 4.7184962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9499908"^^xsd:decimal ;
  dwc:decimalLongitude "4.7184962"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780290_20432780290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780290'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.085'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7184962'^^xsd:double;
  dwc:latitude '52.9499908'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780290'^^xsd:integer;
  dwc:observationDate '2012-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779916_20432779916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779916_20432779916> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779916_20432779916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.949929 4.718497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.949929"^^xsd:decimal ;
  dwc:decimalLongitude "4.718497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779916_20432779916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779916'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '14.691666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.718497'^^xsd:double;
  dwc:latitude '52.949929'^^xsd:double;
  dwc:coordinatePrecision '5.4'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779916'^^xsd:integer;
  dwc:observationDate '2012-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781246_20432781246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781246_20432781246> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781246_20432781246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9499075 4.7184975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9499075"^^xsd:decimal ;
  dwc:decimalLongitude "4.7184975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781246_20432781246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781246'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '0.75861111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7184975'^^xsd:double;
  dwc:latitude '52.9499075'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781246'^^xsd:integer;
  dwc:observationDate '2012-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780192_20432780192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780192_20432780192> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780192_20432780192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9498584 4.7185074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9498584"^^xsd:decimal ;
  dwc:decimalLongitude "4.7185074"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780192_20432780192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780192'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17.963055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7185074'^^xsd:double;
  dwc:latitude '52.9498584'^^xsd:double;
  dwc:coordinatePrecision '6.9'^^xsd:double;
  dwc:minimumElevation '9'^^xsd:integer;
  dwc:maximumElevation '9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780192'^^xsd:integer;
  dwc:observationDate '2012-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781102_20432781102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781102_20432781102> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781102_20432781102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9499409 4.7185159)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9499409"^^xsd:decimal ;
  dwc:decimalLongitude "4.7185159"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781102_20432781102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781102'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.4275'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7185159'^^xsd:double;
  dwc:latitude '52.9499409'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781102'^^xsd:integer;
  dwc:observationDate '2012-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781095_20432781095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781095_20432781095> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781095_20432781095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9499272 4.7185164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9499272"^^xsd:decimal ;
  dwc:decimalLongitude "4.7185164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781095_20432781095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781095'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.42'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7185164'^^xsd:double;
  dwc:latitude '52.9499272'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781095'^^xsd:integer;
  dwc:observationDate '2012-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780975_20432780975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780975_20432780975> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780975_20432780975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9501078 4.7185332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9501078"^^xsd:decimal ;
  dwc:decimalLongitude "4.7185332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780975_20432780975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780975'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.208611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7185332'^^xsd:double;
  dwc:latitude '52.9501078'^^xsd:double;
  dwc:coordinatePrecision '9.4'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780975'^^xsd:integer;
  dwc:observationDate '2012-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780890_20432780890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780890_20432780890> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780890_20432780890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.949589 4.718537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.949589"^^xsd:decimal ;
  dwc:decimalLongitude "4.718537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780890_20432780890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780890'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.5686111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.718537'^^xsd:double;
  dwc:latitude '52.949589'^^xsd:double;
  dwc:coordinatePrecision '8'^^xsd:integer;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780890'^^xsd:integer;
  dwc:observationDate '2012-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780317_20432780317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780317_20432780317> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780317_20432780317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9501326 4.7185436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9501326"^^xsd:decimal ;
  dwc:decimalLongitude "4.7185436"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780317_20432780317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780317'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.1136111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7185436'^^xsd:double;
  dwc:latitude '52.9501326'^^xsd:double;
  dwc:coordinatePrecision '11.5'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780317'^^xsd:integer;
  dwc:observationDate '2012-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780735_20432780735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780735_20432780735> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780735_20432780735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.949894 4.7185526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.949894"^^xsd:decimal ;
  dwc:decimalLongitude "4.7185526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780735_20432780735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780735'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.5416666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7185526'^^xsd:double;
  dwc:latitude '52.949894'^^xsd:double;
  dwc:coordinatePrecision '2.4'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780735'^^xsd:integer;
  dwc:observationDate '2012-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781817_20432781817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781817_20432781817> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781817_20432781817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9497073 4.7185705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9497073"^^xsd:decimal ;
  dwc:decimalLongitude "4.7185705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781817_20432781817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781817'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '7.4277777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7185705'^^xsd:double;
  dwc:latitude '52.9497073'^^xsd:double;
  dwc:coordinatePrecision '8.7'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781817'^^xsd:integer;
  dwc:observationDate '2012-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780552_20432780552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780552_20432780552> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780552_20432780552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9498625 4.7185783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9498625"^^xsd:decimal ;
  dwc:decimalLongitude "4.7185783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780552_20432780552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780552'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9.0333333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7185783'^^xsd:double;
  dwc:latitude '52.9498625'^^xsd:double;
  dwc:coordinatePrecision '9.6'^^xsd:double;
  dwc:minimumElevation '5'^^xsd:integer;
  dwc:maximumElevation '5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780552'^^xsd:integer;
  dwc:observationDate '2012-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781544_20432781544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781544_20432781544> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781544_20432781544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9498793 4.7186212)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9498793"^^xsd:decimal ;
  dwc:decimalLongitude "4.7186212"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781544_20432781544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781544'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.327777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7186212'^^xsd:double;
  dwc:latitude '52.9498793'^^xsd:double;
  dwc:coordinatePrecision '5.8'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781544'^^xsd:integer;
  dwc:observationDate '2012-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779643_20432779643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779643_20432779643> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779643_20432779643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9502067 4.7186331)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9502067"^^xsd:decimal ;
  dwc:decimalLongitude "4.7186331"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779643_20432779643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779643'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.851666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7186331'^^xsd:double;
  dwc:latitude '52.9502067'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779643'^^xsd:integer;
  dwc:observationDate '2012-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780911_20432780911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780911_20432780911> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780911_20432780911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9496014 4.7186579)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9496014"^^xsd:decimal ;
  dwc:decimalLongitude "4.7186579"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780911_20432780911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780911'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.6'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7186579'^^xsd:double;
  dwc:latitude '52.9496014'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780911'^^xsd:integer;
  dwc:observationDate '2012-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780904_20432780904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780904_20432780904> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780904_20432780904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9495888 4.7186817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9495888"^^xsd:decimal ;
  dwc:decimalLongitude "4.7186817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780904_20432780904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780904'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.5866666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7186817'^^xsd:double;
  dwc:latitude '52.9495888'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780904'^^xsd:integer;
  dwc:observationDate '2012-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779720_20432779720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779720_20432779720> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779720_20432779720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9498512 4.7187027)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9498512"^^xsd:decimal ;
  dwc:decimalLongitude "4.7187027"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779720_20432779720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779720'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.926666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7187027'^^xsd:double;
  dwc:latitude '52.9498512'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779720'^^xsd:integer;
  dwc:observationDate '2012-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780897_20432780897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780897_20432780897> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780897_20432780897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9497233 4.7187131)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9497233"^^xsd:decimal ;
  dwc:decimalLongitude "4.7187131"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "12.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780897_20432780897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780897'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.5722222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7187131'^^xsd:double;
  dwc:latitude '52.9497233'^^xsd:double;
  dwc:coordinatePrecision '12.1'^^xsd:double;
  dwc:minimumElevation '6'^^xsd:integer;
  dwc:maximumElevation '6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780897'^^xsd:integer;
  dwc:observationDate '2012-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779704_20432779704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779704_20432779704> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779704_20432779704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9498726 4.7187396)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9498726"^^xsd:decimal ;
  dwc:decimalLongitude "4.7187396"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779704_20432779704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779704'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.406944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7187396'^^xsd:double;
  dwc:latitude '52.9498726'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779704'^^xsd:integer;
  dwc:observationDate '2012-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780088_20432780088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780088_20432780088> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780088_20432780088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9501868 4.7188558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9501868"^^xsd:decimal ;
  dwc:decimalLongitude "4.7188558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780088_20432780088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780088'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.3430555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7188558'^^xsd:double;
  dwc:latitude '52.9501868'^^xsd:double;
  dwc:coordinatePrecision '6.4'^^xsd:double;
  dwc:minimumElevation '7'^^xsd:integer;
  dwc:maximumElevation '7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780088'^^xsd:integer;
  dwc:observationDate '2012-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780532_20432780532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780532_20432780532> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780532_20432780532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9501252 4.7188836)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9501252"^^xsd:decimal ;
  dwc:decimalLongitude "4.7188836"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780532_20432780532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780532'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '6.0025'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7188836'^^xsd:double;
  dwc:latitude '52.9501252'^^xsd:double;
  dwc:coordinatePrecision '3.1'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780532'^^xsd:integer;
  dwc:observationDate '2012-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780367_20432780367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780367_20432780367> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780367_20432780367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9506092 4.7188986)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9506092"^^xsd:decimal ;
  dwc:decimalLongitude "4.7188986"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780367_20432780367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780367'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '12.307777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7188986'^^xsd:double;
  dwc:latitude '52.9506092'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780367'^^xsd:integer;
  dwc:observationDate '2012-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780525_20432780525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780525_20432780525> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780525_20432780525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.950141 4.718905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.950141"^^xsd:decimal ;
  dwc:decimalLongitude "4.718905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780525_20432780525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780525'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '4.9933333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.718905'^^xsd:double;
  dwc:latitude '52.950141'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780525'^^xsd:integer;
  dwc:observationDate '2012-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780748_20432780748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780748_20432780748> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780748_20432780748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9504039 4.7189631)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9504039"^^xsd:decimal ;
  dwc:decimalLongitude "4.7189631"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780748_20432780748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780748'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.34'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7189631'^^xsd:double;
  dwc:latitude '52.9504039'^^xsd:double;
  dwc:coordinatePrecision '10.7'^^xsd:double;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780748'^^xsd:integer;
  dwc:observationDate '2012-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780127_20432780127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780127_20432780127> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780127_20432780127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.950748 4.7189789)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.950748"^^xsd:decimal ;
  dwc:decimalLongitude "4.7189789"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780127_20432780127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780127'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '12.368888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7189789'^^xsd:double;
  dwc:latitude '52.950748'^^xsd:double;
  dwc:coordinatePrecision '9.5'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780127'^^xsd:integer;
  dwc:observationDate '2012-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780102_20432780102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780102_20432780102> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780102_20432780102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9506172 4.7190734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9506172"^^xsd:decimal ;
  dwc:decimalLongitude "4.7190734"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "13.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780102_20432780102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780102'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10.352777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7190734'^^xsd:double;
  dwc:latitude '52.9506172'^^xsd:double;
  dwc:coordinatePrecision '13.1'^^xsd:double;
  dwc:minimumElevation '-19'^^xsd:integer;
  dwc:maximumElevation '-19'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780102'^^xsd:integer;
  dwc:observationDate '2012-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780080_20432780080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780080_20432780080> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780080_20432780080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9506376 4.7191359)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9506376"^^xsd:decimal ;
  dwc:decimalLongitude "4.7191359"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780080_20432780080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780080'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.8327777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7191359'^^xsd:double;
  dwc:latitude '52.9506376'^^xsd:double;
  dwc:coordinatePrecision '4.8'^^xsd:double;
  dwc:minimumElevation '10'^^xsd:integer;
  dwc:maximumElevation '10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780080'^^xsd:integer;
  dwc:observationDate '2012-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779632_20432779632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779632_20432779632> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779632_20432779632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9509939 4.7192073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9509939"^^xsd:decimal ;
  dwc:decimalLongitude "4.7192073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779632_20432779632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779632'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.838611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7192073'^^xsd:double;
  dwc:latitude '52.9509939'^^xsd:double;
  dwc:coordinatePrecision '8.2'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779632'^^xsd:integer;
  dwc:observationDate '2012-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780219_20432780219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780219_20432780219> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780219_20432780219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9510237 4.7192202)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9510237"^^xsd:decimal ;
  dwc:decimalLongitude "4.7192202"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "12.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780219_20432780219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780219'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '20.998611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7192202'^^xsd:double;
  dwc:latitude '52.9510237'^^xsd:double;
  dwc:coordinatePrecision '12.2'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780219'^^xsd:integer;
  dwc:observationDate '2012-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780545_20432780545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780545_20432780545> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780545_20432780545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9506334 4.7192566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9506334"^^xsd:decimal ;
  dwc:decimalLongitude "4.7192566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780545_20432780545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780545'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.0208333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7192566'^^xsd:double;
  dwc:latitude '52.9506334'^^xsd:double;
  dwc:coordinatePrecision '10.6'^^xsd:double;
  dwc:minimumElevation '6'^^xsd:integer;
  dwc:maximumElevation '6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780545'^^xsd:integer;
  dwc:observationDate '2012-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780138_20432780138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780138_20432780138> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780138_20432780138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9511373 4.7192888)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9511373"^^xsd:decimal ;
  dwc:decimalLongitude "4.7192888"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780138_20432780138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780138'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '13.393333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7192888'^^xsd:double;
  dwc:latitude '52.9511373'^^xsd:double;
  dwc:coordinatePrecision '9.1'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780138'^^xsd:integer;
  dwc:observationDate '2012-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780383_20432780383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780383_20432780383> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780383_20432780383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9510576 4.7193059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9510576"^^xsd:decimal ;
  dwc:decimalLongitude "4.7193059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780383_20432780383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780383'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '13.310277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7193059'^^xsd:double;
  dwc:latitude '52.9510576'^^xsd:double;
  dwc:coordinatePrecision '9.4'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780383'^^xsd:integer;
  dwc:observationDate '2012-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780337_20432780337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780337_20432780337> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780337_20432780337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9510211 4.7193148)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9510211"^^xsd:decimal ;
  dwc:decimalLongitude "4.7193148"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780337_20432780337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780337'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '10.152777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7193148'^^xsd:double;
  dwc:latitude '52.9510211'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780337'^^xsd:integer;
  dwc:observationDate '2012-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780149_20432780149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780149_20432780149> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780149_20432780149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9509949 4.7194024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9509949"^^xsd:decimal ;
  dwc:decimalLongitude "4.7194024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780149_20432780149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780149'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '14.411111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7194024'^^xsd:double;
  dwc:latitude '52.9509949'^^xsd:double;
  dwc:coordinatePrecision '8.9'^^xsd:double;
  dwc:minimumElevation '-20'^^xsd:integer;
  dwc:maximumElevation '-20'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780149'^^xsd:integer;
  dwc:observationDate '2012-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779619_20432779619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779619_20432779619> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779619_20432779619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9512975 4.7194466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9512975"^^xsd:decimal ;
  dwc:decimalLongitude "4.7194466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779619_20432779619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779619'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '9.8361111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7194466'^^xsd:double;
  dwc:latitude '52.9512975'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779619'^^xsd:integer;
  dwc:observationDate '2012-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780115_20432780115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780115_20432780115> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780115_20432780115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9515548 4.7195089)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9515548"^^xsd:decimal ;
  dwc:decimalLongitude "4.7195089"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780115_20432780115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780115'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '11.3625'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7195089'^^xsd:double;
  dwc:latitude '52.9515548'^^xsd:double;
  dwc:coordinatePrecision '4.9'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780115'^^xsd:integer;
  dwc:observationDate '2012-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781839_20432781839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781839_20432781839> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781839_20432781839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.951022 4.7195305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.951022"^^xsd:decimal ;
  dwc:decimalLongitude "4.7195305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781839_20432781839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781839'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.4444444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7195305'^^xsd:double;
  dwc:latitude '52.951022'^^xsd:double;
  dwc:coordinatePrecision '6.1'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781839'^^xsd:integer;
  dwc:observationDate '2012-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780326_20432780326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780326_20432780326> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780326_20432780326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9513001 4.7195561)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9513001"^^xsd:decimal ;
  dwc:decimalLongitude "4.7195561"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780326_20432780326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780326'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.135'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7195561'^^xsd:double;
  dwc:latitude '52.9513001'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '8'^^xsd:integer;
  dwc:maximumElevation '8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780326'^^xsd:integer;
  dwc:observationDate '2012-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781880_20432781880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781880_20432781880> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781880_20432781880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9513788 4.7196434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9513788"^^xsd:decimal ;
  dwc:decimalLongitude "4.7196434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781880_20432781880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781880'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.477777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7196434'^^xsd:double;
  dwc:latitude '52.9513788'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781880'^^xsd:integer;
  dwc:observationDate '2012-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780071_20432780071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780071_20432780071> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780071_20432780071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9511379 4.7197854)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9511379"^^xsd:decimal ;
  dwc:decimalLongitude "4.7197854"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "53.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780071_20432780071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780071'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '7.9047222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7197854'^^xsd:double;
  dwc:latitude '52.9511379'^^xsd:double;
  dwc:coordinatePrecision '53.8'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780071'^^xsd:integer;
  dwc:observationDate '2012-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780559_20432780559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780559_20432780559> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780559_20432780559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9519991 4.7199136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9519991"^^xsd:decimal ;
  dwc:decimalLongitude "4.7199136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780559_20432780559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780559'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.051666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7199136'^^xsd:double;
  dwc:latitude '52.9519991'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '-27'^^xsd:integer;
  dwc:maximumElevation '-27'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780559'^^xsd:integer;
  dwc:observationDate '2012-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781131_20432781131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781131_20432781131> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781131_20432781131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.952814 4.7199685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.952814"^^xsd:decimal ;
  dwc:decimalLongitude "4.7199685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781131_20432781131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781131'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '11.473888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7199685'^^xsd:double;
  dwc:latitude '52.952814'^^xsd:double;
  dwc:coordinatePrecision '8.5'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781131'^^xsd:integer;
  dwc:observationDate '2012-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780228_20432780228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780228_20432780228> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780228_20432780228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9531571 4.7200374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9531571"^^xsd:decimal ;
  dwc:decimalLongitude "4.7200374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780228_20432780228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780228'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '22.018333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7200374'^^xsd:double;
  dwc:latitude '52.9531571'^^xsd:double;
  dwc:coordinatePrecision '9.3'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780228'^^xsd:integer;
  dwc:observationDate '2012-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780777_20432780777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780777_20432780777> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780777_20432780777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9529274 4.7200567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9529274"^^xsd:decimal ;
  dwc:decimalLongitude "4.7200567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780777_20432780777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780777'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.388611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7200567'^^xsd:double;
  dwc:latitude '52.9529274'^^xsd:double;
  dwc:coordinatePrecision '6.7'^^xsd:double;
  dwc:minimumElevation '15'^^xsd:integer;
  dwc:maximumElevation '15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780777'^^xsd:integer;
  dwc:observationDate '2012-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780807_20432780807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780807_20432780807> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780807_20432780807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9525484 4.7200603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9525484"^^xsd:decimal ;
  dwc:decimalLongitude "4.7200603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780807_20432780807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780807'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.415277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7200603'^^xsd:double;
  dwc:latitude '52.9525484'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780807'^^xsd:integer;
  dwc:observationDate '2012-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780831_20432780831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780831_20432780831> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780831_20432780831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9528742 4.7200911)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9528742"^^xsd:decimal ;
  dwc:decimalLongitude "4.7200911"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780831_20432780831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780831'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.445'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7200911'^^xsd:double;
  dwc:latitude '52.9528742'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780831'^^xsd:integer;
  dwc:observationDate '2012-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780759_20432780759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780759_20432780759> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780759_20432780759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9529737 4.7200913)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9529737"^^xsd:decimal ;
  dwc:decimalLongitude "4.7200913"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780759_20432780759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780759'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.366666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7200913'^^xsd:double;
  dwc:latitude '52.9529737'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780759'^^xsd:integer;
  dwc:observationDate '2012-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780844_20432780844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780844_20432780844> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780844_20432780844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9529091 4.7201052)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9529091"^^xsd:decimal ;
  dwc:decimalLongitude "4.7201052"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "12.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780844_20432780844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780844'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '21.475277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7201052'^^xsd:double;
  dwc:latitude '52.9529091'^^xsd:double;
  dwc:coordinatePrecision '12.9'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780844'^^xsd:integer;
  dwc:observationDate '2012-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781331_20432781331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781331_20432781331> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781331_20432781331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9526154 4.7201062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9526154"^^xsd:decimal ;
  dwc:decimalLongitude "4.7201062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781331_20432781331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781331'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.955277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7201062'^^xsd:double;
  dwc:latitude '52.9526154'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781331'^^xsd:integer;
  dwc:observationDate '2012-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781372_20432781372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781372_20432781372> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781372_20432781372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9529572 4.7201126)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9529572"^^xsd:decimal ;
  dwc:decimalLongitude "4.7201126"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781372_20432781372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781372'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.021944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7201126'^^xsd:double;
  dwc:latitude '52.9529572'^^xsd:double;
  dwc:coordinatePrecision '3.5'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781372'^^xsd:integer;
  dwc:observationDate '2012-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780817_20432780817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780817_20432780817> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780817_20432780817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9528097 4.7201157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9528097"^^xsd:decimal ;
  dwc:decimalLongitude "4.7201157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780817_20432780817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780817'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.433333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7201157'^^xsd:double;
  dwc:latitude '52.9528097'^^xsd:double;
  dwc:coordinatePrecision '3.1'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780817'^^xsd:integer;
  dwc:observationDate '2012-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781382_20432781382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781382_20432781382> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781382_20432781382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9528254 4.7201192)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9528254"^^xsd:decimal ;
  dwc:decimalLongitude "4.7201192"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781382_20432781382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781382'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16.024722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7201192'^^xsd:double;
  dwc:latitude '52.9528254'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781382'^^xsd:integer;
  dwc:observationDate '2012-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780788_20432780788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780788_20432780788> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780788_20432780788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9529657 4.7201196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9529657"^^xsd:decimal ;
  dwc:decimalLongitude "4.7201196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780788_20432780788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780788'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.397777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7201196'^^xsd:double;
  dwc:latitude '52.9529657'^^xsd:double;
  dwc:coordinatePrecision '5.6'^^xsd:double;
  dwc:minimumElevation '13'^^xsd:integer;
  dwc:maximumElevation '13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780788'^^xsd:integer;
  dwc:observationDate '2012-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780768_20432780768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780768_20432780768> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780768_20432780768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9529894 4.7201212)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9529894"^^xsd:decimal ;
  dwc:decimalLongitude "4.7201212"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780768_20432780768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780768'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '12.368888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7201212'^^xsd:double;
  dwc:latitude '52.9529894'^^xsd:double;
  dwc:coordinatePrecision '6.5'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780768'^^xsd:integer;
  dwc:observationDate '2012-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780837_20432780837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780837_20432780837> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780837_20432780837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9528632 4.7201242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9528632"^^xsd:decimal ;
  dwc:decimalLongitude "4.7201242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780837_20432780837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780837'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.46'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7201242'^^xsd:double;
  dwc:latitude '52.9528632'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780837'^^xsd:integer;
  dwc:observationDate '2012-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780824_20432780824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780824_20432780824> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780824_20432780824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9527567 4.7201246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9527567"^^xsd:decimal ;
  dwc:decimalLongitude "4.7201246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780824_20432780824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780824'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.435555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7201246'^^xsd:double;
  dwc:latitude '52.9527567'^^xsd:double;
  dwc:coordinatePrecision '10.2'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780824'^^xsd:integer;
  dwc:observationDate '2012-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781172_20432781172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781172_20432781172> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781172_20432781172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.952969 4.7201263)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.952969"^^xsd:decimal ;
  dwc:decimalLongitude "4.7201263"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781172_20432781172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781172'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.149444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7201263'^^xsd:double;
  dwc:latitude '52.952969'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781172'^^xsd:integer;
  dwc:observationDate '2012-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781260_20432781260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781260_20432781260> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781260_20432781260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.952707 4.7201325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.952707"^^xsd:decimal ;
  dwc:decimalLongitude "4.7201325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781260_20432781260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781260'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '2.7783333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7201325'^^xsd:double;
  dwc:latitude '52.952707'^^xsd:double;
  dwc:coordinatePrecision '3.7'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781260'^^xsd:integer;
  dwc:observationDate '2012-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780851_20432780851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780851_20432780851> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780851_20432780851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9529233 4.7201462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9529233"^^xsd:decimal ;
  dwc:decimalLongitude "4.7201462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780851_20432780851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780851'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '22.486666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7201462'^^xsd:double;
  dwc:latitude '52.9529233'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780851'^^xsd:integer;
  dwc:observationDate '2012-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780796_20432780796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780796_20432780796> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780796_20432780796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9529657 4.7201528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9529657"^^xsd:decimal ;
  dwc:decimalLongitude "4.7201528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780796_20432780796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780796'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.400555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7201528'^^xsd:double;
  dwc:latitude '52.9529657'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780796'^^xsd:integer;
  dwc:observationDate '2012-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781359_20432781359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781359_20432781359> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781359_20432781359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9529085 4.7201574)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9529085"^^xsd:decimal ;
  dwc:decimalLongitude "4.7201574"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781359_20432781359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781359'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.012777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7201574'^^xsd:double;
  dwc:latitude '52.9529085'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781359'^^xsd:integer;
  dwc:observationDate '2012-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781151_20432781151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781151_20432781151> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781151_20432781151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9529007 4.720158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9529007"^^xsd:decimal ;
  dwc:decimalLongitude "4.720158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781151_20432781151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781151'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.495277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.720158'^^xsd:double;
  dwc:latitude '52.9529007'^^xsd:double;
  dwc:coordinatePrecision '5.9'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781151'^^xsd:integer;
  dwc:observationDate '2012-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781185_20432781185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781185_20432781185> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781185_20432781185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9529417 4.720161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9529417"^^xsd:decimal ;
  dwc:decimalLongitude "4.720161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781185_20432781185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781185'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.156111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.720161'^^xsd:double;
  dwc:latitude '52.9529417'^^xsd:double;
  dwc:coordinatePrecision '7.1'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781185'^^xsd:integer;
  dwc:observationDate '2012-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781197_20432781197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781197_20432781197> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781197_20432781197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9528883 4.7201654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9528883"^^xsd:decimal ;
  dwc:decimalLongitude "4.7201654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "15.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781197_20432781197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781197'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '17.681388888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7201654'^^xsd:double;
  dwc:latitude '52.9528883'^^xsd:double;
  dwc:coordinatePrecision '15.7'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781197'^^xsd:integer;
  dwc:observationDate '2012-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781115_20432781115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781115_20432781115> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781115_20432781115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9529464 4.7201729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9529464"^^xsd:decimal ;
  dwc:decimalLongitude "4.7201729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781115_20432781115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781115'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.4502777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7201729'^^xsd:double;
  dwc:latitude '52.9529464'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781115'^^xsd:integer;
  dwc:observationDate '2012-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781267_20432781267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781267_20432781267> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781267_20432781267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9527692 4.7201777)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9527692"^^xsd:decimal ;
  dwc:decimalLongitude "4.7201777"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781267_20432781267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781267'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '3.79'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7201777'^^xsd:double;
  dwc:latitude '52.9527692'^^xsd:double;
  dwc:coordinatePrecision '3.7'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781267'^^xsd:integer;
  dwc:observationDate '2012-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781211_20432781211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781211_20432781211> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781211_20432781211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9526457 4.7201906)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9526457"^^xsd:decimal ;
  dwc:decimalLongitude "4.7201906"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781211_20432781211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781211'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '19.716111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7201906'^^xsd:double;
  dwc:latitude '52.9526457'^^xsd:double;
  dwc:coordinatePrecision '7.3'^^xsd:double;
  dwc:minimumElevation '18'^^xsd:integer;
  dwc:maximumElevation '18'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781211'^^xsd:integer;
  dwc:observationDate '2012-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781307_20432781307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781307_20432781307> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781307_20432781307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9523921 4.7201928)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9523921"^^xsd:decimal ;
  dwc:decimalLongitude "4.7201928"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781307_20432781307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781307'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.9325'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7201928'^^xsd:double;
  dwc:latitude '52.9523921'^^xsd:double;
  dwc:coordinatePrecision '4.9'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781307'^^xsd:integer;
  dwc:observationDate '2012-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781253_20432781253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781253_20432781253> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781253_20432781253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9528463 4.7201968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9528463"^^xsd:decimal ;
  dwc:decimalLongitude "4.7201968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781253_20432781253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781253'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '1.7666666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7201968'^^xsd:double;
  dwc:latitude '52.9528463'^^xsd:double;
  dwc:coordinatePrecision '5.7'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781253'^^xsd:integer;
  dwc:observationDate '2012-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781159_20432781159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781159_20432781159> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781159_20432781159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9529377 4.7201988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9529377"^^xsd:decimal ;
  dwc:decimalLongitude "4.7201988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781159_20432781159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781159'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.151111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7201988'^^xsd:double;
  dwc:latitude '52.9529377'^^xsd:double;
  dwc:coordinatePrecision '6.1'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781159'^^xsd:integer;
  dwc:observationDate '2012-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781204_20432781204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781204_20432781204> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781204_20432781204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9524593 4.7202087)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9524593"^^xsd:decimal ;
  dwc:decimalLongitude "4.7202087"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781204_20432781204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781204'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.701666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7202087'^^xsd:double;
  dwc:latitude '52.9524593'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781204'^^xsd:integer;
  dwc:observationDate '2012-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781218_20432781218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781218_20432781218> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781218_20432781218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9524098 4.720217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9524098"^^xsd:decimal ;
  dwc:decimalLongitude "4.720217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781218_20432781218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781218'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20.720555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.720217'^^xsd:double;
  dwc:latitude '52.9524098'^^xsd:double;
  dwc:minimumElevation '-19'^^xsd:integer;
  dwc:maximumElevation '-19'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781218'^^xsd:integer;
  dwc:observationDate '2012-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781826_20432781826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781826_20432781826> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781826_20432781826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9519861 4.7202253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9519861"^^xsd:decimal ;
  dwc:decimalLongitude "4.7202253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "12.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781826_20432781826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781826'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.4433333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7202253'^^xsd:double;
  dwc:latitude '52.9519861'^^xsd:double;
  dwc:coordinatePrecision '12.4'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781826'^^xsd:integer;
  dwc:observationDate '2012-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781851_20432781851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781851_20432781851> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781851_20432781851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9523208 4.7202328)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9523208"^^xsd:decimal ;
  dwc:decimalLongitude "4.7202328"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781851_20432781851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781851'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.452777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7202328'^^xsd:double;
  dwc:latitude '52.9523208'^^xsd:double;
  dwc:coordinatePrecision '5'^^xsd:integer;
  dwc:minimumElevation '-26'^^xsd:integer;
  dwc:maximumElevation '-26'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781851'^^xsd:integer;
  dwc:observationDate '2012-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781225_20432781225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781225_20432781225> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781225_20432781225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9524811 4.72024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9524811"^^xsd:decimal ;
  dwc:decimalLongitude "4.72024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781225_20432781225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781225'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21.725555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.72024'^^xsd:double;
  dwc:latitude '52.9524811'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781225'^^xsd:integer;
  dwc:observationDate '2012-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781555_20432781555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781555_20432781555> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781555_20432781555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9525716 4.7202446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9525716"^^xsd:decimal ;
  dwc:decimalLongitude "4.7202446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781555_20432781555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781555'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.344444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7202446'^^xsd:double;
  dwc:latitude '52.9525716'^^xsd:double;
  dwc:minimumElevation '-22'^^xsd:integer;
  dwc:maximumElevation '-22'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781555'^^xsd:integer;
  dwc:observationDate '2012-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780933_20432780933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780933_20432780933> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780933_20432780933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9528706 4.7202517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9528706"^^xsd:decimal ;
  dwc:decimalLongitude "4.7202517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780933_20432780933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780933'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '10.150277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7202517'^^xsd:double;
  dwc:latitude '52.9528706'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780933'^^xsd:integer;
  dwc:observationDate '2012-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781232_20432781232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781232_20432781232> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781232_20432781232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9524634 4.7202644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9524634"^^xsd:decimal ;
  dwc:decimalLongitude "4.7202644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781232_20432781232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781232'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.741666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7202644'^^xsd:double;
  dwc:latitude '52.9524634'^^xsd:double;
  dwc:coordinatePrecision '2.6'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781232'^^xsd:integer;
  dwc:observationDate '2012-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781317_20432781317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781317_20432781317> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781317_20432781317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9526725 4.720286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9526725"^^xsd:decimal ;
  dwc:decimalLongitude "4.720286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781317_20432781317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781317'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.945'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.720286'^^xsd:double;
  dwc:latitude '52.9526725'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781317'^^xsd:integer;
  dwc:observationDate '2012-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781122_20432781122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781122_20432781122> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781122_20432781122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9529125 4.7202876)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9529125"^^xsd:decimal ;
  dwc:decimalLongitude "4.7202876"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781122_20432781122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781122'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.466666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7202876'^^xsd:double;
  dwc:latitude '52.9529125'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781122'^^xsd:integer;
  dwc:observationDate '2012-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781484_20432781484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781484_20432781484> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781484_20432781484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9523323 4.7202924)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9523323"^^xsd:decimal ;
  dwc:decimalLongitude "4.7202924"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781484_20432781484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781484'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '9.2436111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7202924'^^xsd:double;
  dwc:latitude '52.9523323'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781484'^^xsd:integer;
  dwc:observationDate '2012-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779647_20432779647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779647_20432779647> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779647_20432779647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9528637 4.7202995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9528637"^^xsd:decimal ;
  dwc:decimalLongitude "4.7202995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779647_20432779647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779647'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.361666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7202995'^^xsd:double;
  dwc:latitude '52.9528637'^^xsd:double;
  dwc:coordinatePrecision '7.8'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779647'^^xsd:integer;
  dwc:observationDate '2012-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780918_20432780918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780918_20432780918> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780918_20432780918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9529756 4.7203116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9529756"^^xsd:decimal ;
  dwc:decimalLongitude "4.7203116"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780918_20432780918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780918'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.6116666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7203116'^^xsd:double;
  dwc:latitude '52.9529756'^^xsd:double;
  dwc:coordinatePrecision '2.2'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780918'^^xsd:integer;
  dwc:observationDate '2012-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432780928_20432780928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432780928_20432780928> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432780928_20432780928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9529576 4.7203248)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9529576"^^xsd:decimal ;
  dwc:decimalLongitude "4.7203248"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432780928_20432780928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432780928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432780928'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.6141666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7203248'^^xsd:double;
  dwc:latitude '52.9529576'^^xsd:double;
  dwc:coordinatePrecision '3.7'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432780928'^^xsd:integer;
  dwc:observationDate '2012-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781293_20432781293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781293_20432781293> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781293_20432781293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9524638 4.7203285)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9524638"^^xsd:decimal ;
  dwc:decimalLongitude "4.7203285"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781293_20432781293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781293'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.9066666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7203285'^^xsd:double;
  dwc:latitude '52.9524638'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '21'^^xsd:integer;
  dwc:maximumElevation '21'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781293'^^xsd:integer;
  dwc:observationDate '2012-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781870_20432781870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781870_20432781870> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781870_20432781870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9525271 4.7203509)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9525271"^^xsd:decimal ;
  dwc:decimalLongitude "4.7203509"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781870_20432781870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781870'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.466388888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7203509'^^xsd:double;
  dwc:latitude '52.9525271'^^xsd:double;
  dwc:coordinatePrecision '5.6'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781870'^^xsd:integer;
  dwc:observationDate '2012-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781352_20432781352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781352_20432781352> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781352_20432781352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9529574 4.7203548)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9529574"^^xsd:decimal ;
  dwc:decimalLongitude "4.7203548"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781352_20432781352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781352'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '13.501944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7203548'^^xsd:double;
  dwc:latitude '52.9529574'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781352'^^xsd:integer;
  dwc:observationDate '2012-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779686_20432779686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779686_20432779686> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779686_20432779686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9524127 4.7203907)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9524127"^^xsd:decimal ;
  dwc:decimalLongitude "4.7203907"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779686_20432779686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779686'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15.390277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7203907'^^xsd:double;
  dwc:latitude '52.9524127'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779686'^^xsd:integer;
  dwc:observationDate '2012-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781397_20432781397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781397_20432781397> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781397_20432781397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.952815 4.7203973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.952815"^^xsd:decimal ;
  dwc:decimalLongitude "4.7203973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781397_20432781397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781397'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '18.061666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7203973'^^xsd:double;
  dwc:latitude '52.952815'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781397'^^xsd:integer;
  dwc:observationDate '2012-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781860_20432781860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781860_20432781860> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781860_20432781860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9526501 4.7204843)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9526501"^^xsd:decimal ;
  dwc:decimalLongitude "4.7204843"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781860_20432781860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781860'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.457777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7204843'^^xsd:double;
  dwc:latitude '52.9526501'^^xsd:double;
  dwc:coordinatePrecision '6.4'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781860'^^xsd:integer;
  dwc:observationDate '2012-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779660_20432779660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779660_20432779660> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779660_20432779660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9525587 4.7204921)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9525587"^^xsd:decimal ;
  dwc:decimalLongitude "4.7204921"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779660_20432779660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779660'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.376111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7204921'^^xsd:double;
  dwc:latitude '52.9525587'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779660'^^xsd:integer;
  dwc:observationDate '2012-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781391_20432781391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781391_20432781391> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781391_20432781391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9529887 4.7205177)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9529887"^^xsd:decimal ;
  dwc:decimalLongitude "4.7205177"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781391_20432781391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781391'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '17.043888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7205177'^^xsd:double;
  dwc:latitude '52.9529887'^^xsd:double;
  dwc:coordinatePrecision '10.3'^^xsd:double;
  dwc:minimumElevation '-18'^^xsd:integer;
  dwc:maximumElevation '-18'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781391'^^xsd:integer;
  dwc:observationDate '2012-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782281_20432782281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782281_20432782281> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782281_20432782281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.952572 4.7205579)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.952572"^^xsd:decimal ;
  dwc:decimalLongitude "4.7205579"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432782281_20432782281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782281'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '20.898888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7205579'^^xsd:double;
  dwc:latitude '52.952572'^^xsd:double;
  dwc:coordinatePrecision '5.9'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782281'^^xsd:integer;
  dwc:observationDate '2012-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432779674_20432779674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432779674_20432779674> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432779674_20432779674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9525341 4.7205793)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9525341"^^xsd:decimal ;
  dwc:decimalLongitude "4.7205793"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432779674_20432779674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432779674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432779674'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.384166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7205793'^^xsd:double;
  dwc:latitude '52.9525341'^^xsd:double;
  dwc:coordinatePrecision '8.8'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432779674'^^xsd:integer;
  dwc:observationDate '2012-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782275_20432782275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782275_20432782275> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782275_20432782275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9526484 4.7207207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9526484"^^xsd:decimal ;
  dwc:decimalLongitude "4.7207207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432782275_20432782275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782275'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '19.891666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7207207'^^xsd:double;
  dwc:latitude '52.9526484'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-19'^^xsd:integer;
  dwc:maximumElevation '-19'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782275'^^xsd:integer;
  dwc:observationDate '2012-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782429_20432782429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782429_20432782429> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782429_20432782429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9525031 4.7207869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9525031"^^xsd:decimal ;
  dwc:decimalLongitude "4.7207869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "13.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432782429_20432782429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782429'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19.1725'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7207869'^^xsd:double;
  dwc:latitude '52.9525031'^^xsd:double;
  dwc:coordinatePrecision '13.5'^^xsd:double;
  dwc:minimumElevation '-19'^^xsd:integer;
  dwc:maximumElevation '-19'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782429'^^xsd:integer;
  dwc:observationDate '2012-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782423_20432782423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782423_20432782423> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782423_20432782423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9526047 4.7208362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9526047"^^xsd:decimal ;
  dwc:decimalLongitude "4.7208362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432782423_20432782423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782423'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '18.166111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7208362'^^xsd:double;
  dwc:latitude '52.9526047'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782423'^^xsd:integer;
  dwc:observationDate '2012-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782435_20432782435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782435_20432782435> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782435_20432782435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9529737 4.7210798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9529737"^^xsd:decimal ;
  dwc:decimalLongitude "4.7210798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432782435_20432782435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782435'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20.196944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7210798'^^xsd:double;
  dwc:latitude '52.9529737'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782435'^^xsd:integer;
  dwc:observationDate '2012-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781617_20432781617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781617_20432781617> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781617_20432781617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9515401 4.7211075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9515401"^^xsd:decimal ;
  dwc:decimalLongitude "4.7211075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781617_20432781617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781617'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '3.025'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7211075'^^xsd:double;
  dwc:latitude '52.9515401'^^xsd:double;
  dwc:coordinatePrecision '4.8'^^xsd:double;
  dwc:minimumElevation '14'^^xsd:integer;
  dwc:maximumElevation '14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781617'^^xsd:integer;
  dwc:observationDate '2012-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781611_20432781611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781611_20432781611> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781611_20432781611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9517708 4.7213984)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9517708"^^xsd:decimal ;
  dwc:decimalLongitude "4.7213984"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781611_20432781611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781611'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '2.0038888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7213984'^^xsd:double;
  dwc:latitude '52.9517708'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '8'^^xsd:integer;
  dwc:maximumElevation '8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781611'^^xsd:integer;
  dwc:observationDate '2012-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782338_20432782338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782338_20432782338> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782338_20432782338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9532186 4.7215657)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9532186"^^xsd:decimal ;
  dwc:decimalLongitude "4.7215657"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432782338_20432782338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782338'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '7.0166666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7215657'^^xsd:double;
  dwc:latitude '52.9532186'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '6'^^xsd:integer;
  dwc:maximumElevation '6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782338'^^xsd:integer;
  dwc:observationDate '2012-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776172_20432776172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776172_20432776172> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776172_20432776172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8020293 4.7217437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8020293"^^xsd:decimal ;
  dwc:decimalLongitude "4.7217437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776172_20432776172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776172'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '15.566666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7217437'^^xsd:double;
  dwc:latitude '52.8020293'^^xsd:double;
  dwc:coordinatePrecision '6.1'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776172'^^xsd:integer;
  dwc:observationDate '2012-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776179_20432776179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776179_20432776179> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776179_20432776179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8021834 4.721773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8021834"^^xsd:decimal ;
  dwc:decimalLongitude "4.721773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776179_20432776179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776179'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '16.07'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.721773'^^xsd:double;
  dwc:latitude '52.8021834'^^xsd:double;
  dwc:coordinatePrecision '5.9'^^xsd:double;
  dwc:minimumElevation '-19'^^xsd:integer;
  dwc:maximumElevation '-19'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776179'^^xsd:integer;
  dwc:observationDate '2012-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781491_20432781491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781491_20432781491> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781491_20432781491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9537154 4.7217982)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9537154"^^xsd:decimal ;
  dwc:decimalLongitude "4.7217982"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781491_20432781491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781491'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.258055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7217982'^^xsd:double;
  dwc:latitude '52.9537154'^^xsd:double;
  dwc:coordinatePrecision '6.9'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781491'^^xsd:integer;
  dwc:observationDate '2012-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771760_20432771760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771760_20432771760> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771760_20432771760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8022072 4.7219193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8022072"^^xsd:decimal ;
  dwc:decimalLongitude "4.7219193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771760_20432771760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771760'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.829166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7219193'^^xsd:double;
  dwc:latitude '52.8022072'^^xsd:double;
  dwc:coordinatePrecision '7.4'^^xsd:double;
  dwc:minimumElevation '-34'^^xsd:integer;
  dwc:maximumElevation '-34'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771760'^^xsd:integer;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772130_20432772130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772130_20432772130> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772130_20432772130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8021497 4.721989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8021497"^^xsd:decimal ;
  dwc:decimalLongitude "4.721989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772130_20432772130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772130'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10.434444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.721989'^^xsd:double;
  dwc:latitude '52.8021497'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772130'^^xsd:integer;
  dwc:observationDate '2012-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772032_20432772032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772032_20432772032> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772032_20432772032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8020087 4.7220647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8020087"^^xsd:decimal ;
  dwc:decimalLongitude "4.7220647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772032_20432772032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772032'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.1738888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7220647'^^xsd:double;
  dwc:latitude '52.8020087'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772032'^^xsd:integer;
  dwc:observationDate '2012-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781504_20432781504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781504_20432781504> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781504_20432781504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9536983 4.7221249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9536983"^^xsd:decimal ;
  dwc:decimalLongitude "4.7221249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781504_20432781504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781504'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.278333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7221249'^^xsd:double;
  dwc:latitude '52.9536983'^^xsd:double;
  dwc:coordinatePrecision '3.5'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781504'^^xsd:integer;
  dwc:observationDate '2012-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776156_20432776156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776156_20432776156> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776156_20432776156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8021518 4.7221432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8021518"^^xsd:decimal ;
  dwc:decimalLongitude "4.7221432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776156_20432776156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776156'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '14.553333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7221432'^^xsd:double;
  dwc:latitude '52.8021518'^^xsd:double;
  dwc:coordinatePrecision '8.1'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776156'^^xsd:integer;
  dwc:observationDate '2012-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771756_20432771756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771756_20432771756> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771756_20432771756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8021827 4.7223878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8021827"^^xsd:decimal ;
  dwc:decimalLongitude "4.7223878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771756_20432771756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771756'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '12.827777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7223878'^^xsd:double;
  dwc:latitude '52.8021827'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771756'^^xsd:integer;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772346_20432772346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772346_20432772346> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772346_20432772346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8023455 4.7226631)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8023455"^^xsd:decimal ;
  dwc:decimalLongitude "4.7226631"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772346_20432772346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772346'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15.203333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7226631'^^xsd:double;
  dwc:latitude '52.8023455'^^xsd:double;
  dwc:coordinatePrecision '6.4'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772346'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772302_20432772302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772302_20432772302> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772302_20432772302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.802342 4.7226716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.802342"^^xsd:decimal ;
  dwc:decimalLongitude "4.7226716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772302_20432772302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772302'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.151111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7226716'^^xsd:double;
  dwc:latitude '52.802342'^^xsd:double;
  dwc:coordinatePrecision '8.8'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772302'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771752_20432771752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771752_20432771752> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771752_20432771752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8024655 4.7228153)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8024655"^^xsd:decimal ;
  dwc:decimalLongitude "4.7228153"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771752_20432771752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771752'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11.818333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7228153'^^xsd:double;
  dwc:latitude '52.8024655'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771752'^^xsd:integer;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772966_20432772966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772966_20432772966> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772966_20432772966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8025774 4.7228371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8025774"^^xsd:decimal ;
  dwc:decimalLongitude "4.7228371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772966_20432772966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772966'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '11.086666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7228371'^^xsd:double;
  dwc:latitude '52.8025774'^^xsd:double;
  dwc:coordinatePrecision '2.7'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772966'^^xsd:integer;
  dwc:observationDate '2012-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772485_20432772485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772485_20432772485> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772485_20432772485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8025892 4.7228699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8025892"^^xsd:decimal ;
  dwc:decimalLongitude "4.7228699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772485_20432772485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772485'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.388888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7228699'^^xsd:double;
  dwc:latitude '52.8025892'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772485'^^xsd:integer;
  dwc:observationDate '2012-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772994_20432772994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772994_20432772994> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772994_20432772994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8025456 4.7228804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8025456"^^xsd:decimal ;
  dwc:decimalLongitude "4.7228804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772994_20432772994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772994'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.12'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7228804'^^xsd:double;
  dwc:latitude '52.8025456'^^xsd:double;
  dwc:coordinatePrecision '11.8'^^xsd:double;
  dwc:minimumElevation '-18'^^xsd:integer;
  dwc:maximumElevation '-18'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772994'^^xsd:integer;
  dwc:observationDate '2012-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767961_20432767961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767961_20432767961> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767961_20432767961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8025274 4.7229169)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8025274"^^xsd:decimal ;
  dwc:decimalLongitude "4.7229169"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767961_20432767961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767961'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '13.566111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7229169'^^xsd:double;
  dwc:latitude '52.8025274'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-21'^^xsd:integer;
  dwc:maximumElevation '-21'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767961'^^xsd:integer;
  dwc:observationDate '2011-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771835_20432771835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771835_20432771835> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771835_20432771835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8025134 4.7229453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8025134"^^xsd:decimal ;
  dwc:decimalLongitude "4.7229453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771835_20432771835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771835'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.0122222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7229453'^^xsd:double;
  dwc:latitude '52.8025134'^^xsd:double;
  dwc:coordinatePrecision '7.7'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771835'^^xsd:integer;
  dwc:observationDate '2012-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772145_20432772145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772145_20432772145> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772145_20432772145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8027539 4.7229584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8027539"^^xsd:decimal ;
  dwc:decimalLongitude "4.7229584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772145_20432772145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772145'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '13.451666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7229584'^^xsd:double;
  dwc:latitude '52.8027539'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-25'^^xsd:integer;
  dwc:maximumElevation '-25'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772145'^^xsd:integer;
  dwc:observationDate '2012-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767970_20432767970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767970_20432767970> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767970_20432767970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8027071 4.7230236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8027071"^^xsd:decimal ;
  dwc:decimalLongitude "4.7230236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767970_20432767970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767970'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '14.574444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7230236'^^xsd:double;
  dwc:latitude '52.8027071'^^xsd:double;
  dwc:coordinatePrecision '8.8'^^xsd:double;
  dwc:minimumElevation '-24'^^xsd:integer;
  dwc:maximumElevation '-24'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767970'^^xsd:integer;
  dwc:observationDate '2011-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767980_20432767980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767980_20432767980> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767980_20432767980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8027237 4.7230435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8027237"^^xsd:decimal ;
  dwc:decimalLongitude "4.7230435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767980_20432767980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767980'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '15.586666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7230435'^^xsd:double;
  dwc:latitude '52.8027237'^^xsd:double;
  dwc:coordinatePrecision '5.9'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767980'^^xsd:integer;
  dwc:observationDate '2011-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771743_20432771743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771743_20432771743> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771743_20432771743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8026043 4.7230477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8026043"^^xsd:decimal ;
  dwc:decimalLongitude "4.7230477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771743_20432771743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771743'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '8.7766666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7230477'^^xsd:double;
  dwc:latitude '52.8026043'^^xsd:double;
  dwc:coordinatePrecision '5'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771743'^^xsd:integer;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773668_20432773668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773668_20432773668> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773668_20432773668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8026362 4.7230478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8026362"^^xsd:decimal ;
  dwc:decimalLongitude "4.7230478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773668_20432773668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773668'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.209444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7230478'^^xsd:double;
  dwc:latitude '52.8026362'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773668'^^xsd:integer;
  dwc:observationDate '2012-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772086_20432772086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772086_20432772086> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772086_20432772086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8025071 4.7230935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8025071"^^xsd:decimal ;
  dwc:decimalLongitude "4.7230935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772086_20432772086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772086'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '20.286666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7230935'^^xsd:double;
  dwc:latitude '52.8025071'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772086'^^xsd:integer;
  dwc:observationDate '2012-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771749_20432771749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771749_20432771749> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771749_20432771749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8026709 4.7231264)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8026709"^^xsd:decimal ;
  dwc:decimalLongitude "4.7231264"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771749_20432771749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771749'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.798055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7231264'^^xsd:double;
  dwc:latitude '52.8026709'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771749'^^xsd:integer;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772327_20432772327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772327_20432772327> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772327_20432772327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8025738 4.7231347)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8025738"^^xsd:decimal ;
  dwc:decimalLongitude "4.7231347"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772327_20432772327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772327'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.176111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7231347'^^xsd:double;
  dwc:latitude '52.8025738'^^xsd:double;
  dwc:coordinatePrecision '9.6'^^xsd:double;
  dwc:minimumElevation '-31'^^xsd:integer;
  dwc:maximumElevation '-31'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772327'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772295_20432772295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772295_20432772295> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772295_20432772295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.802684 4.7231484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.802684"^^xsd:decimal ;
  dwc:decimalLongitude "4.7231484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772295_20432772295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772295'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '9.14'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7231484'^^xsd:double;
  dwc:latitude '52.802684'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772295'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772337_20432772337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772337_20432772337> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772337_20432772337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8024916 4.7231862)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8024916"^^xsd:decimal ;
  dwc:decimalLongitude "4.7231862"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772337_20432772337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772337'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.193055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7231862'^^xsd:double;
  dwc:latitude '52.8024916'^^xsd:double;
  dwc:coordinatePrecision '6.9'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772337'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772309_20432772309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772309_20432772309> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772309_20432772309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8026239 4.723196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8026239"^^xsd:decimal ;
  dwc:decimalLongitude "4.723196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772309_20432772309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772309'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.158611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.723196'^^xsd:double;
  dwc:latitude '52.8026239'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772309'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771877_20432771877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771877_20432771877> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771877_20432771877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8025323 4.7232059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8025323"^^xsd:decimal ;
  dwc:decimalLongitude "4.7232059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771877_20432771877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771877'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14.425555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7232059'^^xsd:double;
  dwc:latitude '52.8025323'^^xsd:double;
  dwc:coordinatePrecision '6.3'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771877'^^xsd:integer;
  dwc:observationDate '2012-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773826_20432773826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773826_20432773826> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773826_20432773826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8025399 4.7232073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8025399"^^xsd:decimal ;
  dwc:decimalLongitude "4.7232073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773826_20432773826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773826'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.1875'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7232073'^^xsd:double;
  dwc:latitude '52.8025399'^^xsd:double;
  dwc:coordinatePrecision '5.6'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773826'^^xsd:integer;
  dwc:observationDate '2012-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772082_20432772082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772082_20432772082> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772082_20432772082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8026155 4.7232229)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8026155"^^xsd:decimal ;
  dwc:decimalLongitude "4.7232229"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772082_20432772082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772082'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19.277222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7232229'^^xsd:double;
  dwc:latitude '52.8026155'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772082'^^xsd:integer;
  dwc:observationDate '2012-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773676_20432773676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773676_20432773676> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773676_20432773676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.802538 4.7232245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.802538"^^xsd:decimal ;
  dwc:decimalLongitude "4.7232245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773676_20432773676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773676'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.228055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7232245'^^xsd:double;
  dwc:latitude '52.802538'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773676'^^xsd:integer;
  dwc:observationDate '2012-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771887_20432771887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771887_20432771887> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771887_20432771887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8026513 4.7232461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8026513"^^xsd:decimal ;
  dwc:decimalLongitude "4.7232461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771887_20432771887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771887'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.443333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7232461'^^xsd:double;
  dwc:latitude '52.8026513'^^xsd:double;
  dwc:coordinatePrecision '10.3'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771887'^^xsd:integer;
  dwc:observationDate '2012-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772288_20432772288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772288_20432772288> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772288_20432772288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8025476 4.7232595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8025476"^^xsd:decimal ;
  dwc:decimalLongitude "4.7232595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772288_20432772288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772288'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '8.1291666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7232595'^^xsd:double;
  dwc:latitude '52.8025476'^^xsd:double;
  dwc:coordinatePrecision '8.8'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772288'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772133_20432772133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772133_20432772133> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772133_20432772133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8025209 4.7233242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8025209"^^xsd:decimal ;
  dwc:decimalLongitude "4.7233242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772133_20432772133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772133'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.443333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7233242'^^xsd:double;
  dwc:latitude '52.8025209'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772133'^^xsd:integer;
  dwc:observationDate '2012-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772153_20432772153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772153_20432772153> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772153_20432772153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8026744 4.7233268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8026744"^^xsd:decimal ;
  dwc:decimalLongitude "4.7233268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772153_20432772153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772153'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14.456666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7233268'^^xsd:double;
  dwc:latitude '52.8026744'^^xsd:double;
  dwc:coordinatePrecision '6.9'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772153'^^xsd:integer;
  dwc:observationDate '2012-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772282_20432772282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772282_20432772282> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772282_20432772282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.802461 4.7233571)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.802461"^^xsd:decimal ;
  dwc:decimalLongitude "4.7233571"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772282_20432772282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772282'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '7.1227777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7233571'^^xsd:double;
  dwc:latitude '52.802461'^^xsd:double;
  dwc:coordinatePrecision '7.5'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772282'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772516_20432772516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772516_20432772516> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772516_20432772516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8026179 4.7233597)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8026179"^^xsd:decimal ;
  dwc:decimalLongitude "4.7233597"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772516_20432772516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772516'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.929722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7233597'^^xsd:double;
  dwc:latitude '52.8026179'^^xsd:double;
  dwc:coordinatePrecision '5.4'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772516'^^xsd:integer;
  dwc:observationDate '2012-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772137_20432772137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772137_20432772137> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772137_20432772137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8025699 4.7234193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8025699"^^xsd:decimal ;
  dwc:decimalLongitude "4.7234193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772137_20432772137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772137'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.443888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7234193'^^xsd:double;
  dwc:latitude '52.8025699'^^xsd:double;
  dwc:coordinatePrecision '9.3'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772137'^^xsd:integer;
  dwc:observationDate '2012-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773834_20432773834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773834_20432773834> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773834_20432773834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8024803 4.7234242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8024803"^^xsd:decimal ;
  dwc:decimalLongitude "4.7234242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773834_20432773834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773834'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.197777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7234242'^^xsd:double;
  dwc:latitude '52.8024803'^^xsd:double;
  dwc:coordinatePrecision '8.8'^^xsd:double;
  dwc:minimumElevation '8'^^xsd:integer;
  dwc:maximumElevation '8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773834'^^xsd:integer;
  dwc:observationDate '2012-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775872_20432775872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775872_20432775872> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775872_20432775872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8026527 4.7234464)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8026527"^^xsd:decimal ;
  dwc:decimalLongitude "4.7234464"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432775872_20432775872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775872'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.800833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7234464'^^xsd:double;
  dwc:latitude '52.8026527'^^xsd:double;
  dwc:coordinatePrecision '10.8'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775872'^^xsd:integer;
  dwc:observationDate '2012-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772318_20432772318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772318_20432772318> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772318_20432772318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8025199 4.7235266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8025199"^^xsd:decimal ;
  dwc:decimalLongitude "4.7235266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772318_20432772318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772318'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.165555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7235266'^^xsd:double;
  dwc:latitude '52.8025199'^^xsd:double;
  dwc:coordinatePrecision '7.8'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772318'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773475_20432773475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773475_20432773475> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773475_20432773475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8027753 4.7236128)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8027753"^^xsd:decimal ;
  dwc:decimalLongitude "4.7236128"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "12.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773475_20432773475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773475'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.133333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7236128'^^xsd:double;
  dwc:latitude '52.8027753'^^xsd:double;
  dwc:coordinatePrecision '12.1'^^xsd:double;
  dwc:minimumElevation '-20'^^xsd:integer;
  dwc:maximumElevation '-20'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773475'^^xsd:integer;
  dwc:observationDate '2012-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772077_20432772077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772077_20432772077> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772077_20432772077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8028312 4.7237017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8028312"^^xsd:decimal ;
  dwc:decimalLongitude "4.7237017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772077_20432772077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772077'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.27'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7237017'^^xsd:double;
  dwc:latitude '52.8028312'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772077'^^xsd:integer;
  dwc:observationDate '2012-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771746_20432771746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771746_20432771746> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771746_20432771746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8030155 4.7238782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8030155"^^xsd:decimal ;
  dwc:decimalLongitude "4.7238782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771746_20432771746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771746'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '9.7797222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7238782'^^xsd:double;
  dwc:latitude '52.8030155'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771746'^^xsd:integer;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772986_20432772986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772986_20432772986> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772986_20432772986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8031808 4.7240291)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8031808"^^xsd:decimal ;
  dwc:decimalLongitude "4.7240291"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772986_20432772986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772986'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '13.104444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7240291'^^xsd:double;
  dwc:latitude '52.8031808'^^xsd:double;
  dwc:coordinatePrecision '8'^^xsd:integer;
  dwc:minimumElevation '-21'^^xsd:integer;
  dwc:maximumElevation '-21'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772986'^^xsd:integer;
  dwc:observationDate '2012-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776992_20432776992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776992_20432776992> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776992_20432776992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8030212 4.7241165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8030212"^^xsd:decimal ;
  dwc:decimalLongitude "4.7241165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776992_20432776992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776992'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.03'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7241165'^^xsd:double;
  dwc:latitude '52.8030212'^^xsd:double;
  dwc:coordinatePrecision '8.5'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776992'^^xsd:integer;
  dwc:observationDate '2012-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773884_20432773884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773884_20432773884> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773884_20432773884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8030921 4.7241262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8030921"^^xsd:decimal ;
  dwc:decimalLongitude "4.7241262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773884_20432773884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773884'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.251666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7241262'^^xsd:double;
  dwc:latitude '52.8030921'^^xsd:double;
  dwc:coordinatePrecision '6.9'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773884'^^xsd:integer;
  dwc:observationDate '2012-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775882_20432775882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775882_20432775882> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775882_20432775882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8031986 4.7241899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8031986"^^xsd:decimal ;
  dwc:decimalLongitude "4.7241899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432775882_20432775882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775882'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.305277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7241899'^^xsd:double;
  dwc:latitude '52.8031986'^^xsd:double;
  dwc:coordinatePrecision '8'^^xsd:integer;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775882'^^xsd:integer;
  dwc:observationDate '2012-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775844_20432775844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775844_20432775844> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775844_20432775844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8039782 4.7243486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8039782"^^xsd:decimal ;
  dwc:decimalLongitude "4.7243486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432775844_20432775844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775844'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12.285'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7243486'^^xsd:double;
  dwc:latitude '52.8039782'^^xsd:double;
  dwc:coordinatePrecision '5.8'^^xsd:double;
  dwc:minimumElevation '-27'^^xsd:integer;
  dwc:maximumElevation '-27'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775844'^^xsd:integer;
  dwc:observationDate '2012-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771867_20432771867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771867_20432771867> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771867_20432771867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8031663 4.7244434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8031663"^^xsd:decimal ;
  dwc:decimalLongitude "4.7244434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771867_20432771867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771867'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13.420555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7244434'^^xsd:double;
  dwc:latitude '52.8031663'^^xsd:double;
  dwc:coordinatePrecision '9'^^xsd:integer;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771867'^^xsd:integer;
  dwc:observationDate '2012-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776977_20432776977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776977_20432776977> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776977_20432776977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8036919 4.7246611)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8036919"^^xsd:decimal ;
  dwc:decimalLongitude "4.7246611"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776977_20432776977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776977'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13.014444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7246611'^^xsd:double;
  dwc:latitude '52.8036919'^^xsd:double;
  dwc:coordinatePrecision '10.6'^^xsd:double;
  dwc:minimumElevation '-39'^^xsd:integer;
  dwc:maximumElevation '-39'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776977'^^xsd:integer;
  dwc:observationDate '2012-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781515_20432781515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781515_20432781515> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781515_20432781515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9519914 4.7247084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9519914"^^xsd:decimal ;
  dwc:decimalLongitude "4.7247084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781515_20432781515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781515'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.283888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7247084'^^xsd:double;
  dwc:latitude '52.9519914'^^xsd:double;
  dwc:coordinatePrecision '6.3'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781515'^^xsd:integer;
  dwc:observationDate '2012-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773871_20432773871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773871_20432773871> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773871_20432773871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8036006 4.7248885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8036006"^^xsd:decimal ;
  dwc:decimalLongitude "4.7248885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773871_20432773871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773871'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.234722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7248885'^^xsd:double;
  dwc:latitude '52.8036006'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773871'^^xsd:integer;
  dwc:observationDate '2012-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781534_20432781534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781534_20432781534> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781534_20432781534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.952338 4.7249264)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.952338"^^xsd:decimal ;
  dwc:decimalLongitude "4.7249264"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781534_20432781534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781534'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '14.322777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7249264'^^xsd:double;
  dwc:latitude '52.952338'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781534'^^xsd:integer;
  dwc:observationDate '2012-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776454_20432776454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776454_20432776454> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776454_20432776454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8036243 4.7250749)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8036243"^^xsd:decimal ;
  dwc:decimalLongitude "4.7250749"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776454_20432776454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776454'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15.333333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7250749'^^xsd:double;
  dwc:latitude '52.8036243'^^xsd:double;
  dwc:coordinatePrecision '5.4'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776454'^^xsd:integer;
  dwc:observationDate '2012-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776139_20432776139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776139_20432776139> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776139_20432776139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8040051 4.7252019)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8040051"^^xsd:decimal ;
  dwc:decimalLongitude "4.7252019"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "16.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776139_20432776139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776139'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '13.540833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7252019'^^xsd:double;
  dwc:latitude '52.8040051'^^xsd:double;
  dwc:coordinatePrecision '16.3'^^xsd:double;
  dwc:minimumElevation '-35'^^xsd:integer;
  dwc:maximumElevation '-35'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776139'^^xsd:integer;
  dwc:observationDate '2012-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777756_20432777756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777756_20432777756> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777756_20432777756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8045328 4.7253633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8045328"^^xsd:decimal ;
  dwc:decimalLongitude "4.7253633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777756_20432777756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777756'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.87'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7253633'^^xsd:double;
  dwc:latitude '52.8045328'^^xsd:double;
  dwc:coordinatePrecision '3.7'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777756'^^xsd:integer;
  dwc:observationDate '2012-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773858_20432773858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773858_20432773858> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773858_20432773858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.803566 4.7255525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.803566"^^xsd:decimal ;
  dwc:decimalLongitude "4.7255525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773858_20432773858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773858'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '13.2275'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7255525'^^xsd:double;
  dwc:latitude '52.803566'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-20'^^xsd:integer;
  dwc:maximumElevation '-20'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773858'^^xsd:integer;
  dwc:observationDate '2012-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773661_20432773661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773661_20432773661> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773661_20432773661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8038571 4.7257695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8038571"^^xsd:decimal ;
  dwc:decimalLongitude "4.7257695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "12.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773661_20432773661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773661'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '12.197777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7257695'^^xsd:double;
  dwc:latitude '52.8038571'^^xsd:double;
  dwc:coordinatePrecision '12.2'^^xsd:double;
  dwc:minimumElevation '-39'^^xsd:integer;
  dwc:maximumElevation '-39'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773661'^^xsd:integer;
  dwc:observationDate '2012-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773648_20432773648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773648_20432773648> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773648_20432773648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8035878 4.7258332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8035878"^^xsd:decimal ;
  dwc:decimalLongitude "4.7258332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773648_20432773648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773648'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.161666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7258332'^^xsd:double;
  dwc:latitude '52.8035878'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773648'^^xsd:integer;
  dwc:observationDate '2012-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773641_20432773641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773641_20432773641> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773641_20432773641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8039354 4.7258831)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8039354"^^xsd:decimal ;
  dwc:decimalLongitude "4.7258831"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773641_20432773641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773641'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.1466666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7258831'^^xsd:double;
  dwc:latitude '52.8039354'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773641'^^xsd:integer;
  dwc:observationDate '2012-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775858_20432775858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775858_20432775858> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775858_20432775858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8036113 4.7259162)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8036113"^^xsd:decimal ;
  dwc:decimalLongitude "4.7259162"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432775858_20432775858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775858'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.287222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7259162'^^xsd:double;
  dwc:latitude '52.8036113'^^xsd:double;
  dwc:coordinatePrecision '8.7'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775858'^^xsd:integer;
  dwc:observationDate '2012-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776969_20432776969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776969_20432776969> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776969_20432776969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8041526 4.7259242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8041526"^^xsd:decimal ;
  dwc:decimalLongitude "4.7259242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776969_20432776969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776969'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.505833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7259242'^^xsd:double;
  dwc:latitude '52.8041526'^^xsd:double;
  dwc:minimumElevation '-40'^^xsd:integer;
  dwc:maximumElevation '-40'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776969'^^xsd:integer;
  dwc:observationDate '2012-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776080_20432776080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776080_20432776080> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776080_20432776080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8036636 4.7259689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8036636"^^xsd:decimal ;
  dwc:decimalLongitude "4.7259689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776080_20432776080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776080'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.485'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7259689'^^xsd:double;
  dwc:latitude '52.8036636'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776080'^^xsd:integer;
  dwc:observationDate '2012-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771769_20432771769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771769_20432771769> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771769_20432771769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8041378 4.7260507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8041378"^^xsd:decimal ;
  dwc:decimalLongitude "4.7260507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771769_20432771769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771769'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.851111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7260507'^^xsd:double;
  dwc:latitude '52.8041378'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771769'^^xsd:integer;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766650_20432766650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766650_20432766650> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766650_20432766650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8040251 4.7261292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8040251"^^xsd:decimal ;
  dwc:decimalLongitude "4.7261292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766650_20432766650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766650'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.510555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7261292'^^xsd:double;
  dwc:latitude '52.8040251'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766650'^^xsd:integer;
  dwc:observationDate '2011-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772478_20432772478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772478_20432772478> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772478_20432772478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8040703 4.7261532)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8040703"^^xsd:decimal ;
  dwc:decimalLongitude "4.7261532"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772478_20432772478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772478'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.3833333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7261532'^^xsd:double;
  dwc:latitude '52.8040703'^^xsd:double;
  dwc:coordinatePrecision '7'^^xsd:integer;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772478'^^xsd:integer;
  dwc:observationDate '2012-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772957_20432772957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772957_20432772957> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772957_20432772957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.804047 4.726163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.804047"^^xsd:decimal ;
  dwc:decimalLongitude "4.726163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772957_20432772957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772957'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '10.077777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.726163'^^xsd:double;
  dwc:latitude '52.804047'^^xsd:double;
  dwc:coordinatePrecision '7.6'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772957'^^xsd:integer;
  dwc:observationDate '2012-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773330_20432773330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773330_20432773330> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773330_20432773330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8040652 4.7261649)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8040652"^^xsd:decimal ;
  dwc:decimalLongitude "4.7261649"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773330_20432773330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773330'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.455277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7261649'^^xsd:double;
  dwc:latitude '52.8040652'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773330'^^xsd:integer;
  dwc:observationDate '2012-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777500_20432777500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777500_20432777500> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777500_20432777500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8041357 4.7261879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8041357"^^xsd:decimal ;
  dwc:decimalLongitude "4.7261879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777500_20432777500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777500'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15.111111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7261879'^^xsd:double;
  dwc:latitude '52.8041357'^^xsd:double;
  dwc:coordinatePrecision '8.6'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777500'^^xsd:integer;
  dwc:observationDate '2012-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772026_20432772026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772026_20432772026> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772026_20432772026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8040888 4.7261908)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8040888"^^xsd:decimal ;
  dwc:decimalLongitude "4.7261908"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772026_20432772026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772026'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.1652777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7261908'^^xsd:double;
  dwc:latitude '52.8040888'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772026'^^xsd:integer;
  dwc:observationDate '2012-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775828_20432775828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775828_20432775828> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775828_20432775828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8041101 4.7261929)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8041101"^^xsd:decimal ;
  dwc:decimalLongitude "4.7261929"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432775828_20432775828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775828'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.277777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7261929'^^xsd:double;
  dwc:latitude '52.8041101'^^xsd:double;
  dwc:coordinatePrecision '6.5'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775828'^^xsd:integer;
  dwc:observationDate '2012-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771847_20432771847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771847_20432771847> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771847_20432771847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8041361 4.7261966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8041361"^^xsd:decimal ;
  dwc:decimalLongitude "4.7261966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771847_20432771847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771847'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.056666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7261966'^^xsd:double;
  dwc:latitude '52.8041361'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771847'^^xsd:integer;
  dwc:observationDate '2012-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771858_20432771858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771858_20432771858> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771858_20432771858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8039138 4.7262236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8039138"^^xsd:decimal ;
  dwc:decimalLongitude "4.7262236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771858_20432771858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771858'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12.081111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7262236'^^xsd:double;
  dwc:latitude '52.8039138'^^xsd:double;
  dwc:coordinatePrecision '11.1'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771858'^^xsd:integer;
  dwc:observationDate '2012-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766912_20432766912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766912_20432766912> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766912_20432766912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8041103 4.7262625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8041103"^^xsd:decimal ;
  dwc:decimalLongitude "4.7262625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766912_20432766912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766912'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10.895'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7262625'^^xsd:double;
  dwc:latitude '52.8041103'^^xsd:double;
  dwc:coordinatePrecision '4.8'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766912'^^xsd:integer;
  dwc:observationDate '2011-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772162_20432772162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772162_20432772162> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772162_20432772162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8041262 4.7262829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8041262"^^xsd:decimal ;
  dwc:decimalLongitude "4.7262829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772162_20432772162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772162'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '15.47'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7262829'^^xsd:double;
  dwc:latitude '52.8041262'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772162'^^xsd:integer;
  dwc:observationDate '2012-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773442_20432773442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773442_20432773442> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773442_20432773442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8041706 4.7263073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8041706"^^xsd:decimal ;
  dwc:decimalLongitude "4.7263073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773442_20432773442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773442'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.6069444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7263073'^^xsd:double;
  dwc:latitude '52.8041706'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773442'^^xsd:integer;
  dwc:observationDate '2012-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773456_20432773456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773456_20432773456> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773456_20432773456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8041499 4.7263224)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8041499"^^xsd:decimal ;
  dwc:decimalLongitude "4.7263224"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773456_20432773456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773456'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.6169444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7263224'^^xsd:double;
  dwc:latitude '52.8041499'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773456'^^xsd:integer;
  dwc:observationDate '2012-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777186_20432777186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777186_20432777186> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777186_20432777186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8041646 4.7263422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8041646"^^xsd:decimal ;
  dwc:decimalLongitude "4.7263422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777186_20432777186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777186'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.6736111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7263422'^^xsd:double;
  dwc:latitude '52.8041646'^^xsd:double;
  dwc:coordinatePrecision '6.1'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777186'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773298_20432773298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773298_20432773298> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773298_20432773298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8041281 4.7263467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8041281"^^xsd:decimal ;
  dwc:decimalLongitude "4.7263467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773298_20432773298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773298'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.394722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7263467'^^xsd:double;
  dwc:latitude '52.8041281'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773298'^^xsd:integer;
  dwc:observationDate '2012-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775813_20432775813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775813_20432775813> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775813_20432775813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8041473 4.7263583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8041473"^^xsd:decimal ;
  dwc:decimalLongitude "4.7263583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432775813_20432775813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775813'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.7527777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7263583'^^xsd:double;
  dwc:latitude '52.8041473'^^xsd:double;
  dwc:coordinatePrecision '2.7'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775813'^^xsd:integer;
  dwc:observationDate '2012-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767746_20432767746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767746_20432767746> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767746_20432767746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8039496 4.726402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8039496"^^xsd:decimal ;
  dwc:decimalLongitude "4.726402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767746_20432767746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767746'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.273055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.726402'^^xsd:double;
  dwc:latitude '52.8039496'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumElevation '-19'^^xsd:integer;
  dwc:maximumElevation '-19'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767746'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773822_20432773822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773822_20432773822> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773822_20432773822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8041983 4.7264473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8041983"^^xsd:decimal ;
  dwc:decimalLongitude "4.7264473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773822_20432773822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773822'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.6847222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7264473'^^xsd:double;
  dwc:latitude '52.8041983'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773822'^^xsd:integer;
  dwc:observationDate '2012-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776366_20432776366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776366_20432776366> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776366_20432776366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8041126 4.7264877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8041126"^^xsd:decimal ;
  dwc:decimalLongitude "4.7264877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776366_20432776366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776366'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '9.2433333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7264877'^^xsd:double;
  dwc:latitude '52.8041126'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776366'^^xsd:integer;
  dwc:observationDate '2012-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771843_20432771843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771843_20432771843> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771843_20432771843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8040917 4.7265484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8040917"^^xsd:decimal ;
  dwc:decimalLongitude "4.7265484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771843_20432771843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771843'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9.0355555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7265484'^^xsd:double;
  dwc:latitude '52.8040917'^^xsd:double;
  dwc:coordinatePrecision '7.7'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771843'^^xsd:integer;
  dwc:observationDate '2012-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773339_20432773339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773339_20432773339> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773339_20432773339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8043885 4.7265929)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8043885"^^xsd:decimal ;
  dwc:decimalLongitude "4.7265929"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773339_20432773339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773339'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.460833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7265929'^^xsd:double;
  dwc:latitude '52.8043885'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-20'^^xsd:integer;
  dwc:maximumElevation '-20'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773339'^^xsd:integer;
  dwc:observationDate '2012-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773897_20432773897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773897_20432773897> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773897_20432773897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8043785 4.7266742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8043785"^^xsd:decimal ;
  dwc:decimalLongitude "4.7266742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773897_20432773897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773897'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16.268333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7266742'^^xsd:double;
  dwc:latitude '52.8043785'^^xsd:double;
  dwc:coordinatePrecision '3.5'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773897'^^xsd:integer;
  dwc:observationDate '2012-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773312_20432773312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773312_20432773312> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773312_20432773312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8043112 4.7266993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8043112"^^xsd:decimal ;
  dwc:decimalLongitude "4.7266993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773312_20432773312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773312'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.433611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7266993'^^xsd:double;
  dwc:latitude '52.8043112'^^xsd:double;
  dwc:coordinatePrecision '3.7'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773312'^^xsd:integer;
  dwc:observationDate '2012-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772467_20432772467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772467_20432772467> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772467_20432772467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8043922 4.726703)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8043922"^^xsd:decimal ;
  dwc:decimalLongitude "4.726703"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772467_20432772467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772467'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7.3627777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.726703'^^xsd:double;
  dwc:latitude '52.8043922'^^xsd:double;
  dwc:coordinatePrecision '9.5'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772467'^^xsd:integer;
  dwc:observationDate '2012-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782091_20432782091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782091_20432782091> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782091_20432782091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9587137 4.7267417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9587137"^^xsd:decimal ;
  dwc:decimalLongitude "4.7267417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432782091_20432782091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782091'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '17.280833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7267417'^^xsd:double;
  dwc:latitude '52.9587137'^^xsd:double;
  dwc:coordinatePrecision '6.5'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782091'^^xsd:integer;
  dwc:observationDate '2012-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771764_20432771764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771764_20432771764> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771764_20432771764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8045038 4.7267431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8045038"^^xsd:decimal ;
  dwc:decimalLongitude "4.7267431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771764_20432771764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771764'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.838333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7267431'^^xsd:double;
  dwc:latitude '52.8045038'^^xsd:double;
  dwc:coordinatePrecision '9.1'^^xsd:double;
  dwc:minimumElevation '-26'^^xsd:integer;
  dwc:maximumElevation '-26'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771764'^^xsd:integer;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773011_20432773011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773011_20432773011> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773011_20432773011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8044405 4.7268587)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8044405"^^xsd:decimal ;
  dwc:decimalLongitude "4.7268587"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773011_20432773011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773011'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.8825'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7268587'^^xsd:double;
  dwc:latitude '52.8044405'^^xsd:double;
  dwc:coordinatePrecision '10.7'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773011'^^xsd:integer;
  dwc:observationDate '2012-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777414_20432777414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777414_20432777414> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777414_20432777414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8044258 4.7268733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8044258"^^xsd:decimal ;
  dwc:decimalLongitude "4.7268733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777414_20432777414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777414'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '6.96'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7268733'^^xsd:double;
  dwc:latitude '52.8044258'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777414'^^xsd:integer;
  dwc:observationDate '2012-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772126_20432772126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772126_20432772126> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772126_20432772126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8043788 4.7269036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8043788"^^xsd:decimal ;
  dwc:decimalLongitude "4.7269036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772126_20432772126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772126'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.4183333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7269036'^^xsd:double;
  dwc:latitude '52.8043788'^^xsd:double;
  dwc:coordinatePrecision '4.8'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772126'^^xsd:integer;
  dwc:observationDate '2012-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772527_20432772527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772527_20432772527> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772527_20432772527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.804375 4.7269398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.804375"^^xsd:decimal ;
  dwc:decimalLongitude "4.7269398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772527_20432772527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772527'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '14.942777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7269398'^^xsd:double;
  dwc:latitude '52.804375'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772527'^^xsd:integer;
  dwc:observationDate '2012-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776058_20432776058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776058_20432776058> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776058_20432776058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8043012 4.7269456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8043012"^^xsd:decimal ;
  dwc:decimalLongitude "4.7269456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776058_20432776058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776058'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.4658333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7269456'^^xsd:double;
  dwc:latitude '52.8043012'^^xsd:double;
  dwc:coordinatePrecision '8'^^xsd:integer;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776058'^^xsd:integer;
  dwc:observationDate '2012-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772949_20432772949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772949_20432772949> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772949_20432772949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8043768 4.7269511)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8043768"^^xsd:decimal ;
  dwc:decimalLongitude "4.7269511"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772949_20432772949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772949'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.0666666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7269511'^^xsd:double;
  dwc:latitude '52.8043768'^^xsd:double;
  dwc:coordinatePrecision '11'^^xsd:integer;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772949'^^xsd:integer;
  dwc:observationDate '2012-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772941_20432772941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772941_20432772941> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772941_20432772941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8043456 4.7269542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8043456"^^xsd:decimal ;
  dwc:decimalLongitude "4.7269542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772941_20432772941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772941'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.06'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7269542'^^xsd:double;
  dwc:latitude '52.8043456'^^xsd:double;
  dwc:coordinatePrecision '7.7'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772941'^^xsd:integer;
  dwc:observationDate '2012-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773685_20432773685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773685_20432773685> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773685_20432773685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8044051 4.7269608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8044051"^^xsd:decimal ;
  dwc:decimalLongitude "4.7269608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773685_20432773685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773685'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.241666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7269608'^^xsd:double;
  dwc:latitude '52.8044051'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773685'^^xsd:integer;
  dwc:observationDate '2012-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773808_20432773808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773808_20432773808> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773808_20432773808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8044854 4.7269751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8044854"^^xsd:decimal ;
  dwc:decimalLongitude "4.7269751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773808_20432773808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773808'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.4016666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7269751'^^xsd:double;
  dwc:latitude '52.8044854'^^xsd:double;
  dwc:coordinatePrecision '2.4'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773808'^^xsd:integer;
  dwc:observationDate '2012-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773636_20432773636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773636_20432773636> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773636_20432773636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8043753 4.7269754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8043753"^^xsd:decimal ;
  dwc:decimalLongitude "4.7269754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773636_20432773636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773636'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.3138888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7269754'^^xsd:double;
  dwc:latitude '52.8043753'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773636'^^xsd:integer;
  dwc:observationDate '2012-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772473_20432772473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772473_20432772473> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772473_20432772473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8044764 4.7269926)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8044764"^^xsd:decimal ;
  dwc:decimalLongitude "4.7269926"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "16.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772473_20432772473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772473'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.3688888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7269926'^^xsd:double;
  dwc:latitude '52.8044764'^^xsd:double;
  dwc:coordinatePrecision '16.4'^^xsd:double;
  dwc:minimumElevation '-22'^^xsd:integer;
  dwc:maximumElevation '-22'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772473'^^xsd:integer;
  dwc:observationDate '2012-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772976_20432772976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772976_20432772976> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772976_20432772976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8043791 4.7270065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8043791"^^xsd:decimal ;
  dwc:decimalLongitude "4.7270065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772976_20432772976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772976'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '12.095277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7270065'^^xsd:double;
  dwc:latitude '52.8043791'^^xsd:double;
  dwc:coordinatePrecision '6.7'^^xsd:double;
  dwc:minimumElevation '-18'^^xsd:integer;
  dwc:maximumElevation '-18'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772976'^^xsd:integer;
  dwc:observationDate '2012-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766942_20432766942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766942_20432766942> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766942_20432766942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8044207 4.7270066)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8044207"^^xsd:decimal ;
  dwc:decimalLongitude "4.7270066"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766942_20432766942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766942'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.421111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7270066'^^xsd:double;
  dwc:latitude '52.8044207'^^xsd:double;
  dwc:coordinatePrecision '5.4'^^xsd:double;
  dwc:minimumElevation '-18'^^xsd:integer;
  dwc:maximumElevation '-18'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766942'^^xsd:integer;
  dwc:observationDate '2011-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773515_20432773515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773515_20432773515> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773515_20432773515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8044025 4.7270191)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8044025"^^xsd:decimal ;
  dwc:decimalLongitude "4.7270191"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773515_20432773515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773515'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '16.174444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7270191'^^xsd:double;
  dwc:latitude '52.8044025'^^xsd:double;
  dwc:coordinatePrecision '9.7'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773515'^^xsd:integer;
  dwc:observationDate '2012-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777423_20432777423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777423_20432777423> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777423_20432777423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8042276 4.7270297)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8042276"^^xsd:decimal ;
  dwc:decimalLongitude "4.7270297"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "13.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777423_20432777423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777423'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.9663888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7270297'^^xsd:double;
  dwc:latitude '52.8042276'^^xsd:double;
  dwc:coordinatePrecision '13.3'^^xsd:double;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777423'^^xsd:integer;
  dwc:observationDate '2012-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771839_20432771839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771839_20432771839> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771839_20432771839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.804455 4.7270472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.804455"^^xsd:decimal ;
  dwc:decimalLongitude "4.7270472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432771839_20432771839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771839'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.0283333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7270472'^^xsd:double;
  dwc:latitude '52.804455'^^xsd:double;
  dwc:coordinatePrecision '5.8'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771839'^^xsd:integer;
  dwc:observationDate '2012-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775803_20432775803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775803_20432775803> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775803_20432775803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8044751 4.7270549)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8044751"^^xsd:decimal ;
  dwc:decimalLongitude "4.7270549"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432775803_20432775803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775803'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '8.7352777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7270549'^^xsd:double;
  dwc:latitude '52.8044751'^^xsd:double;
  dwc:coordinatePrecision '7.1'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775803'^^xsd:integer;
  dwc:observationDate '2012-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773630_20432773630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773630_20432773630> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773630_20432773630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8045205 4.7270758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8045205"^^xsd:decimal ;
  dwc:decimalLongitude "4.7270758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773630_20432773630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773630'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.3116666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7270758'^^xsd:double;
  dwc:latitude '52.8045205'^^xsd:double;
  dwc:coordinatePrecision '3.7'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773630'^^xsd:integer;
  dwc:observationDate '2012-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776469_20432776469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776469_20432776469> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776469_20432776469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8045591 4.7270921)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8045591"^^xsd:decimal ;
  dwc:decimalLongitude "4.7270921"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432776469_20432776469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776469'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '16.345'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7270921'^^xsd:double;
  dwc:latitude '52.8045591'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776469'^^xsd:integer;
  dwc:observationDate '2012-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777762_20432777762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777762_20432777762> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777762_20432777762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053964 4.7271216)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8053964"^^xsd:decimal ;
  dwc:decimalLongitude "4.7271216"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432777762_20432777762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777762'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.372222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7271216'^^xsd:double;
  dwc:latitude '52.8053964'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777762'^^xsd:integer;
  dwc:observationDate '2012-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781924_20432781924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781924_20432781924> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781924_20432781924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9590646 4.7271402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9590646"^^xsd:decimal ;
  dwc:decimalLongitude "4.7271402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781924_20432781924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781924'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '19.045277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7271402'^^xsd:double;
  dwc:latitude '52.9590646'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781924'^^xsd:integer;
  dwc:observationDate '2012-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773449_20432773449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773449_20432773449> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773449_20432773449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8044921 4.7272386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8044921"^^xsd:decimal ;
  dwc:decimalLongitude "4.7272386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773449_20432773449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773449'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.61'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7272386'^^xsd:double;
  dwc:latitude '52.8044921'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773449'^^xsd:integer;
  dwc:observationDate '2012-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773694_20432773694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773694_20432773694> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773694_20432773694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8046183 4.7272429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8046183"^^xsd:decimal ;
  dwc:decimalLongitude "4.7272429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773694_20432773694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773694'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.251944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7272429'^^xsd:double;
  dwc:latitude '52.8046183'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773694'^^xsd:integer;
  dwc:observationDate '2012-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766900_20432766900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766900_20432766900> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766900_20432766900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8045644 4.7273412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8045644"^^xsd:decimal ;
  dwc:decimalLongitude "4.7273412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766900_20432766900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766900'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.8763888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7273412'^^xsd:double;
  dwc:latitude '52.8045644'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766900'^^xsd:integer;
  dwc:observationDate '2011-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766955_20432766955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766955_20432766955> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766955_20432766955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8045368 4.7273518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8045368"^^xsd:decimal ;
  dwc:decimalLongitude "4.7273518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766955_20432766955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766955'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '14.436666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7273518'^^xsd:double;
  dwc:latitude '52.8045368'^^xsd:double;
  dwc:coordinatePrecision '11'^^xsd:integer;
  dwc:minimumElevation '-18'^^xsd:integer;
  dwc:maximumElevation '-18'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766955'^^xsd:integer;
  dwc:observationDate '2011-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766617_20432766617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766617_20432766617> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766617_20432766617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8045849 4.7273821)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8045849"^^xsd:decimal ;
  dwc:decimalLongitude "4.7273821"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766617_20432766617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766617'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.4441666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7273821'^^xsd:double;
  dwc:latitude '52.8045849'^^xsd:double;
  dwc:coordinatePrecision '6.1'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766617'^^xsd:integer;
  dwc:observationDate '2011-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767727_20432767727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767727_20432767727> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767727_20432767727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8044851 4.7274116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8044851"^^xsd:decimal ;
  dwc:decimalLongitude "4.7274116"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767727_20432767727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767727'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '8.225'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7274116'^^xsd:double;
  dwc:latitude '52.8044851'^^xsd:double;
  dwc:coordinatePrecision '6.2'^^xsd:double;
  dwc:minimumElevation '17'^^xsd:integer;
  dwc:maximumElevation '17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767727'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766642_20432766642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766642_20432766642> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766642_20432766642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8046608 4.7274129)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8046608"^^xsd:decimal ;
  dwc:decimalLongitude "4.7274129"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766642_20432766642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766642'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '10.506666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7274129'^^xsd:double;
  dwc:latitude '52.8046608'^^xsd:double;
  dwc:coordinatePrecision '2.4'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766642'^^xsd:integer;
  dwc:observationDate '2011-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772505_20432772505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772505_20432772505> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772505_20432772505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8047092 4.7274693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8047092"^^xsd:decimal ;
  dwc:decimalLongitude "4.7274693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772505_20432772505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772505'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '12.924444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7274693'^^xsd:double;
  dwc:latitude '52.8047092'^^xsd:double;
  dwc:coordinatePrecision '6.8'^^xsd:double;
  dwc:minimumElevation '-19'^^xsd:integer;
  dwc:maximumElevation '-19'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772505'^^xsd:integer;
  dwc:observationDate '2012-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773463_20432773463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773463_20432773463> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773463_20432773463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8046296 4.7274876)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8046296"^^xsd:decimal ;
  dwc:decimalLongitude "4.7274876"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773463_20432773463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773463'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '10.627777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7274876'^^xsd:double;
  dwc:latitude '52.8046296'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773463'^^xsd:integer;
  dwc:observationDate '2012-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782097_20432782097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782097_20432782097> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782097_20432782097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9594605 4.7274917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9594605"^^xsd:decimal ;
  dwc:decimalLongitude "4.7274917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432782097_20432782097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782097'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '18.295'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7274917'^^xsd:double;
  dwc:latitude '52.9594605'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782097'^^xsd:integer;
  dwc:observationDate '2012-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773304_20432773304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773304_20432773304> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773304_20432773304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8046246 4.7275386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8046246"^^xsd:decimal ;
  dwc:decimalLongitude "4.7275386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773304_20432773304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773304'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '12.422222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7275386'^^xsd:double;
  dwc:latitude '52.8046246'^^xsd:double;
  dwc:coordinatePrecision '11.3'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773304'^^xsd:integer;
  dwc:observationDate '2012-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772493_20432772493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772493_20432772493> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772493_20432772493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8046386 4.7275503)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8046386"^^xsd:decimal ;
  dwc:decimalLongitude "4.7275503"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772493_20432772493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772493'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.402222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7275503'^^xsd:double;
  dwc:latitude '52.8046386'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '8'^^xsd:integer;
  dwc:maximumElevation '8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772493'^^xsd:integer;
  dwc:observationDate '2012-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782174_20432782174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782174_20432782174> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782174_20432782174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9596216 4.7275738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9596216"^^xsd:decimal ;
  dwc:decimalLongitude "4.7275738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432782174_20432782174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782174'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '7.4275'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7275738'^^xsd:double;
  dwc:latitude '52.9596216'^^xsd:double;
  dwc:coordinatePrecision '7.4'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782174'^^xsd:integer;
  dwc:observationDate '2012-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782168_20432782168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782168_20432782168> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782168_20432782168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9596171 4.7275779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9596171"^^xsd:decimal ;
  dwc:decimalLongitude "4.7275779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432782168_20432782168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782168'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '6.4244444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7275779'^^xsd:double;
  dwc:latitude '52.9596171'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782168'^^xsd:integer;
  dwc:observationDate '2012-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782103_20432782103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782103_20432782103> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782103_20432782103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9596636 4.7275917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9596636"^^xsd:decimal ;
  dwc:decimalLongitude "4.7275917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432782103_20432782103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782103'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '19.303333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7275917'^^xsd:double;
  dwc:latitude '52.9596636'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782103'^^xsd:integer;
  dwc:observationDate '2012-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772123_20432772123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772123_20432772123> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772123_20432772123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8046149 4.7276408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8046149"^^xsd:decimal ;
  dwc:decimalLongitude "4.7276408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432772123_20432772123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772123'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '8.4019444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7276408'^^xsd:double;
  dwc:latitude '52.8046149'^^xsd:double;
  dwc:coordinatePrecision '10.3'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772123'^^xsd:integer;
  dwc:observationDate '2012-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767944_20432767944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767944_20432767944> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767944_20432767944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8046524 4.7276423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8046524"^^xsd:decimal ;
  dwc:decimalLongitude "4.7276423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767944_20432767944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767944'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '11.535555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7276423'^^xsd:double;
  dwc:latitude '52.8046524'^^xsd:double;
  dwc:coordinatePrecision '6.1'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767944'^^xsd:integer;
  dwc:observationDate '2011-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782109_20432782109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782109_20432782109> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782109_20432782109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9597332 4.7277187)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9597332"^^xsd:decimal ;
  dwc:decimalLongitude "4.7277187"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432782109_20432782109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782109'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '20.307222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7277187'^^xsd:double;
  dwc:latitude '52.9597332'^^xsd:double;
  dwc:coordinatePrecision '7'^^xsd:integer;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782109'^^xsd:integer;
  dwc:observationDate '2012-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773814_20432773814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773814_20432773814> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773814_20432773814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8047535 4.7277809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8047535"^^xsd:decimal ;
  dwc:decimalLongitude "4.7277809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432773814_20432773814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773814'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.4105555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7277809'^^xsd:double;
  dwc:latitude '52.8047535'^^xsd:double;
  dwc:coordinatePrecision '5.4'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773814'^^xsd:integer;
  dwc:observationDate '2012-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782115_20432782115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782115_20432782115> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782115_20432782115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9598069 4.7277956)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9598069"^^xsd:decimal ;
  dwc:decimalLongitude "4.7277956"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432782115_20432782115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782115'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '21.309444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7277956'^^xsd:double;
  dwc:latitude '52.9598069'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782115'^^xsd:integer;
  dwc:observationDate '2012-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766462_20432766462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766462_20432766462> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766462_20432766462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8048672 4.7278113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8048672"^^xsd:decimal ;
  dwc:decimalLongitude "4.7278113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766462_20432766462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766462'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '16.285277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7278113'^^xsd:double;
  dwc:latitude '52.8048672'^^xsd:double;
  dwc:coordinatePrecision '6.9'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766462'^^xsd:integer;
  dwc:observationDate '2011-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767781_20432767781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767781_20432767781> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767781_20432767781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8048689 4.7278418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8048689"^^xsd:decimal ;
  dwc:decimalLongitude "4.7278418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432767781_20432767781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767781'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '16.316666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7278418'^^xsd:double;
  dwc:latitude '52.8048689'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767781'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766438_20432766438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766438_20432766438> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766438_20432766438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.80477 4.7278703)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.80477"^^xsd:decimal ;
  dwc:decimalLongitude "4.7278703"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766438_20432766438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766438'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.25'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7278703'^^xsd:double;
  dwc:latitude '52.80477'^^xsd:double;
  dwc:coordinatePrecision '6.7'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766438'^^xsd:integer;
  dwc:observationDate '2011-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781936_20432781936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781936_20432781936> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781936_20432781936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9598261 4.7278733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9598261"^^xsd:decimal ;
  dwc:decimalLongitude "4.7278733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781936_20432781936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781936'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '21.0775'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7278733'^^xsd:double;
  dwc:latitude '52.9598261'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781936'^^xsd:integer;
  dwc:observationDate '2012-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781929_20432781929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781929_20432781929> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781929_20432781929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9598323 4.7278815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9598323"^^xsd:decimal ;
  dwc:decimalLongitude "4.7278815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432781929_20432781929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781929'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '20.064444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7278815'^^xsd:double;
  dwc:latitude '52.9598323'^^xsd:double;
  dwc:coordinatePrecision '7.4'^^xsd:double;
  dwc:minimumElevation '-24'^^xsd:integer;
  dwc:maximumElevation '-24'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781929'^^xsd:integer;
  dwc:observationDate '2012-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766033_20432766033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766033_20432766033> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766033_20432766033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8049239 4.7278948)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8049239"^^xsd:decimal ;
  dwc:decimalLongitude "4.7278948"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432766033_20432766033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766033'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.011666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7278948'^^xsd:double;
  dwc:latitude '52.8049239'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766033'^^xsd:integer;
  dwc:observationDate '2011-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782121_20432782121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782121_20432782121> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782121_20432782121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9599325 4.7279096)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9599325"^^xsd:decimal ;
  dwc:decimalLongitude "4.7279096"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

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

<https://eurobis.org/id/occurrence/7942_20432782121_20432782121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782121'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '22.326666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7279096'^^xsd:double;
  dwc:latitude '52.9599325'^^xsd:double;
  dwc:coordinatePrecision '10.2'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782121'^^xsd:integer;
  dwc:observationDate '2012-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782127_20432782127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782127_20432782127> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782127_20432782127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9598218 4.7279344)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9598218"^^xsd:decimal ;
  dwc:decimalLongitude "4.7279344"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782127_20432782127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9598218 4.7279344)"^^geo:wktLiteral ;
  geo-pos:lat "52.9598218"^^xsd:decimal ;
  geo-pos:long "4.7279344"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782127_20432782127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782127'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '23.341944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7279344'^^xsd:double;
  dwc:latitude '52.9598218'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782127'^^xsd:integer;
  dwc:observationDate '2012-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773294_20432773294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773294_20432773294> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773294_20432773294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8047148 4.7279749)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8047148"^^xsd:decimal ;
  dwc:decimalLongitude "4.7279749"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432773294_20432773294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8047148 4.7279749)"^^geo:wktLiteral ;
  geo-pos:lat "52.8047148"^^xsd:decimal ;
  geo-pos:long "4.7279749"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "9.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432773294_20432773294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773294'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.374444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7279749'^^xsd:double;
  dwc:latitude '52.8047148'^^xsd:double;
  dwc:coordinatePrecision '9.6'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773294'^^xsd:integer;
  dwc:observationDate '2012-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776928_20432776928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776928_20432776928> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776928_20432776928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050934 4.7279937)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8050934"^^xsd:decimal ;
  dwc:decimalLongitude "4.7279937"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432776928_20432776928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050934 4.7279937)"^^geo:wktLiteral ;
  geo-pos:lat "52.8050934"^^xsd:decimal ;
  geo-pos:long "4.7279937"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432776928_20432776928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776928'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.98'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7279937'^^xsd:double;
  dwc:latitude '52.8050934'^^xsd:double;
  dwc:coordinatePrecision '6.3'^^xsd:double;
  dwc:minimumElevation '-222'^^xsd:integer;
  dwc:maximumElevation '-222'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776928'^^xsd:integer;
  dwc:observationDate '2012-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775895_20432775895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775895_20432775895> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775895_20432775895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050057 4.7280012)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8050057"^^xsd:decimal ;
  dwc:decimalLongitude "4.7280012"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432775895_20432775895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050057 4.7280012)"^^geo:wktLiteral ;
  geo-pos:lat "52.8050057"^^xsd:decimal ;
  geo-pos:long "4.7280012"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432775895_20432775895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775895'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '16.32'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7280012'^^xsd:double;
  dwc:latitude '52.8050057'^^xsd:double;
  dwc:coordinatePrecision '5.4'^^xsd:double;
  dwc:minimumElevation '-19'^^xsd:integer;
  dwc:maximumElevation '-19'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775895'^^xsd:integer;
  dwc:observationDate '2012-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773654_20432773654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773654_20432773654> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773654_20432773654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8047537 4.7280107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8047537"^^xsd:decimal ;
  dwc:decimalLongitude "4.7280107"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432773654_20432773654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8047537 4.7280107)"^^geo:wktLiteral ;
  geo-pos:lat "52.8047537"^^xsd:decimal ;
  geo-pos:long "4.7280107"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432773654_20432773654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773654'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '11.173333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7280107'^^xsd:double;
  dwc:latitude '52.8047537'^^xsd:double;
  dwc:coordinatePrecision '6.6'^^xsd:double;
  dwc:minimumElevation '4'^^xsd:integer;
  dwc:maximumElevation '4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773654'^^xsd:integer;
  dwc:observationDate '2012-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775818_20432775818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775818_20432775818> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775818_20432775818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8048385 4.7280177)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8048385"^^xsd:decimal ;
  dwc:decimalLongitude "4.7280177"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432775818_20432775818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8048385 4.7280177)"^^geo:wktLiteral ;
  geo-pos:lat "52.8048385"^^xsd:decimal ;
  geo-pos:long "4.7280177"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432775818_20432775818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775818'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '10.258888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7280177'^^xsd:double;
  dwc:latitude '52.8048385'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775818'^^xsd:integer;
  dwc:observationDate '2012-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773485_20432773485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773485_20432773485> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773485_20432773485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050051 4.7280301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8050051"^^xsd:decimal ;
  dwc:decimalLongitude "4.7280301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432773485_20432773485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050051 4.7280301)"^^geo:wktLiteral ;
  geo-pos:lat "52.8050051"^^xsd:decimal ;
  geo-pos:long "4.7280301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432773485_20432773485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773485'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.146666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7280301'^^xsd:double;
  dwc:latitude '52.8050051'^^xsd:double;
  dwc:coordinatePrecision '7.2'^^xsd:double;
  dwc:minimumElevation '-32'^^xsd:integer;
  dwc:maximumElevation '-32'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773485'^^xsd:integer;
  dwc:observationDate '2012-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767731_20432767731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767731_20432767731> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767731_20432767731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8047025 4.7280571)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8047025"^^xsd:decimal ;
  dwc:decimalLongitude "4.7280571"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "15.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767731_20432767731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8047025 4.7280571)"^^geo:wktLiteral ;
  geo-pos:lat "52.8047025"^^xsd:decimal ;
  geo-pos:long "4.7280571"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "15.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767731_20432767731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767731'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '9.2311111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7280571'^^xsd:double;
  dwc:latitude '52.8047025'^^xsd:double;
  dwc:coordinatePrecision '15.8'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767731'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782023_20432782023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782023_20432782023> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782023_20432782023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.959947 4.7280678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.959947"^^xsd:decimal ;
  dwc:decimalLongitude "4.7280678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782023_20432782023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.959947 4.7280678)"^^geo:wktLiteral ;
  geo-pos:lat "52.959947"^^xsd:decimal ;
  geo-pos:long "4.7280678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782023_20432782023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782023'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.170833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7280678'^^xsd:double;
  dwc:latitude '52.959947'^^xsd:double;
  dwc:coordinatePrecision '8.3'^^xsd:double;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782023'^^xsd:integer;
  dwc:observationDate '2012-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772533_20432772533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772533_20432772533> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772533_20432772533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8048918 4.7280883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8048918"^^xsd:decimal ;
  dwc:decimalLongitude "4.7280883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432772533_20432772533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8048918 4.7280883)"^^geo:wktLiteral ;
  geo-pos:lat "52.8048918"^^xsd:decimal ;
  geo-pos:long "4.7280883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432772533_20432772533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772533'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '15.448333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7280883'^^xsd:double;
  dwc:latitude '52.8048918'^^xsd:double;
  dwc:coordinatePrecision '5.6'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772533'^^xsd:integer;
  dwc:observationDate '2012-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777813_20432777813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777813_20432777813> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777813_20432777813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050037 4.7281173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8050037"^^xsd:decimal ;
  dwc:decimalLongitude "4.7281173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777813_20432777813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050037 4.7281173)"^^geo:wktLiteral ;
  geo-pos:lat "52.8050037"^^xsd:decimal ;
  geo-pos:long "4.7281173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777813_20432777813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777813'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '16.915'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7281173'^^xsd:double;
  dwc:latitude '52.8050037'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777813'^^xsd:integer;
  dwc:observationDate '2012-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776069_20432776069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776069_20432776069> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776069_20432776069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050593 4.7281203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8050593"^^xsd:decimal ;
  dwc:decimalLongitude "4.7281203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "12.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432776069_20432776069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050593 4.7281203)"^^geo:wktLiteral ;
  geo-pos:lat "52.8050593"^^xsd:decimal ;
  geo-pos:long "4.7281203"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "12.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432776069_20432776069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776069'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '8.4702777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7281203'^^xsd:double;
  dwc:latitude '52.8050593'^^xsd:double;
  dwc:coordinatePrecision '12.9'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776069'^^xsd:integer;
  dwc:observationDate '2012-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782499_20432782499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782499_20432782499> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782499_20432782499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9600718 4.7281249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9600718"^^xsd:decimal ;
  dwc:decimalLongitude "4.7281249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782499_20432782499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9600718 4.7281249)"^^geo:wktLiteral ;
  geo-pos:lat "52.9600718"^^xsd:decimal ;
  geo-pos:long "4.7281249"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782499_20432782499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782499'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '7.3183333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7281249'^^xsd:double;
  dwc:latitude '52.9600718'^^xsd:double;
  dwc:minimumElevation '6'^^xsd:integer;
  dwc:maximumElevation '6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782499'^^xsd:integer;
  dwc:observationDate '2012-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781913_20432781913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781913_20432781913> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781913_20432781913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9602777 4.7281298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9602777"^^xsd:decimal ;
  dwc:decimalLongitude "4.7281298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781913_20432781913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9602777 4.7281298)"^^geo:wktLiteral ;
  geo-pos:lat "52.9602777"^^xsd:decimal ;
  geo-pos:long "4.7281298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781913_20432781913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781913'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.023611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7281298'^^xsd:double;
  dwc:latitude '52.9602777'^^xsd:double;
  dwc:coordinatePrecision '8.7'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781913'^^xsd:integer;
  dwc:observationDate '2012-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781953_20432781953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781953_20432781953> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781953_20432781953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9599043 4.7281317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9599043"^^xsd:decimal ;
  dwc:decimalLongitude "4.7281317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781953_20432781953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9599043 4.7281317)"^^geo:wktLiteral ;
  geo-pos:lat "52.9599043"^^xsd:decimal ;
  geo-pos:long "4.7281317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781953_20432781953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781953'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '0.10972222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7281317'^^xsd:double;
  dwc:latitude '52.9599043'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781953'^^xsd:integer;
  dwc:observationDate '2012-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782068_20432782068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782068_20432782068> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782068_20432782068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9600662 4.7281445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9600662"^^xsd:decimal ;
  dwc:decimalLongitude "4.7281445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "12.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782068_20432782068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9600662 4.7281445)"^^geo:wktLiteral ;
  geo-pos:lat "52.9600662"^^xsd:decimal ;
  geo-pos:long "4.7281445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "12.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782068_20432782068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782068'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '15.218333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7281445'^^xsd:double;
  dwc:latitude '52.9600662'^^xsd:double;
  dwc:coordinatePrecision '12.2'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782068'^^xsd:integer;
  dwc:observationDate '2012-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781941_20432781941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781941_20432781941> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781941_20432781941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.959983 4.7281458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.959983"^^xsd:decimal ;
  dwc:decimalLongitude "4.7281458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781941_20432781941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.959983 4.7281458)"^^geo:wktLiteral ;
  geo-pos:lat "52.959983"^^xsd:decimal ;
  geo-pos:long "4.7281458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781941_20432781941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781941'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '22.09'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7281458'^^xsd:double;
  dwc:latitude '52.959983'^^xsd:double;
  dwc:coordinatePrecision '7.5'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781941'^^xsd:integer;
  dwc:observationDate '2012-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781947_20432781947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781947_20432781947> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781947_20432781947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9599476 4.7281752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9599476"^^xsd:decimal ;
  dwc:decimalLongitude "4.7281752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781947_20432781947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9599476 4.7281752)"^^geo:wktLiteral ;
  geo-pos:lat "52.9599476"^^xsd:decimal ;
  geo-pos:long "4.7281752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781947_20432781947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781947'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '23.101388888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7281752'^^xsd:double;
  dwc:latitude '52.9599476'^^xsd:double;
  dwc:coordinatePrecision '5'^^xsd:integer;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781947'^^xsd:integer;
  dwc:observationDate '2012-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772544_20432772544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772544_20432772544> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772544_20432772544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050569 4.7282053)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8050569"^^xsd:decimal ;
  dwc:decimalLongitude "4.7282053"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432772544_20432772544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050569 4.7282053)"^^geo:wktLiteral ;
  geo-pos:lat "52.8050569"^^xsd:decimal ;
  geo-pos:long "4.7282053"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432772544_20432772544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772544'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '16.464444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7282053'^^xsd:double;
  dwc:latitude '52.8050569'^^xsd:double;
  dwc:coordinatePrecision '6.2'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772544'^^xsd:integer;
  dwc:observationDate '2012-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776353_20432776353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776353_20432776353> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776353_20432776353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8049719 4.7282252)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8049719"^^xsd:decimal ;
  dwc:decimalLongitude "4.7282252"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432776353_20432776353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8049719 4.7282252)"^^geo:wktLiteral ;
  geo-pos:lat "52.8049719"^^xsd:decimal ;
  geo-pos:long "4.7282252"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432776353_20432776353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776353'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.2269444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7282252'^^xsd:double;
  dwc:latitude '52.8049719'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776353'^^xsd:integer;
  dwc:observationDate '2012-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773290_20432773290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773290_20432773290> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773290_20432773290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8049623 4.728344)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8049623"^^xsd:decimal ;
  dwc:decimalLongitude "4.728344"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432773290_20432773290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8049623 4.728344)"^^geo:wktLiteral ;
  geo-pos:lat "52.8049623"^^xsd:decimal ;
  geo-pos:long "4.728344"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432773290_20432773290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773290'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.3669444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.728344'^^xsd:double;
  dwc:latitude '52.8049623'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773290'^^xsd:integer;
  dwc:observationDate '2012-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777206_20432777206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777206_20432777206> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777206_20432777206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8051432 4.7283725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8051432"^^xsd:decimal ;
  dwc:decimalLongitude "4.7283725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777206_20432777206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8051432 4.7283725)"^^geo:wktLiteral ;
  geo-pos:lat "52.8051432"^^xsd:decimal ;
  geo-pos:long "4.7283725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777206_20432777206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777206'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.6991666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7283725'^^xsd:double;
  dwc:latitude '52.8051432'^^xsd:double;
  dwc:coordinatePrecision '5.7'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777206'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766673_20432766673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766673_20432766673> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766673_20432766673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050098 4.7285014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8050098"^^xsd:decimal ;
  dwc:decimalLongitude "4.7285014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432766673_20432766673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050098 4.7285014)"^^geo:wktLiteral ;
  geo-pos:lat "52.8050098"^^xsd:decimal ;
  geo-pos:long "4.7285014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432766673_20432766673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766673'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13.294444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7285014'^^xsd:double;
  dwc:latitude '52.8050098'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766673'^^xsd:integer;
  dwc:observationDate '2011-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776439_20432776439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776439_20432776439> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776439_20432776439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8051097 4.7285766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8051097"^^xsd:decimal ;
  dwc:decimalLongitude "4.7285766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "12"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432776439_20432776439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8051097 4.7285766)"^^geo:wktLiteral ;
  geo-pos:lat "52.8051097"^^xsd:decimal ;
  geo-pos:long "4.7285766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "12"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432776439_20432776439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776439'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '14.316111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7285766'^^xsd:double;
  dwc:latitude '52.8051097'^^xsd:double;
  dwc:coordinatePrecision '12'^^xsd:integer;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776439'^^xsd:integer;
  dwc:observationDate '2012-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781918_20432781918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781918_20432781918> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781918_20432781918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9606087 4.7286549)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9606087"^^xsd:decimal ;
  dwc:decimalLongitude "4.7286549"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781918_20432781918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9606087 4.7286549)"^^geo:wktLiteral ;
  geo-pos:lat "52.9606087"^^xsd:decimal ;
  geo-pos:long "4.7286549"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781918_20432781918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781918'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.036666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7286549'^^xsd:double;
  dwc:latitude '52.9606087'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781918'^^xsd:integer;
  dwc:observationDate '2012-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777432_20432777432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777432_20432777432> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777432_20432777432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805102 4.7286695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.805102"^^xsd:decimal ;
  dwc:decimalLongitude "4.7286695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777432_20432777432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805102 4.7286695)"^^geo:wktLiteral ;
  geo-pos:lat "52.805102"^^xsd:decimal ;
  geo-pos:long "4.7286695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777432_20432777432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777432'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.9777777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7286695'^^xsd:double;
  dwc:latitude '52.805102'^^xsd:double;
  dwc:coordinatePrecision '2.9'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777432'^^xsd:integer;
  dwc:observationDate '2012-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773844_20432773844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773844_20432773844> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773844_20432773844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050163 4.7286729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8050163"^^xsd:decimal ;
  dwc:decimalLongitude "4.7286729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432773844_20432773844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050163 4.7286729)"^^geo:wktLiteral ;
  geo-pos:lat "52.8050163"^^xsd:decimal ;
  geo-pos:long "4.7286729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432773844_20432773844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773844'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '12.211666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7286729'^^xsd:double;
  dwc:latitude '52.8050163'^^xsd:double;
  dwc:coordinatePrecision '8.1'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773844'^^xsd:integer;
  dwc:observationDate '2012-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777436_20432777436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777436_20432777436> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777436_20432777436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8051961 4.7287061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8051961"^^xsd:decimal ;
  dwc:decimalLongitude "4.7287061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777436_20432777436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8051961 4.7287061)"^^geo:wktLiteral ;
  geo-pos:lat "52.8051961"^^xsd:decimal ;
  geo-pos:long "4.7287061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777436_20432777436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777436'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.4905555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7287061'^^xsd:double;
  dwc:latitude '52.8051961'^^xsd:double;
  dwc:coordinatePrecision '8.4'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777436'^^xsd:integer;
  dwc:observationDate '2012-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766686_20432766686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766686_20432766686> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766686_20432766686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8052257 4.7287201)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8052257"^^xsd:decimal ;
  dwc:decimalLongitude "4.7287201"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432766686_20432766686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8052257 4.7287201)"^^geo:wktLiteral ;
  geo-pos:lat "52.8052257"^^xsd:decimal ;
  geo-pos:long "4.7287201"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432766686_20432766686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766686'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.304722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7287201'^^xsd:double;
  dwc:latitude '52.8052257'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766686'^^xsd:integer;
  dwc:observationDate '2011-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766889_20432766889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766889_20432766889> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766889_20432766889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050936 4.7287307)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8050936"^^xsd:decimal ;
  dwc:decimalLongitude "4.7287307"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432766889_20432766889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050936 4.7287307)"^^geo:wktLiteral ;
  geo-pos:lat "52.8050936"^^xsd:decimal ;
  geo-pos:long "4.7287307"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432766889_20432766889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766889'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8.9788888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7287307'^^xsd:double;
  dwc:latitude '52.8050936'^^xsd:double;
  dwc:coordinatePrecision '4.9'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766889'^^xsd:integer;
  dwc:observationDate '2011-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776394_20432776394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776394_20432776394> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776394_20432776394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8051795 4.7288163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8051795"^^xsd:decimal ;
  dwc:decimalLongitude "4.7288163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432776394_20432776394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8051795 4.7288163)"^^geo:wktLiteral ;
  geo-pos:lat "52.8051795"^^xsd:decimal ;
  geo-pos:long "4.7288163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432776394_20432776394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776394'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.269444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7288163'^^xsd:double;
  dwc:latitude '52.8051795'^^xsd:double;
  dwc:coordinatePrecision '7.9'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776394'^^xsd:integer;
  dwc:observationDate '2012-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782665_20432782665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782665_20432782665> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782665_20432782665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9604136 4.7288239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9604136"^^xsd:decimal ;
  dwc:decimalLongitude "4.7288239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782665_20432782665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9604136 4.7288239)"^^geo:wktLiteral ;
  geo-pos:lat "52.9604136"^^xsd:decimal ;
  geo-pos:long "4.7288239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782665_20432782665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782665'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '8.295'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7288239'^^xsd:double;
  dwc:latitude '52.9604136'^^xsd:double;
  dwc:coordinatePrecision '5.7'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782665'^^xsd:integer;
  dwc:observationDate '2012-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782446_20432782446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782446_20432782446> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782446_20432782446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9603278 4.72884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9603278"^^xsd:decimal ;
  dwc:decimalLongitude "4.72884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782446_20432782446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9603278 4.72884)"^^geo:wktLiteral ;
  geo-pos:lat "52.9603278"^^xsd:decimal ;
  geo-pos:long "4.72884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782446_20432782446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782446'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '22.225'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.72884'^^xsd:double;
  dwc:latitude '52.9603278'^^xsd:double;
  dwc:coordinatePrecision '7.9'^^xsd:double;
  dwc:minimumElevation '4'^^xsd:integer;
  dwc:maximumElevation '4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782446'^^xsd:integer;
  dwc:observationDate '2012-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773321_20432773321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773321_20432773321> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773321_20432773321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8051591 4.7288921)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8051591"^^xsd:decimal ;
  dwc:decimalLongitude "4.7288921"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432773321_20432773321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8051591 4.7288921)"^^geo:wktLiteral ;
  geo-pos:lat "52.8051591"^^xsd:decimal ;
  geo-pos:long "4.7288921"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432773321_20432773321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773321'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.441666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7288921'^^xsd:double;
  dwc:latitude '52.8051591'^^xsd:double;
  dwc:coordinatePrecision '6.1'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773321'^^xsd:integer;
  dwc:observationDate '2012-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766660_20432766660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766660_20432766660> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766660_20432766660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8052111 4.7289084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8052111"^^xsd:decimal ;
  dwc:decimalLongitude "4.7289084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432766660_20432766660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8052111 4.7289084)"^^geo:wktLiteral ;
  geo-pos:lat "52.8052111"^^xsd:decimal ;
  geo-pos:long "4.7289084"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432766660_20432766660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766660'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.2875'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7289084'^^xsd:double;
  dwc:latitude '52.8052111'^^xsd:double;
  dwc:coordinatePrecision '6.9'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766660'^^xsd:integer;
  dwc:observationDate '2011-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777718_20432777718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777718_20432777718> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777718_20432777718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053319 4.7289231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8053319"^^xsd:decimal ;
  dwc:decimalLongitude "4.7289231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777718_20432777718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053319 4.7289231)"^^geo:wktLiteral ;
  geo-pos:lat "52.8053319"^^xsd:decimal ;
  geo-pos:long "4.7289231"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777718_20432777718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777718'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.335'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7289231'^^xsd:double;
  dwc:latitude '52.8053319'^^xsd:double;
  dwc:coordinatePrecision '4.9'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777718'^^xsd:integer;
  dwc:observationDate '2012-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777007_20432777007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777007_20432777007> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777007_20432777007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8051397 4.7289318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8051397"^^xsd:decimal ;
  dwc:decimalLongitude "4.7289318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777007_20432777007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8051397 4.7289318)"^^geo:wktLiteral ;
  geo-pos:lat "52.8051397"^^xsd:decimal ;
  geo-pos:long "4.7289318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777007_20432777007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777007'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '15.047777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7289318'^^xsd:double;
  dwc:latitude '52.8051397'^^xsd:double;
  dwc:coordinatePrecision '7.1'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777007'^^xsd:integer;
  dwc:observationDate '2012-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777442_20432777442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777442_20432777442> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777442_20432777442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050949 4.7289476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8050949"^^xsd:decimal ;
  dwc:decimalLongitude "4.7289476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777442_20432777442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050949 4.7289476)"^^geo:wktLiteral ;
  geo-pos:lat "52.8050949"^^xsd:decimal ;
  geo-pos:long "4.7289476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777442_20432777442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777442'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.005277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7289476'^^xsd:double;
  dwc:latitude '52.8050949'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777442'^^xsd:integer;
  dwc:observationDate '2012-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777733_20432777733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777733_20432777733> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777733_20432777733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053013 4.7289535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8053013"^^xsd:decimal ;
  dwc:decimalLongitude "4.7289535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777733_20432777733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053013 4.7289535)"^^geo:wktLiteral ;
  geo-pos:lat "52.8053013"^^xsd:decimal ;
  geo-pos:long "4.7289535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777733_20432777733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777733'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.348333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7289535'^^xsd:double;
  dwc:latitude '52.8053013'^^xsd:double;
  dwc:coordinatePrecision '4.8'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777733'^^xsd:integer;
  dwc:observationDate '2012-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777281_20432777281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777281_20432777281> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777281_20432777281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805518 4.7290141)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.805518"^^xsd:decimal ;
  dwc:decimalLongitude "4.7290141"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777281_20432777281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805518 4.7290141)"^^geo:wktLiteral ;
  geo-pos:lat "52.805518"^^xsd:decimal ;
  geo-pos:long "4.7290141"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777281_20432777281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777281'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.818333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7290141'^^xsd:double;
  dwc:latitude '52.805518'^^xsd:double;
  dwc:coordinatePrecision '5.8'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777281'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773286_20432773286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773286_20432773286> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773286_20432773286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8051458 4.7290193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8051458"^^xsd:decimal ;
  dwc:decimalLongitude "4.7290193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "15.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432773286_20432773286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8051458 4.7290193)"^^geo:wktLiteral ;
  geo-pos:lat "52.8051458"^^xsd:decimal ;
  geo-pos:long "4.7290193"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "15.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432773286_20432773286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773286'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.3561111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7290193'^^xsd:double;
  dwc:latitude '52.8051458'^^xsd:double;
  dwc:coordinatePrecision '15.8'^^xsd:double;
  dwc:minimumElevation '5'^^xsd:integer;
  dwc:maximumElevation '5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773286'^^xsd:integer;
  dwc:observationDate '2012-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772355_20432772355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772355_20432772355> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772355_20432772355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054298 4.7290269)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8054298"^^xsd:decimal ;
  dwc:decimalLongitude "4.7290269"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432772355_20432772355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054298 4.7290269)"^^geo:wktLiteral ;
  geo-pos:lat "52.8054298"^^xsd:decimal ;
  geo-pos:long "4.7290269"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432772355_20432772355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772355'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.218333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7290269'^^xsd:double;
  dwc:latitude '52.8054298'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772355'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776380_20432776380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776380_20432776380> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776380_20432776380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8049682 4.7290665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8049682"^^xsd:decimal ;
  dwc:decimalLongitude "4.7290665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432776380_20432776380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8049682 4.7290665)"^^geo:wktLiteral ;
  geo-pos:lat "52.8049682"^^xsd:decimal ;
  geo-pos:long "4.7290665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432776380_20432776380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776380'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.258611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7290665'^^xsd:double;
  dwc:latitude '52.8049682'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776380'^^xsd:integer;
  dwc:observationDate '2012-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766878_20432766878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766878_20432766878> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766878_20432766878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054857 4.7290665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8054857"^^xsd:decimal ;
  dwc:decimalLongitude "4.7290665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432766878_20432766878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054857 4.7290665)"^^geo:wktLiteral ;
  geo-pos:lat "52.8054857"^^xsd:decimal ;
  geo-pos:long "4.7290665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432766878_20432766878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766878'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.9769444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7290665'^^xsd:double;
  dwc:latitude '52.8054857'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766878'^^xsd:integer;
  dwc:observationDate '2011-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767926_20432767926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767926_20432767926> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767926_20432767926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8048986 4.7291202)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8048986"^^xsd:decimal ;
  dwc:decimalLongitude "4.7291202"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767926_20432767926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8048986 4.7291202)"^^geo:wktLiteral ;
  geo-pos:lat "52.8048986"^^xsd:decimal ;
  geo-pos:long "4.7291202"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767926_20432767926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767926'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '9.48'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7291202'^^xsd:double;
  dwc:latitude '52.8048986'^^xsd:double;
  dwc:coordinatePrecision '8.2'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767926'^^xsd:integer;
  dwc:observationDate '2011-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772069_20432772069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772069_20432772069> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772069_20432772069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805384 4.7291209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.805384"^^xsd:decimal ;
  dwc:decimalLongitude "4.7291209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432772069_20432772069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805384 4.7291209)"^^geo:wktLiteral ;
  geo-pos:lat "52.805384"^^xsd:decimal ;
  geo-pos:long "4.7291209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432772069_20432772069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772069'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '16.250277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7291209'^^xsd:double;
  dwc:latitude '52.805384'^^xsd:double;
  dwc:coordinatePrecision '6.3'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772069'^^xsd:integer;
  dwc:observationDate '2012-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777791_20432777791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777791_20432777791> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777791_20432777791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054821 4.7291632)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8054821"^^xsd:decimal ;
  dwc:decimalLongitude "4.7291632"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777791_20432777791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054821 4.7291632)"^^geo:wktLiteral ;
  geo-pos:lat "52.8054821"^^xsd:decimal ;
  geo-pos:long "4.7291632"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777791_20432777791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777791'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '15.389166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7291632'^^xsd:double;
  dwc:latitude '52.8054821'^^xsd:double;
  dwc:coordinatePrecision '5.9'^^xsd:double;
  dwc:minimumElevation '-36'^^xsd:integer;
  dwc:maximumElevation '-36'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777791'^^xsd:integer;
  dwc:observationDate '2012-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776086_20432776086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776086_20432776086> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776086_20432776086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054198 4.7291964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8054198"^^xsd:decimal ;
  dwc:decimalLongitude "4.7291964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "13"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432776086_20432776086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054198 4.7291964)"^^geo:wktLiteral ;
  geo-pos:lat "52.8054198"^^xsd:decimal ;
  geo-pos:long "4.7291964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "13"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432776086_20432776086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776086'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.006111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7291964'^^xsd:double;
  dwc:latitude '52.8054198'^^xsd:double;
  dwc:coordinatePrecision '13'^^xsd:integer;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776086'^^xsd:integer;
  dwc:observationDate '2012-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766017_20432766017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766017_20432766017> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766017_20432766017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054924 4.7292013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8054924"^^xsd:decimal ;
  dwc:decimalLongitude "4.7292013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432766017_20432766017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054924 4.7292013)"^^geo:wktLiteral ;
  geo-pos:lat "52.8054924"^^xsd:decimal ;
  geo-pos:long "4.7292013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432766017_20432766017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766017'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '13.995'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7292013'^^xsd:double;
  dwc:latitude '52.8054924'^^xsd:double;
  dwc:coordinatePrecision '7'^^xsd:integer;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766017'^^xsd:integer;
  dwc:observationDate '2011-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782032_20432782032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782032_20432782032> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782032_20432782032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9610324 4.7292096)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9610324"^^xsd:decimal ;
  dwc:decimalLongitude "4.7292096"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782032_20432782032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9610324 4.7292096)"^^geo:wktLiteral ;
  geo-pos:lat "52.9610324"^^xsd:decimal ;
  geo-pos:long "4.7292096"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782032_20432782032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782032'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.185'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7292096'^^xsd:double;
  dwc:latitude '52.9610324'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782032'^^xsd:integer;
  dwc:observationDate '2012-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767723_20432767723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767723_20432767723> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767723_20432767723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056821 4.7292406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056821"^^xsd:decimal ;
  dwc:decimalLongitude "4.7292406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767723_20432767723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056821 4.7292406)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056821"^^xsd:decimal ;
  geo-pos:long "4.7292406"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767723_20432767723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767723'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '7.2219444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7292406'^^xsd:double;
  dwc:latitude '52.8056821'^^xsd:double;
  dwc:coordinatePrecision '10.7'^^xsd:double;
  dwc:minimumElevation '12'^^xsd:integer;
  dwc:maximumElevation '12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767723'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782418_20432782418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782418_20432782418> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782418_20432782418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9608905 4.7292851)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9608905"^^xsd:decimal ;
  dwc:decimalLongitude "4.7292851"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782418_20432782418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9608905 4.7292851)"^^geo:wktLiteral ;
  geo-pos:lat "52.9608905"^^xsd:decimal ;
  geo-pos:long "4.7292851"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782418_20432782418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782418'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '17.151666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7292851'^^xsd:double;
  dwc:latitude '52.9608905'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782418'^^xsd:integer;
  dwc:observationDate '2012-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773465_20432773465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773465_20432773465> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773465_20432773465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054881 4.7293577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8054881"^^xsd:decimal ;
  dwc:decimalLongitude "4.7293577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432773465_20432773465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054881 4.7293577)"^^geo:wktLiteral ;
  geo-pos:lat "52.8054881"^^xsd:decimal ;
  geo-pos:long "4.7293577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432773465_20432773465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773465'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.136111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7293577'^^xsd:double;
  dwc:latitude '52.8054881'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773465'^^xsd:integer;
  dwc:observationDate '2012-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766929_20432766929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766929_20432766929> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766929_20432766929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055057 4.7294555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055057"^^xsd:decimal ;
  dwc:decimalLongitude "4.7294555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432766929_20432766929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055057 4.7294555)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055057"^^xsd:decimal ;
  geo-pos:long "4.7294555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432766929_20432766929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766929'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.415'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7294555'^^xsd:double;
  dwc:latitude '52.8055057'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766929'^^xsd:integer;
  dwc:observationDate '2011-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777255_20432777255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777255_20432777255> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777255_20432777255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056068 4.7294911)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056068"^^xsd:decimal ;
  dwc:decimalLongitude "4.7294911"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777255_20432777255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056068 4.7294911)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056068"^^xsd:decimal ;
  geo-pos:long "4.7294911"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777255_20432777255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777255'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '14.293333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7294911'^^xsd:double;
  dwc:latitude '52.8056068'^^xsd:double;
  dwc:coordinatePrecision '5.6'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777255'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776346_20432776346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776346_20432776346> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776346_20432776346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055935 4.7295044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055935"^^xsd:decimal ;
  dwc:decimalLongitude "4.7295044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432776346_20432776346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055935 4.7295044)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055935"^^xsd:decimal ;
  geo-pos:long "4.7295044"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432776346_20432776346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776346'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.7266666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7295044'^^xsd:double;
  dwc:latitude '52.8055935'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776346'^^xsd:integer;
  dwc:observationDate '2012-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776099_20432776099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776099_20432776099> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776099_20432776099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055667 4.7295071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055667"^^xsd:decimal ;
  dwc:decimalLongitude "4.7295071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432776099_20432776099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055667 4.7295071)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055667"^^xsd:decimal ;
  geo-pos:long "4.7295071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432776099_20432776099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776099'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.018611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7295071'^^xsd:double;
  dwc:latitude '52.8055667'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776099'^^xsd:integer;
  dwc:observationDate '2012-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777692_20432777692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777692_20432777692> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777692_20432777692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056277 4.7295094)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056277"^^xsd:decimal ;
  dwc:decimalLongitude "4.7295094"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777692_20432777692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056277 4.7295094)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056277"^^xsd:decimal ;
  geo-pos:long "4.7295094"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777692_20432777692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777692'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.2869444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7295094'^^xsd:double;
  dwc:latitude '52.8056277'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777692'^^xsd:integer;
  dwc:observationDate '2012-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773505_20432773505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773505_20432773505> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773505_20432773505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056065 4.7295151)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056065"^^xsd:decimal ;
  dwc:decimalLongitude "4.7295151"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432773505_20432773505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056065 4.7295151)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056065"^^xsd:decimal ;
  geo-pos:long "4.7295151"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432773505_20432773505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773505'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15.163333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7295151'^^xsd:double;
  dwc:latitude '52.8056065'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773505'^^xsd:integer;
  dwc:observationDate '2012-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773495_20432773495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773495_20432773495> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773495_20432773495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055949 4.7295332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055949"^^xsd:decimal ;
  dwc:decimalLongitude "4.7295332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432773495_20432773495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055949 4.7295332)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055949"^^xsd:decimal ;
  geo-pos:long "4.7295332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432773495_20432773495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773495'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.1525'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7295332'^^xsd:double;
  dwc:latitude '52.8055949'^^xsd:double;
  dwc:coordinatePrecision '4.8'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773495'^^xsd:integer;
  dwc:observationDate '2012-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766916_20432766916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766916_20432766916> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766916_20432766916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058118 4.7295563)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8058118"^^xsd:decimal ;
  dwc:decimalLongitude "4.7295563"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "18.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432766916_20432766916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058118 4.7295563)"^^geo:wktLiteral ;
  geo-pos:lat "52.8058118"^^xsd:decimal ;
  geo-pos:long "4.7295563"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "18.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432766916_20432766916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766916'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '11.401111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7295563'^^xsd:double;
  dwc:latitude '52.8058118'^^xsd:double;
  dwc:coordinatePrecision '18.5'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766916'^^xsd:integer;
  dwc:observationDate '2011-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781993_20432781993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781993_20432781993> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781993_20432781993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.961439 4.7295565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.961439"^^xsd:decimal ;
  dwc:decimalLongitude "4.7295565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781993_20432781993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.961439 4.7295565)"^^geo:wktLiteral ;
  geo-pos:lat "52.961439"^^xsd:decimal ;
  geo-pos:long "4.7295565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781993_20432781993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781993'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '7.1933333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7295565'^^xsd:double;
  dwc:latitude '52.961439'^^xsd:double;
  dwc:coordinatePrecision '2.5'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781993'^^xsd:integer;
  dwc:observationDate '2012-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767739_20432767739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767739_20432767739> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767739_20432767739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055466 4.7295696)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055466"^^xsd:decimal ;
  dwc:decimalLongitude "4.7295696"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767739_20432767739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055466 4.7295696)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055466"^^xsd:decimal ;
  geo-pos:long "4.7295696"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767739_20432767739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767739'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.261666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7295696'^^xsd:double;
  dwc:latitude '52.8055466'^^xsd:double;
  dwc:coordinatePrecision '10.5'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767739'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777777_20432777777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777777_20432777777> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777777_20432777777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057093 4.7296599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8057093"^^xsd:decimal ;
  dwc:decimalLongitude "4.7296599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777777_20432777777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057093 4.7296599)"^^geo:wktLiteral ;
  geo-pos:lat "52.8057093"^^xsd:decimal ;
  geo-pos:long "4.7296599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777777_20432777777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777777'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.375833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7296599'^^xsd:double;
  dwc:latitude '52.8057093'^^xsd:double;
  dwc:coordinatePrecision '7.9'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777777'^^xsd:integer;
  dwc:observationDate '2012-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767935_20432767935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767935_20432767935> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767935_20432767935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8044017 4.7296854)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8044017"^^xsd:decimal ;
  dwc:decimalLongitude "4.7296854"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767935_20432767935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8044017 4.7296854)"^^geo:wktLiteral ;
  geo-pos:lat "52.8044017"^^xsd:decimal ;
  geo-pos:long "4.7296854"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767935_20432767935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767935'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '10.494444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7296854'^^xsd:double;
  dwc:latitude '52.8044017'^^xsd:double;
  dwc:coordinatePrecision '2.9'^^xsd:double;
  dwc:minimumElevation '8'^^xsd:integer;
  dwc:maximumElevation '8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767935'^^xsd:integer;
  dwc:observationDate '2011-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776425_20432776425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776425_20432776425> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776425_20432776425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057536 4.7297087)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8057536"^^xsd:decimal ;
  dwc:decimalLongitude "4.7297087"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432776425_20432776425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057536 4.7297087)"^^geo:wktLiteral ;
  geo-pos:lat "52.8057536"^^xsd:decimal ;
  geo-pos:long "4.7297087"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432776425_20432776425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776425'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.309722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7297087'^^xsd:double;
  dwc:latitude '52.8057536'^^xsd:double;
  dwc:coordinatePrecision '4.8'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776425'^^xsd:integer;
  dwc:observationDate '2012-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777704_20432777704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777704_20432777704> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777704_20432777704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058066 4.7297509)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8058066"^^xsd:decimal ;
  dwc:decimalLongitude "4.7297509"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777704_20432777704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058066 4.7297509)"^^geo:wktLiteral ;
  geo-pos:lat "52.8058066"^^xsd:decimal ;
  geo-pos:long "4.7297509"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777704_20432777704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777704'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.32'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7297509'^^xsd:double;
  dwc:latitude '52.8058066'^^xsd:double;
  dwc:coordinatePrecision '5'^^xsd:integer;
  dwc:minimumElevation '4'^^xsd:integer;
  dwc:maximumElevation '4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777704'^^xsd:integer;
  dwc:observationDate '2012-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766430_20432766430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766430_20432766430> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766430_20432766430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056776 4.7297866)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056776"^^xsd:decimal ;
  dwc:decimalLongitude "4.7297866"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432766430_20432766430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056776 4.7297866)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056776"^^xsd:decimal ;
  geo-pos:long "4.7297866"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432766430_20432766430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766430'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.246944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7297866'^^xsd:double;
  dwc:latitude '52.8056776'^^xsd:double;
  dwc:coordinatePrecision '6.1'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766430'^^xsd:integer;
  dwc:observationDate '2011-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776113_20432776113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776113_20432776113> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776113_20432776113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8042423 4.7298102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8042423"^^xsd:decimal ;
  dwc:decimalLongitude "4.7298102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432776113_20432776113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8042423 4.7298102)"^^geo:wktLiteral ;
  geo-pos:lat "52.8042423"^^xsd:decimal ;
  geo-pos:long "4.7298102"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432776113_20432776113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776113'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12.021111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7298102'^^xsd:double;
  dwc:latitude '52.8042423'^^xsd:double;
  dwc:coordinatePrecision '5.8'^^xsd:double;
  dwc:minimumElevation '-20'^^xsd:integer;
  dwc:maximumElevation '-20'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776113'^^xsd:integer;
  dwc:observationDate '2012-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777196_20432777196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777196_20432777196> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777196_20432777196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8041811 4.7300611)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8041811"^^xsd:decimal ;
  dwc:decimalLongitude "4.7300611"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777196_20432777196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8041811 4.7300611)"^^geo:wktLiteral ;
  geo-pos:lat "52.8041811"^^xsd:decimal ;
  geo-pos:long "4.7300611"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777196_20432777196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777196'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8.6933333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7300611'^^xsd:double;
  dwc:latitude '52.8041811'^^xsd:double;
  dwc:coordinatePrecision '5'^^xsd:integer;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777196'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776949_20432776949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776949_20432776949> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776949_20432776949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8040251 4.7301768)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8040251"^^xsd:decimal ;
  dwc:decimalLongitude "4.7301768"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432776949_20432776949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8040251 4.7301768)"^^geo:wktLiteral ;
  geo-pos:lat "52.8040251"^^xsd:decimal ;
  geo-pos:long "4.7301768"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432776949_20432776949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776949'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '10.995'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7301768'^^xsd:double;
  dwc:latitude '52.8040251'^^xsd:double;
  dwc:coordinatePrecision '7.6'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776949'^^xsd:integer;
  dwc:observationDate '2012-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777216_20432777216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777216_20432777216> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777216_20432777216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8026917 4.7301938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8026917"^^xsd:decimal ;
  dwc:decimalLongitude "4.7301938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777216_20432777216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8026917 4.7301938)"^^geo:wktLiteral ;
  geo-pos:lat "52.8026917"^^xsd:decimal ;
  geo-pos:long "4.7301938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777216_20432777216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777216'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10.616944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7301938'^^xsd:double;
  dwc:latitude '52.8026917'^^xsd:double;
  dwc:coordinatePrecision '7.4'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777216'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432765982_20432765982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432765982_20432765982> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432765982_20432765982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.806213 4.7304874)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.806213"^^xsd:decimal ;
  dwc:decimalLongitude "4.7304874"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "36.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432765982_20432765982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.806213 4.7304874)"^^geo:wktLiteral ;
  geo-pos:lat "52.806213"^^xsd:decimal ;
  geo-pos:long "4.7304874"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "36.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432765982_20432765982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432765982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432765982'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '8.3972222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7304874'^^xsd:double;
  dwc:latitude '52.806213'^^xsd:double;
  dwc:coordinatePrecision '36.7'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432765982'^^xsd:integer;
  dwc:observationDate '2011-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776954_20432776954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776954_20432776954> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776954_20432776954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8037019 4.7305441)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8037019"^^xsd:decimal ;
  dwc:decimalLongitude "4.7305441"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432776954_20432776954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8037019 4.7305441)"^^geo:wktLiteral ;
  geo-pos:lat "52.8037019"^^xsd:decimal ;
  geo-pos:long "4.7305441"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432776954_20432776954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776954'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.493333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7305441'^^xsd:double;
  dwc:latitude '52.8037019'^^xsd:double;
  dwc:coordinatePrecision '7.8'^^xsd:double;
  dwc:minimumElevation '-19'^^xsd:integer;
  dwc:maximumElevation '-19'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776954'^^xsd:integer;
  dwc:observationDate '2012-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432765976_20432765976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432765976_20432765976> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432765976_20432765976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8063366 4.730645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8063366"^^xsd:decimal ;
  dwc:decimalLongitude "4.730645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432765976_20432765976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8063366 4.730645)"^^geo:wktLiteral ;
  geo-pos:lat "52.8063366"^^xsd:decimal ;
  geo-pos:long "4.730645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432765976_20432765976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432765976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432765976'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '7.3788888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.730645'^^xsd:double;
  dwc:latitude '52.8063366'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432765976'^^xsd:integer;
  dwc:observationDate '2011-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777232_20432777232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777232_20432777232> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777232_20432777232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065671 4.7306459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8065671"^^xsd:decimal ;
  dwc:decimalLongitude "4.7306459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777232_20432777232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065671 4.7306459)"^^geo:wktLiteral ;
  geo-pos:lat "52.8065671"^^xsd:decimal ;
  geo-pos:long "4.7306459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "9.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777232_20432777232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777232'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.281111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7306459'^^xsd:double;
  dwc:latitude '52.8065671'^^xsd:double;
  dwc:coordinatePrecision '9.7'^^xsd:double;
  dwc:minimumElevation '-28'^^xsd:integer;
  dwc:maximumElevation '-28'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777232'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782452_20432782452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782452_20432782452> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782452_20432782452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9624922 4.7306476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9624922"^^xsd:decimal ;
  dwc:decimalLongitude "4.7306476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782452_20432782452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9624922 4.7306476)"^^geo:wktLiteral ;
  geo-pos:lat "52.9624922"^^xsd:decimal ;
  geo-pos:long "4.7306476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782452_20432782452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782452'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '23.235'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7306476'^^xsd:double;
  dwc:latitude '52.9624922'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782452'^^xsd:integer;
  dwc:observationDate '2012-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766025_20432766025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766025_20432766025> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766025_20432766025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065746 4.7306862)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8065746"^^xsd:decimal ;
  dwc:decimalLongitude "4.7306862"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432766025_20432766025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065746 4.7306862)"^^geo:wktLiteral ;
  geo-pos:lat "52.8065746"^^xsd:decimal ;
  geo-pos:long "4.7306862"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432766025_20432766025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766025'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '14.998055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7306862'^^xsd:double;
  dwc:latitude '52.8065746'^^xsd:double;
  dwc:coordinatePrecision '8.5'^^xsd:double;
  dwc:minimumElevation '-34'^^xsd:integer;
  dwc:maximumElevation '-34'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766025'^^xsd:integer;
  dwc:observationDate '2011-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776409_20432776409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776409_20432776409> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776409_20432776409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065238 4.7307042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8065238"^^xsd:decimal ;
  dwc:decimalLongitude "4.7307042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432776409_20432776409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065238 4.7307042)"^^geo:wktLiteral ;
  geo-pos:lat "52.8065238"^^xsd:decimal ;
  geo-pos:long "4.7307042"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432776409_20432776409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776409'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.301666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7307042'^^xsd:double;
  dwc:latitude '52.8065238'^^xsd:double;
  dwc:coordinatePrecision '6.9'^^xsd:double;
  dwc:minimumElevation '-64'^^xsd:integer;
  dwc:maximumElevation '-64'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776409'^^xsd:integer;
  dwc:observationDate '2012-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772120_20432772120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772120_20432772120> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772120_20432772120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8063624 4.7307355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8063624"^^xsd:decimal ;
  dwc:decimalLongitude "4.7307355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432772120_20432772120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8063624 4.7307355)"^^geo:wktLiteral ;
  geo-pos:lat "52.8063624"^^xsd:decimal ;
  geo-pos:long "4.7307355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432772120_20432772120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772120'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '7.3963888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7307355'^^xsd:double;
  dwc:latitude '52.8063624'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772120'^^xsd:integer;
  dwc:observationDate '2012-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766602_20432766602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766602_20432766602> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766602_20432766602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8064243 4.7308021)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8064243"^^xsd:decimal ;
  dwc:decimalLongitude "4.7308021"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432766602_20432766602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8064243 4.7308021)"^^geo:wktLiteral ;
  geo-pos:lat "52.8064243"^^xsd:decimal ;
  geo-pos:long "4.7308021"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432766602_20432766602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766602'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '7.4433333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7308021'^^xsd:double;
  dwc:latitude '52.8064243'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766602'^^xsd:integer;
  dwc:observationDate '2011-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767909_20432767909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767909_20432767909> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767909_20432767909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8064386 4.7308124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8064386"^^xsd:decimal ;
  dwc:decimalLongitude "4.7308124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767909_20432767909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8064386 4.7308124)"^^geo:wktLiteral ;
  geo-pos:lat "52.8064386"^^xsd:decimal ;
  geo-pos:long "4.7308124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767909_20432767909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767909'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '7.4744444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7308124'^^xsd:double;
  dwc:latitude '52.8064386'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767909'^^xsd:integer;
  dwc:observationDate '2011-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777271_20432777271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777271_20432777271> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777271_20432777271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8064243 4.7308153)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8064243"^^xsd:decimal ;
  dwc:decimalLongitude "4.7308153"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777271_20432777271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8064243 4.7308153)"^^geo:wktLiteral ;
  geo-pos:lat "52.8064243"^^xsd:decimal ;
  geo-pos:long "4.7308153"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777271_20432777271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777271'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15.809444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7308153'^^xsd:double;
  dwc:latitude '52.8064243'^^xsd:double;
  dwc:coordinatePrecision '5.8'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777271'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766453_20432766453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766453_20432766453> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766453_20432766453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8064592 4.7308232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8064592"^^xsd:decimal ;
  dwc:decimalLongitude "4.7308232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432766453_20432766453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8064592 4.7308232)"^^geo:wktLiteral ;
  geo-pos:lat "52.8064592"^^xsd:decimal ;
  geo-pos:long "4.7308232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432766453_20432766453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766453'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '15.283611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7308232'^^xsd:double;
  dwc:latitude '52.8064592'^^xsd:double;
  dwc:coordinatePrecision '4.8'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766453'^^xsd:integer;
  dwc:observationDate '2011-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432765988_20432765988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432765988_20432765988> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432765988_20432765988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8064762 4.7308244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8064762"^^xsd:decimal ;
  dwc:decimalLongitude "4.7308244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432765988_20432765988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8064762 4.7308244)"^^geo:wktLiteral ;
  geo-pos:lat "52.8064762"^^xsd:decimal ;
  geo-pos:long "4.7308244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432765988_20432765988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432765988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432765988'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.4077777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7308244'^^xsd:double;
  dwc:latitude '52.8064762'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432765988'^^xsd:integer;
  dwc:observationDate '2011-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772064_20432772064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772064_20432772064> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772064_20432772064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065223 4.7308309)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8065223"^^xsd:decimal ;
  dwc:decimalLongitude "4.7308309"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432772064_20432772064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065223 4.7308309)"^^geo:wktLiteral ;
  geo-pos:lat "52.8065223"^^xsd:decimal ;
  geo-pos:long "4.7308309"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432772064_20432772064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772064'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '15.236666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7308309'^^xsd:double;
  dwc:latitude '52.8065223'^^xsd:double;
  dwc:coordinatePrecision '3.5'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772064'^^xsd:integer;
  dwc:observationDate '2012-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777221_20432777221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777221_20432777221> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777221_20432777221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.80645 4.7308802)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.80645"^^xsd:decimal ;
  dwc:decimalLongitude "4.7308802"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777221_20432777221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.80645 4.7308802)"^^geo:wktLiteral ;
  geo-pos:lat "52.80645"^^xsd:decimal ;
  geo-pos:long "4.7308802"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777221_20432777221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777221'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '11.269444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7308802'^^xsd:double;
  dwc:latitude '52.80645'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777221'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771740_20432771740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771740_20432771740> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771740_20432771740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8064359 4.7308967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8064359"^^xsd:decimal ;
  dwc:decimalLongitude "4.7308967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432771740_20432771740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8064359 4.7308967)"^^geo:wktLiteral ;
  geo-pos:lat "52.8064359"^^xsd:decimal ;
  geo-pos:long "4.7308967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432771740_20432771740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771740'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '7.7666666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7308967'^^xsd:double;
  dwc:latitude '52.8064359'^^xsd:double;
  dwc:coordinatePrecision '8.3'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771740'^^xsd:integer;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777488_20432777488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777488_20432777488> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777488_20432777488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065862 4.7309017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8065862"^^xsd:decimal ;
  dwc:decimalLongitude "4.7309017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777488_20432777488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065862 4.7309017)"^^geo:wktLiteral ;
  geo-pos:lat "52.8065862"^^xsd:decimal ;
  geo-pos:long "4.7309017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777488_20432777488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777488'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '14.07'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7309017'^^xsd:double;
  dwc:latitude '52.8065862'^^xsd:double;
  dwc:coordinatePrecision '8.4'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777488'^^xsd:integer;
  dwc:observationDate '2012-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767953_20432767953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767953_20432767953> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767953_20432767953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8035464 4.7309153)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8035464"^^xsd:decimal ;
  dwc:decimalLongitude "4.7309153"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767953_20432767953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8035464 4.7309153)"^^geo:wktLiteral ;
  geo-pos:lat "52.8035464"^^xsd:decimal ;
  geo-pos:long "4.7309153"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767953_20432767953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767953'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '12.549722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7309153'^^xsd:double;
  dwc:latitude '52.8035464'^^xsd:double;
  dwc:coordinatePrecision '7.1'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767953'^^xsd:integer;
  dwc:observationDate '2011-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777021_20432777021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777021_20432777021> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777021_20432777021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8063297 4.7309402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8063297"^^xsd:decimal ;
  dwc:decimalLongitude "4.7309402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777021_20432777021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8063297 4.7309402)"^^geo:wktLiteral ;
  geo-pos:lat "52.8063297"^^xsd:decimal ;
  geo-pos:long "4.7309402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777021_20432777021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777021'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '16.0525'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7309402'^^xsd:double;
  dwc:latitude '52.8063297'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777021'^^xsd:integer;
  dwc:observationDate '2012-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772038_20432772038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772038_20432772038> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772038_20432772038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8064893 4.7309898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8064893"^^xsd:decimal ;
  dwc:decimalLongitude "4.7309898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432772038_20432772038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8064893 4.7309898)"^^geo:wktLiteral ;
  geo-pos:lat "52.8064893"^^xsd:decimal ;
  geo-pos:long "4.7309898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432772038_20432772038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772038'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.185'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7309898'^^xsd:double;
  dwc:latitude '52.8064893'^^xsd:double;
  dwc:coordinatePrecision '3.7'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772038'^^xsd:integer;
  dwc:observationDate '2012-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777243_20432777243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777243_20432777243> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777243_20432777243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065439 4.7310119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8065439"^^xsd:decimal ;
  dwc:decimalLongitude "4.7310119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777243_20432777243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065439 4.7310119)"^^geo:wktLiteral ;
  geo-pos:lat "52.8065439"^^xsd:decimal ;
  geo-pos:long "4.7310119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777243_20432777243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777243'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.293888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7310119'^^xsd:double;
  dwc:latitude '52.8065439'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777243'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782187_20432782187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782187_20432782187> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782187_20432782187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.962541 4.7310294)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.962541"^^xsd:decimal ;
  dwc:decimalLongitude "4.7310294"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782187_20432782187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.962541 4.7310294)"^^geo:wktLiteral ;
  geo-pos:lat "52.962541"^^xsd:decimal ;
  geo-pos:long "4.7310294"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782187_20432782187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782187'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '9.4486111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7310294'^^xsd:double;
  dwc:latitude '52.962541'^^xsd:double;
  dwc:coordinatePrecision '7.7'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782187'^^xsd:integer;
  dwc:observationDate '2012-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772044_20432772044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772044_20432772044> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772044_20432772044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065339 4.7310323)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8065339"^^xsd:decimal ;
  dwc:decimalLongitude "4.7310323"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432772044_20432772044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065339 4.7310323)"^^geo:wktLiteral ;
  geo-pos:lat "52.8065339"^^xsd:decimal ;
  geo-pos:long "4.7310323"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432772044_20432772044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772044'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.191111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7310323'^^xsd:double;
  dwc:latitude '52.8065339'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772044'^^xsd:integer;
  dwc:observationDate '2012-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766414_20432766414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766414_20432766414> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766414_20432766414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065743 4.7310851)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8065743"^^xsd:decimal ;
  dwc:decimalLongitude "4.7310851"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432766414_20432766414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065743 4.7310851)"^^geo:wktLiteral ;
  geo-pos:lat "52.8065743"^^xsd:decimal ;
  geo-pos:long "4.7310851"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432766414_20432766414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766414'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.1922222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7310851'^^xsd:double;
  dwc:latitude '52.8065743'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766414'^^xsd:integer;
  dwc:observationDate '2011-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782540_20432782540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782540_20432782540> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782540_20432782540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9626026 4.7310943)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9626026"^^xsd:decimal ;
  dwc:decimalLongitude "4.7310943"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782540_20432782540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9626026 4.7310943)"^^geo:wktLiteral ;
  geo-pos:lat "52.9626026"^^xsd:decimal ;
  geo-pos:long "4.7310943"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782540_20432782540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782540'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '12.054722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7310943'^^xsd:double;
  dwc:latitude '52.9626026'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782540'^^xsd:integer;
  dwc:observationDate '2012-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777514_20432777514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777514_20432777514> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777514_20432777514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065482 4.7311077)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8065482"^^xsd:decimal ;
  dwc:decimalLongitude "4.7311077"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777514_20432777514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065482 4.7311077)"^^geo:wktLiteral ;
  geo-pos:lat "52.8065482"^^xsd:decimal ;
  geo-pos:long "4.7311077"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777514_20432777514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777514'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '16.125'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7311077'^^xsd:double;
  dwc:latitude '52.8065482'^^xsd:double;
  dwc:coordinatePrecision '6.6'^^xsd:double;
  dwc:minimumElevation '-20'^^xsd:integer;
  dwc:maximumElevation '-20'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777514'^^xsd:integer;
  dwc:observationDate '2012-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766416_20432766416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766416_20432766416> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766416_20432766416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8066551 4.7312006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8066551"^^xsd:decimal ;
  dwc:decimalLongitude "4.7312006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432766416_20432766416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8066551 4.7312006)"^^geo:wktLiteral ;
  geo-pos:lat "52.8066551"^^xsd:decimal ;
  geo-pos:long "4.7312006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432766416_20432766416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766416'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8.2016666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7312006'^^xsd:double;
  dwc:latitude '52.8066551'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766416'^^xsd:integer;
  dwc:observationDate '2011-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766418_20432766418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766418_20432766418> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766418_20432766418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8066444 4.7312057)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8066444"^^xsd:decimal ;
  dwc:decimalLongitude "4.7312057"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432766418_20432766418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8066444 4.7312057)"^^geo:wktLiteral ;
  geo-pos:lat "52.8066444"^^xsd:decimal ;
  geo-pos:long "4.7312057"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432766418_20432766418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766418'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '9.2080555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7312057'^^xsd:double;
  dwc:latitude '52.8066444'^^xsd:double;
  dwc:coordinatePrecision '8.4'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766418'^^xsd:integer;
  dwc:observationDate '2011-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767918_20432767918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767918_20432767918> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767918_20432767918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065867 4.7312283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8065867"^^xsd:decimal ;
  dwc:decimalLongitude "4.7312283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767918_20432767918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065867 4.7312283)"^^geo:wktLiteral ;
  geo-pos:lat "52.8065867"^^xsd:decimal ;
  geo-pos:long "4.7312283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767918_20432767918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767918'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '8.4783333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7312283'^^xsd:double;
  dwc:latitude '52.8065867'^^xsd:double;
  dwc:coordinatePrecision '6.6'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767918'^^xsd:integer;
  dwc:observationDate '2011-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782704_20432782704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782704_20432782704> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782704_20432782704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9627515 4.7312331)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9627515"^^xsd:decimal ;
  dwc:decimalLongitude "4.7312331"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782704_20432782704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9627515 4.7312331)"^^geo:wktLiteral ;
  geo-pos:lat "52.9627515"^^xsd:decimal ;
  geo-pos:long "4.7312331"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782704_20432782704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782704'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12.035277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7312331'^^xsd:double;
  dwc:latitude '52.9627515'^^xsd:double;
  dwc:coordinatePrecision '10.1'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782704'^^xsd:integer;
  dwc:observationDate '2012-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772055_20432772055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772055_20432772055> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772055_20432772055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.806749 4.7312342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.806749"^^xsd:decimal ;
  dwc:decimalLongitude "4.7312342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432772055_20432772055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.806749 4.7312342)"^^geo:wktLiteral ;
  geo-pos:lat "52.806749"^^xsd:decimal ;
  geo-pos:long "4.7312342"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432772055_20432772055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772055'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.216666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7312342'^^xsd:double;
  dwc:latitude '52.806749'^^xsd:double;
  dwc:coordinatePrecision '8.6'^^xsd:double;
  dwc:minimumElevation '-20'^^xsd:integer;
  dwc:maximumElevation '-20'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772055'^^xsd:integer;
  dwc:observationDate '2012-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782547_20432782547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782547_20432782547> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782547_20432782547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.962715 4.7312546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.962715"^^xsd:decimal ;
  dwc:decimalLongitude "4.7312546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782547_20432782547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.962715 4.7312546)"^^geo:wktLiteral ;
  geo-pos:lat "52.962715"^^xsd:decimal ;
  geo-pos:long "4.7312546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782547_20432782547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782547'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '13.066666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7312546'^^xsd:double;
  dwc:latitude '52.962715'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782547'^^xsd:integer;
  dwc:observationDate '2012-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782208_20432782208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782208_20432782208> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782208_20432782208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9625381 4.7312679)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9625381"^^xsd:decimal ;
  dwc:decimalLongitude "4.7312679"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782208_20432782208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9625381 4.7312679)"^^geo:wktLiteral ;
  geo-pos:lat "52.9625381"^^xsd:decimal ;
  geo-pos:long "4.7312679"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782208_20432782208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782208'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.253333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7312679'^^xsd:double;
  dwc:latitude '52.9625381'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782208'^^xsd:integer;
  dwc:observationDate '2012-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432765970_20432765970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432765970_20432765970> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432765970_20432765970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8063498 4.7312921)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8063498"^^xsd:decimal ;
  dwc:decimalLongitude "4.7312921"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432765970_20432765970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8063498 4.7312921)"^^geo:wktLiteral ;
  geo-pos:lat "52.8063498"^^xsd:decimal ;
  geo-pos:long "4.7312921"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432765970_20432765970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432765970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432765970'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '6.37'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7312921'^^xsd:double;
  dwc:latitude '52.8063498'^^xsd:double;
  dwc:coordinatePrecision '7.2'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432765970'^^xsd:integer;
  dwc:observationDate '2011-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782194_20432782194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782194_20432782194> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782194_20432782194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9626989 4.7312945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9626989"^^xsd:decimal ;
  dwc:decimalLongitude "4.7312945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782194_20432782194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9626989 4.7312945)"^^geo:wktLiteral ;
  geo-pos:lat "52.9626989"^^xsd:decimal ;
  geo-pos:long "4.7312945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782194_20432782194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782194'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '10.242777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7312945'^^xsd:double;
  dwc:latitude '52.9626989'^^xsd:double;
  dwc:coordinatePrecision '3.7'^^xsd:double;
  dwc:minimumElevation '-18'^^xsd:integer;
  dwc:maximumElevation '-18'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782194'^^xsd:integer;
  dwc:observationDate '2012-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772050_20432772050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772050_20432772050> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772050_20432772050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.806552 4.7313198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.806552"^^xsd:decimal ;
  dwc:decimalLongitude "4.7313198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432772050_20432772050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.806552 4.7313198)"^^geo:wktLiteral ;
  geo-pos:lat "52.806552"^^xsd:decimal ;
  geo-pos:long "4.7313198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432772050_20432772050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772050'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.206111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7313198'^^xsd:double;
  dwc:latitude '52.806552'^^xsd:double;
  dwc:coordinatePrecision '8.1'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772050'^^xsd:integer;
  dwc:observationDate '2012-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782681_20432782681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782681_20432782681> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782681_20432782681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9626551 4.7313507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9626551"^^xsd:decimal ;
  dwc:decimalLongitude "4.7313507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782681_20432782681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9626551 4.7313507)"^^geo:wktLiteral ;
  geo-pos:lat "52.9626551"^^xsd:decimal ;
  geo-pos:long "4.7313507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782681_20432782681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782681'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '10.010555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7313507'^^xsd:double;
  dwc:latitude '52.9626551'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-19'^^xsd:integer;
  dwc:maximumElevation '-19'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782681'^^xsd:integer;
  dwc:observationDate '2012-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782677_20432782677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782677_20432782677> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782677_20432782677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9625449 4.7313653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9625449"^^xsd:decimal ;
  dwc:decimalLongitude "4.7313653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "13.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782677_20432782677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9625449 4.7313653)"^^geo:wktLiteral ;
  geo-pos:lat "52.9625449"^^xsd:decimal ;
  geo-pos:long "4.7313653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "13.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782677_20432782677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782677'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.5027777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7313653'^^xsd:double;
  dwc:latitude '52.9625449'^^xsd:double;
  dwc:coordinatePrecision '13.1'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782677'^^xsd:integer;
  dwc:observationDate '2012-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782504_20432782504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782504_20432782504> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782504_20432782504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9626266 4.7313984)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9626266"^^xsd:decimal ;
  dwc:decimalLongitude "4.7313984"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782504_20432782504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9626266 4.7313984)"^^geo:wktLiteral ;
  geo-pos:lat "52.9626266"^^xsd:decimal ;
  geo-pos:long "4.7313984"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782504_20432782504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782504'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '8.0047222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7313984'^^xsd:double;
  dwc:latitude '52.9626266'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '7'^^xsd:integer;
  dwc:maximumElevation '7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782504'^^xsd:integer;
  dwc:observationDate '2012-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777463_20432777463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777463_20432777463> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777463_20432777463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8067026 4.7314212)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8067026"^^xsd:decimal ;
  dwc:decimalLongitude "4.7314212"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777463_20432777463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8067026 4.7314212)"^^geo:wktLiteral ;
  geo-pos:lat "52.8067026"^^xsd:decimal ;
  geo-pos:long "4.7314212"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777463_20432777463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777463'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.046666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7314212'^^xsd:double;
  dwc:latitude '52.8067026'^^xsd:double;
  dwc:coordinatePrecision '6.6'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777463'^^xsd:integer;
  dwc:observationDate '2012-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782692_20432782692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782692_20432782692> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782692_20432782692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9626554 4.7314239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9626554"^^xsd:decimal ;
  dwc:decimalLongitude "4.7314239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782692_20432782692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9626554 4.7314239)"^^geo:wktLiteral ;
  geo-pos:lat "52.9626554"^^xsd:decimal ;
  geo-pos:long "4.7314239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782692_20432782692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782692'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.021111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7314239'^^xsd:double;
  dwc:latitude '52.9626554'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '6'^^xsd:integer;
  dwc:maximumElevation '6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782692'^^xsd:integer;
  dwc:observationDate '2012-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782537_20432782537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782537_20432782537> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782537_20432782537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9626997 4.7315905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9626997"^^xsd:decimal ;
  dwc:decimalLongitude "4.7315905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782537_20432782537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9626997 4.7315905)"^^geo:wktLiteral ;
  geo-pos:lat "52.9626997"^^xsd:decimal ;
  geo-pos:long "4.7315905"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782537_20432782537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782537'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11.548888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7315905'^^xsd:double;
  dwc:latitude '52.9626997'^^xsd:double;
  dwc:coordinatePrecision '6.9'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782537'^^xsd:integer;
  dwc:observationDate '2012-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767754_20432767754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767754_20432767754> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767754_20432767754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8067443 4.7315953)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8067443"^^xsd:decimal ;
  dwc:decimalLongitude "4.7315953"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767754_20432767754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8067443 4.7315953)"^^geo:wktLiteral ;
  geo-pos:lat "52.8067443"^^xsd:decimal ;
  geo-pos:long "4.7315953"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767754_20432767754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767754'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.282777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7315953'^^xsd:double;
  dwc:latitude '52.8067443'^^xsd:double;
  dwc:coordinatePrecision '6.6'^^xsd:double;
  dwc:minimumElevation '-24'^^xsd:integer;
  dwc:maximumElevation '-24'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767754'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722307_20432722307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722307_20432722307> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722307_20432722307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055455 4.7315965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055455"^^xsd:decimal ;
  dwc:decimalLongitude "4.7315965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722307_20432722307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055455 4.7315965)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055455"^^xsd:decimal ;
  geo-pos:long "4.7315965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722307_20432722307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722307'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '8.3872222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7315965'^^xsd:double;
  dwc:latitude '52.8055455'^^xsd:double;
  dwc:coordinatePrecision '8.3'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722307'^^xsd:integer;
  dwc:observationDate '2011-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773019_20432773019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773019_20432773019> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773019_20432773019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8059167 4.7316925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8059167"^^xsd:decimal ;
  dwc:decimalLongitude "4.7316925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432773019_20432773019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8059167 4.7316925)"^^geo:wktLiteral ;
  geo-pos:lat "52.8059167"^^xsd:decimal ;
  geo-pos:long "4.7316925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432773019_20432773019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773019'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '16.891666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7316925'^^xsd:double;
  dwc:latitude '52.8059167'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773019'^^xsd:integer;
  dwc:observationDate '2012-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726062_20432726062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726062_20432726062> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726062_20432726062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8064218 4.7317749)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8064218"^^xsd:decimal ;
  dwc:decimalLongitude "4.7317749"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726062_20432726062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8064218 4.7317749)"^^geo:wktLiteral ;
  geo-pos:lat "52.8064218"^^xsd:decimal ;
  geo-pos:long "4.7317749"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726062_20432726062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726062'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.468333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7317749'^^xsd:double;
  dwc:latitude '52.8064218'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726062'^^xsd:integer;
  dwc:observationDate '2011-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776336_20432776336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776336_20432776336> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776336_20432776336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058375 4.7317909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8058375"^^xsd:decimal ;
  dwc:decimalLongitude "4.7317909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432776336_20432776336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058375 4.7317909)"^^geo:wktLiteral ;
  geo-pos:lat "52.8058375"^^xsd:decimal ;
  geo-pos:long "4.7317909"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432776336_20432776336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776336'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.7266666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7317909'^^xsd:double;
  dwc:latitude '52.8058375'^^xsd:double;
  dwc:coordinatePrecision '2.6'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776336'^^xsd:integer;
  dwc:observationDate '2012-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782516_20432782516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782516_20432782516> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782516_20432782516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9626233 4.7317967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9626233"^^xsd:decimal ;
  dwc:decimalLongitude "4.7317967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782516_20432782516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9626233 4.7317967)"^^geo:wktLiteral ;
  geo-pos:lat "52.9626233"^^xsd:decimal ;
  geo-pos:long "4.7317967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782516_20432782516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782516'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.0194444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7317967'^^xsd:double;
  dwc:latitude '52.9626233'^^xsd:double;
  dwc:coordinatePrecision '7.2'^^xsd:double;
  dwc:minimumElevation '6'^^xsd:integer;
  dwc:maximumElevation '6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782516'^^xsd:integer;
  dwc:observationDate '2012-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766699_20432766699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766699_20432766699> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766699_20432766699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065401 4.7318194)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8065401"^^xsd:decimal ;
  dwc:decimalLongitude "4.7318194"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432766699_20432766699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065401 4.7318194)"^^geo:wktLiteral ;
  geo-pos:lat "52.8065401"^^xsd:decimal ;
  geo-pos:long "4.7318194"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432766699_20432766699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766699'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '15.3175'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7318194'^^xsd:double;
  dwc:latitude '52.8065401'^^xsd:double;
  dwc:coordinatePrecision '7.1'^^xsd:double;
  dwc:minimumElevation '5'^^xsd:integer;
  dwc:maximumElevation '5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766699'^^xsd:integer;
  dwc:observationDate '2011-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725588_20432725588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725588_20432725588> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725588_20432725588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8063923 4.7318277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8063923"^^xsd:decimal ;
  dwc:decimalLongitude "4.7318277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725588_20432725588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8063923 4.7318277)"^^geo:wktLiteral ;
  geo-pos:lat "52.8063923"^^xsd:decimal ;
  geo-pos:long "4.7318277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725588_20432725588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725588'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.685'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7318277'^^xsd:double;
  dwc:latitude '52.8063923'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725588'^^xsd:integer;
  dwc:observationDate '2011-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723750_20432723750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723750_20432723750> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723750_20432723750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062086 4.7318343)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8062086"^^xsd:decimal ;
  dwc:decimalLongitude "4.7318343"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723750_20432723750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062086 4.7318343)"^^geo:wktLiteral ;
  geo-pos:lat "52.8062086"^^xsd:decimal ;
  geo-pos:long "4.7318343"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723750_20432723750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723750'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.647777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7318343'^^xsd:double;
  dwc:latitude '52.8062086'^^xsd:double;
  dwc:coordinatePrecision '5.9'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723750'^^xsd:integer;
  dwc:observationDate '2011-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724015_20432724015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724015_20432724015> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724015_20432724015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062786 4.7318547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8062786"^^xsd:decimal ;
  dwc:decimalLongitude "4.7318547"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724015_20432724015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062786 4.7318547)"^^geo:wktLiteral ;
  geo-pos:lat "52.8062786"^^xsd:decimal ;
  geo-pos:long "4.7318547"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724015_20432724015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724015'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.2888888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7318547'^^xsd:double;
  dwc:latitude '52.8062786'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724015'^^xsd:integer;
  dwc:observationDate '2011-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722389_20432722389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722389_20432722389> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722389_20432722389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061727 4.7318566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8061727"^^xsd:decimal ;
  dwc:decimalLongitude "4.7318566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722389_20432722389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061727 4.7318566)"^^geo:wktLiteral ;
  geo-pos:lat "52.8061727"^^xsd:decimal ;
  geo-pos:long "4.7318566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722389_20432722389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722389'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.71'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7318566'^^xsd:double;
  dwc:latitude '52.8061727'^^xsd:double;
  dwc:coordinatePrecision '6.8'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722389'^^xsd:integer;
  dwc:observationDate '2011-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724136_20432724136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724136_20432724136> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724136_20432724136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062543 4.7318592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8062543"^^xsd:decimal ;
  dwc:decimalLongitude "4.7318592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724136_20432724136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062543 4.7318592)"^^geo:wktLiteral ;
  geo-pos:lat "52.8062543"^^xsd:decimal ;
  geo-pos:long "4.7318592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724136_20432724136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724136'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14.603333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7318592'^^xsd:double;
  dwc:latitude '52.8062543'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724136'^^xsd:integer;
  dwc:observationDate '2011-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782241_20432782241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782241_20432782241> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782241_20432782241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9596971 4.7318765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9596971"^^xsd:decimal ;
  dwc:decimalLongitude "4.7318765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782241_20432782241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9596971 4.7318765)"^^geo:wktLiteral ;
  geo-pos:lat "52.9596971"^^xsd:decimal ;
  geo-pos:long "4.7318765"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782241_20432782241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782241'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '15.305277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7318765'^^xsd:double;
  dwc:latitude '52.9596971'^^xsd:double;
  dwc:coordinatePrecision '4.8'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782241'^^xsd:integer;
  dwc:observationDate '2012-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772059_20432772059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772059_20432772059> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772059_20432772059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8072405 4.7318807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8072405"^^xsd:decimal ;
  dwc:decimalLongitude "4.7318807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "12.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432772059_20432772059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8072405 4.7318807)"^^geo:wktLiteral ;
  geo-pos:lat "52.8072405"^^xsd:decimal ;
  geo-pos:long "4.7318807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "12.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432772059_20432772059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772059'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.228611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7318807'^^xsd:double;
  dwc:latitude '52.8072405'^^xsd:double;
  dwc:coordinatePrecision '12.6'^^xsd:double;
  dwc:minimumElevation '-31'^^xsd:integer;
  dwc:maximumElevation '-31'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772059'^^xsd:integer;
  dwc:observationDate '2012-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782250_20432782250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782250_20432782250> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782250_20432782250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9596652 4.7318885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9596652"^^xsd:decimal ;
  dwc:decimalLongitude "4.7318885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782250_20432782250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9596652 4.7318885)"^^geo:wktLiteral ;
  geo-pos:lat "52.9596652"^^xsd:decimal ;
  geo-pos:long "4.7318885"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782250_20432782250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782250'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16.32'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7318885'^^xsd:double;
  dwc:latitude '52.9596652'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782250'^^xsd:integer;
  dwc:observationDate '2012-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723269_20432723269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723269_20432723269> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723269_20432723269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062282 4.7318973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8062282"^^xsd:decimal ;
  dwc:decimalLongitude "4.7318973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723269_20432723269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062282 4.7318973)"^^geo:wktLiteral ;
  geo-pos:lat "52.8062282"^^xsd:decimal ;
  geo-pos:long "4.7318973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723269_20432723269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723269'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17.866111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7318973'^^xsd:double;
  dwc:latitude '52.8062282'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723269'^^xsd:integer;
  dwc:observationDate '2011-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725041_20432725041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725041_20432725041> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725041_20432725041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056091 4.7319009)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056091"^^xsd:decimal ;
  dwc:decimalLongitude "4.7319009"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725041_20432725041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056091 4.7319009)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056091"^^xsd:decimal ;
  geo-pos:long "4.7319009"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725041_20432725041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725041'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.635277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7319009'^^xsd:double;
  dwc:latitude '52.8056091'^^xsd:double;
  dwc:coordinatePrecision '5.4'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725041'^^xsd:integer;
  dwc:observationDate '2011-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724533_20432724533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724533_20432724533> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724533_20432724533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061867 4.7319052)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8061867"^^xsd:decimal ;
  dwc:decimalLongitude "4.7319052"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "16.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724533_20432724533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061867 4.7319052)"^^geo:wktLiteral ;
  geo-pos:lat "52.8061867"^^xsd:decimal ;
  geo-pos:long "4.7319052"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "16.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724533_20432724533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724533'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.089444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7319052'^^xsd:double;
  dwc:latitude '52.8061867'^^xsd:double;
  dwc:coordinatePrecision '16.7'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724533'^^xsd:integer;
  dwc:observationDate '2011-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724805_20432724805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724805_20432724805> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724805_20432724805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062518 4.7319272)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8062518"^^xsd:decimal ;
  dwc:decimalLongitude "4.7319272"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724805_20432724805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062518 4.7319272)"^^geo:wktLiteral ;
  geo-pos:lat "52.8062518"^^xsd:decimal ;
  geo-pos:long "4.7319272"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724805_20432724805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724805'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.0347222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7319272'^^xsd:double;
  dwc:latitude '52.8062518'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724805'^^xsd:integer;
  dwc:observationDate '2011-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766000_20432766000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766000_20432766000> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766000_20432766000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065612 4.7319314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8065612"^^xsd:decimal ;
  dwc:decimalLongitude "4.7319314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432766000_20432766000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065612 4.7319314)"^^geo:wktLiteral ;
  geo-pos:lat "52.8065612"^^xsd:decimal ;
  geo-pos:long "4.7319314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432766000_20432766000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766000'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11.413333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7319314'^^xsd:double;
  dwc:latitude '52.8065612'^^xsd:double;
  dwc:coordinatePrecision '5.8'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766000'^^xsd:integer;
  dwc:observationDate '2011-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726566_20432726566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726566_20432726566> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726566_20432726566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8063895 4.731979)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8063895"^^xsd:decimal ;
  dwc:decimalLongitude "4.731979"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726566_20432726566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8063895 4.731979)"^^geo:wktLiteral ;
  geo-pos:lat "52.8063895"^^xsd:decimal ;
  geo-pos:long "4.731979"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726566_20432726566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726566'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '17.505277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.731979'^^xsd:double;
  dwc:latitude '52.8063895'^^xsd:double;
  dwc:coordinatePrecision '8.4'^^xsd:double;
  dwc:minimumElevation '-31'^^xsd:integer;
  dwc:maximumElevation '-31'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726566'^^xsd:integer;
  dwc:observationDate '2011-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722332_20432722332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722332_20432722332> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722332_20432722332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061559 4.7319891)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8061559"^^xsd:decimal ;
  dwc:decimalLongitude "4.7319891"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722332_20432722332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061559 4.7319891)"^^geo:wktLiteral ;
  geo-pos:lat "52.8061559"^^xsd:decimal ;
  geo-pos:long "4.7319891"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722332_20432722332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722332'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.413055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7319891'^^xsd:double;
  dwc:latitude '52.8061559'^^xsd:double;
  dwc:coordinatePrecision '6.4'^^xsd:double;
  dwc:minimumElevation '-20'^^xsd:integer;
  dwc:maximumElevation '-20'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722332'^^xsd:integer;
  dwc:observationDate '2011-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726481_20432726481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726481_20432726481> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726481_20432726481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8064896 4.7319921)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8064896"^^xsd:decimal ;
  dwc:decimalLongitude "4.7319921"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726481_20432726481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8064896 4.7319921)"^^geo:wktLiteral ;
  geo-pos:lat "52.8064896"^^xsd:decimal ;
  geo-pos:long "4.7319921"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726481_20432726481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726481'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.445277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7319921'^^xsd:double;
  dwc:latitude '52.8064896'^^xsd:double;
  dwc:coordinatePrecision '8'^^xsd:integer;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726481'^^xsd:integer;
  dwc:observationDate '2011-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432765994_20432765994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432765994_20432765994> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432765994_20432765994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065652 4.7319981)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8065652"^^xsd:decimal ;
  dwc:decimalLongitude "4.7319981"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432765994_20432765994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065652 4.7319981)"^^geo:wktLiteral ;
  geo-pos:lat "52.8065652"^^xsd:decimal ;
  geo-pos:long "4.7319981"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432765994_20432765994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432765994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432765994'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '10.408888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7319981'^^xsd:double;
  dwc:latitude '52.8065652'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432765994'^^xsd:integer;
  dwc:observationDate '2011-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723696_20432723696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723696_20432723696> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723696_20432723696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8059211 4.7320361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8059211"^^xsd:decimal ;
  dwc:decimalLongitude "4.7320361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "18.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723696_20432723696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8059211 4.7320361)"^^geo:wktLiteral ;
  geo-pos:lat "52.8059211"^^xsd:decimal ;
  geo-pos:long "4.7320361"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "18.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723696_20432723696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723696'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.604444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7320361'^^xsd:double;
  dwc:latitude '52.8059211'^^xsd:double;
  dwc:coordinatePrecision '18.4'^^xsd:double;
  dwc:minimumElevation '19'^^xsd:integer;
  dwc:maximumElevation '19'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723696'^^xsd:integer;
  dwc:observationDate '2011-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722037_20432722037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722037_20432722037> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722037_20432722037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061254 4.7320574)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8061254"^^xsd:decimal ;
  dwc:decimalLongitude "4.7320574"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722037_20432722037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061254 4.7320574)"^^geo:wktLiteral ;
  geo-pos:lat "52.8061254"^^xsd:decimal ;
  geo-pos:long "4.7320574"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722037_20432722037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722037'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '18.216666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7320574'^^xsd:double;
  dwc:latitude '52.8061254'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722037'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721439_20432721439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721439_20432721439> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721439_20432721439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061578 4.7320691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8061578"^^xsd:decimal ;
  dwc:decimalLongitude "4.7320691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721439_20432721439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061578 4.7320691)"^^geo:wktLiteral ;
  geo-pos:lat "52.8061578"^^xsd:decimal ;
  geo-pos:long "4.7320691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721439_20432721439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721439'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.2866666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7320691'^^xsd:double;
  dwc:latitude '52.8061578'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721439'^^xsd:integer;
  dwc:observationDate '2011-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725574_20432725574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725574_20432725574> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725574_20432725574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061233 4.7321004)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8061233"^^xsd:decimal ;
  dwc:decimalLongitude "4.7321004"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725574_20432725574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061233 4.7321004)"^^geo:wktLiteral ;
  geo-pos:lat "52.8061233"^^xsd:decimal ;
  geo-pos:long "4.7321004"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725574_20432725574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725574'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '12.676944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7321004'^^xsd:double;
  dwc:latitude '52.8061233'^^xsd:double;
  dwc:coordinatePrecision '7.2'^^xsd:double;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725574'^^xsd:integer;
  dwc:observationDate '2011-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721938_20432721938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721938_20432721938> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721938_20432721938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061208 4.7321084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8061208"^^xsd:decimal ;
  dwc:decimalLongitude "4.7321084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721938_20432721938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061208 4.7321084)"^^geo:wktLiteral ;
  geo-pos:lat "52.8061208"^^xsd:decimal ;
  geo-pos:long "4.7321084"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721938_20432721938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721938'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.868333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7321084'^^xsd:double;
  dwc:latitude '52.8061208'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721938'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722028_20432722028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722028_20432722028> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722028_20432722028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8060676 4.7321626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8060676"^^xsd:decimal ;
  dwc:decimalLongitude "4.7321626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722028_20432722028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8060676 4.7321626)"^^geo:wktLiteral ;
  geo-pos:lat "52.8060676"^^xsd:decimal ;
  geo-pos:long "4.7321626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722028_20432722028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722028'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '17.958333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7321626'^^xsd:double;
  dwc:latitude '52.8060676'^^xsd:double;
  dwc:coordinatePrecision '7.6'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722028'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722358_20432722358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722358_20432722358> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722358_20432722358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061035 4.7321661)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8061035"^^xsd:decimal ;
  dwc:decimalLongitude "4.7321661"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722358_20432722358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061035 4.7321661)"^^geo:wktLiteral ;
  geo-pos:lat "52.8061035"^^xsd:decimal ;
  geo-pos:long "4.7321661"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722358_20432722358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722358'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.428333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7321661'^^xsd:double;
  dwc:latitude '52.8061035'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722358'^^xsd:integer;
  dwc:observationDate '2011-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726509_20432726509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726509_20432726509> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726509_20432726509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8059968 4.7321682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8059968"^^xsd:decimal ;
  dwc:decimalLongitude "4.7321682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726509_20432726509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8059968 4.7321682)"^^geo:wktLiteral ;
  geo-pos:lat "52.8059968"^^xsd:decimal ;
  geo-pos:long "4.7321682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726509_20432726509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726509'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.4725'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7321682'^^xsd:double;
  dwc:latitude '52.8059968'^^xsd:double;
  dwc:coordinatePrecision '5'^^xsd:integer;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726509'^^xsd:integer;
  dwc:observationDate '2011-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726465_20432726465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726465_20432726465> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726465_20432726465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065577 4.7321759)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8065577"^^xsd:decimal ;
  dwc:decimalLongitude "4.7321759"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726465_20432726465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065577 4.7321759)"^^geo:wktLiteral ;
  geo-pos:lat "52.8065577"^^xsd:decimal ;
  geo-pos:long "4.7321759"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726465_20432726465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726465'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.436944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7321759'^^xsd:double;
  dwc:latitude '52.8065577'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726465'^^xsd:integer;
  dwc:observationDate '2011-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721414_20432721414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721414_20432721414> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721414_20432721414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8060435 4.7321919)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8060435"^^xsd:decimal ;
  dwc:decimalLongitude "4.7321919"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721414_20432721414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8060435 4.7321919)"^^geo:wktLiteral ;
  geo-pos:lat "52.8060435"^^xsd:decimal ;
  geo-pos:long "4.7321919"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721414_20432721414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721414'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.0286111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7321919'^^xsd:double;
  dwc:latitude '52.8060435'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721414'^^xsd:integer;
  dwc:observationDate '2011-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721401_20432721401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721401_20432721401> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721401_20432721401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.806017 4.7322127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.806017"^^xsd:decimal ;
  dwc:decimalLongitude "4.7322127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721401_20432721401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.806017 4.7322127)"^^geo:wktLiteral ;
  geo-pos:lat "52.806017"^^xsd:decimal ;
  geo-pos:long "4.7322127"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721401_20432721401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721401'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.525'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7322127'^^xsd:double;
  dwc:latitude '52.806017'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721401'^^xsd:integer;
  dwc:observationDate '2011-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726901_20432726901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726901_20432726901> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726901_20432726901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8066488 4.7322523)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8066488"^^xsd:decimal ;
  dwc:decimalLongitude "4.7322523"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726901_20432726901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8066488 4.7322523)"^^geo:wktLiteral ;
  geo-pos:lat "52.8066488"^^xsd:decimal ;
  geo-pos:long "4.7322523"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726901_20432726901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726901'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.945'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7322523'^^xsd:double;
  dwc:latitude '52.8066488'^^xsd:double;
  dwc:coordinatePrecision '10.4'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726901'^^xsd:integer;
  dwc:observationDate '2011-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726759_20432726759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726759_20432726759> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726759_20432726759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8059165 4.732263)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8059165"^^xsd:decimal ;
  dwc:decimalLongitude "4.732263"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "15.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726759_20432726759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8059165 4.732263)"^^geo:wktLiteral ;
  geo-pos:lat "52.8059165"^^xsd:decimal ;
  geo-pos:long "4.732263"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "15.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726759_20432726759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726759'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.1238888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.732263'^^xsd:double;
  dwc:latitude '52.8059165'^^xsd:double;
  dwc:coordinatePrecision '15.6'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726759'^^xsd:integer;
  dwc:observationDate '2011-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725018_20432725018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725018_20432725018> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725018_20432725018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8059642 4.7322708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8059642"^^xsd:decimal ;
  dwc:decimalLongitude "4.7322708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725018_20432725018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8059642 4.7322708)"^^geo:wktLiteral ;
  geo-pos:lat "52.8059642"^^xsd:decimal ;
  geo-pos:long "4.7322708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725018_20432725018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725018'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '10.630833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7322708'^^xsd:double;
  dwc:latitude '52.8059642'^^xsd:double;
  dwc:coordinatePrecision '8.8'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725018'^^xsd:integer;
  dwc:observationDate '2011-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723226_20432723226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723226_20432723226> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723226_20432723226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053524 4.7322806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8053524"^^xsd:decimal ;
  dwc:decimalLongitude "4.7322806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "15.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723226_20432723226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053524 4.7322806)"^^geo:wktLiteral ;
  geo-pos:lat "52.8053524"^^xsd:decimal ;
  geo-pos:long "4.7322806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "15.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723226_20432723226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723226'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '14.830833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7322806'^^xsd:double;
  dwc:latitude '52.8053524'^^xsd:double;
  dwc:coordinatePrecision '15.7'^^xsd:double;
  dwc:minimumElevation '-38'^^xsd:integer;
  dwc:maximumElevation '-38'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723226'^^xsd:integer;
  dwc:observationDate '2011-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725682_20432725682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725682_20432725682> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725682_20432725682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8066787 4.7322855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8066787"^^xsd:decimal ;
  dwc:decimalLongitude "4.7322855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725682_20432725682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8066787 4.7322855)"^^geo:wktLiteral ;
  geo-pos:lat "52.8066787"^^xsd:decimal ;
  geo-pos:long "4.7322855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725682_20432725682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725682'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7322855'^^xsd:double;
  dwc:latitude '52.8066787'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '-23'^^xsd:integer;
  dwc:maximumElevation '-23'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725682'^^xsd:integer;
  dwc:observationDate '2011-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723714_20432723714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723714_20432723714> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723714_20432723714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058776 4.7322898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8058776"^^xsd:decimal ;
  dwc:decimalLongitude "4.7322898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723714_20432723714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058776 4.7322898)"^^geo:wktLiteral ;
  geo-pos:lat "52.8058776"^^xsd:decimal ;
  geo-pos:long "4.7322898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723714_20432723714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723714'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.618333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7322898'^^xsd:double;
  dwc:latitude '52.8058776'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723714'^^xsd:integer;
  dwc:observationDate '2011-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726034_20432726034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726034_20432726034> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726034_20432726034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8059225 4.7323063)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8059225"^^xsd:decimal ;
  dwc:decimalLongitude "4.7323063"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726034_20432726034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8059225 4.7323063)"^^geo:wktLiteral ;
  geo-pos:lat "52.8059225"^^xsd:decimal ;
  geo-pos:long "4.7323063"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726034_20432726034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726034'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '12.449444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7323063'^^xsd:double;
  dwc:latitude '52.8059225'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726034'^^xsd:integer;
  dwc:observationDate '2011-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721627_20432721627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721627_20432721627> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721627_20432721627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8066591 4.7323273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8066591"^^xsd:decimal ;
  dwc:decimalLongitude "4.7323273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721627_20432721627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8066591 4.7323273)"^^geo:wktLiteral ;
  geo-pos:lat "52.8066591"^^xsd:decimal ;
  geo-pos:long "4.7323273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721627_20432721627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721627'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.42'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7323273'^^xsd:double;
  dwc:latitude '52.8066591'^^xsd:double;
  dwc:coordinatePrecision '6.7'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721627'^^xsd:integer;
  dwc:observationDate '2011-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726494_20432726494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726494_20432726494> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726494_20432726494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8066347 4.7323274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8066347"^^xsd:decimal ;
  dwc:decimalLongitude "4.7323274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726494_20432726494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8066347 4.7323274)"^^geo:wktLiteral ;
  geo-pos:lat "52.8066347"^^xsd:decimal ;
  geo-pos:long "4.7323274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726494_20432726494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726494'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.468333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7323274'^^xsd:double;
  dwc:latitude '52.8066347'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726494'^^xsd:integer;
  dwc:observationDate '2011-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721896_20432721896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721896_20432721896> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721896_20432721896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8059173 4.7323354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8059173"^^xsd:decimal ;
  dwc:decimalLongitude "4.7323354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721896_20432721896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8059173 4.7323354)"^^geo:wktLiteral ;
  geo-pos:lat "52.8059173"^^xsd:decimal ;
  geo-pos:long "4.7323354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721896_20432721896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721896'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '8.8197222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7323354'^^xsd:double;
  dwc:latitude '52.8059173'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721896'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722787_20432722787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722787_20432722787> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722787_20432722787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8059247 4.7323518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8059247"^^xsd:decimal ;
  dwc:decimalLongitude "4.7323518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722787_20432722787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8059247 4.7323518)"^^geo:wktLiteral ;
  geo-pos:lat "52.8059247"^^xsd:decimal ;
  geo-pos:long "4.7323518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722787_20432722787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722787'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.21'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7323518'^^xsd:double;
  dwc:latitude '52.8059247'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722787'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726137_20432726137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726137_20432726137> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726137_20432726137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058716 4.732363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8058716"^^xsd:decimal ;
  dwc:decimalLongitude "4.732363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726137_20432726137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058716 4.732363)"^^geo:wktLiteral ;
  geo-pos:lat "52.8058716"^^xsd:decimal ;
  geo-pos:long "4.732363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726137_20432726137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726137'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '18.508888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.732363'^^xsd:double;
  dwc:latitude '52.8058716'^^xsd:double;
  dwc:coordinatePrecision '11.7'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726137'^^xsd:integer;
  dwc:observationDate '2011-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726837_20432726837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726837_20432726837> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726837_20432726837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058711 4.7323686)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8058711"^^xsd:decimal ;
  dwc:decimalLongitude "4.7323686"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726837_20432726837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058711 4.7323686)"^^geo:wktLiteral ;
  geo-pos:lat "52.8058711"^^xsd:decimal ;
  geo-pos:long "4.7323686"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726837_20432726837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726837'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.4116666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7323686'^^xsd:double;
  dwc:latitude '52.8058711'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726837'^^xsd:integer;
  dwc:observationDate '2011-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722403_20432722403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722403_20432722403> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722403_20432722403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058295 4.7323859)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8058295"^^xsd:decimal ;
  dwc:decimalLongitude "4.7323859"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722403_20432722403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058295 4.7323859)"^^geo:wktLiteral ;
  geo-pos:lat "52.8058295"^^xsd:decimal ;
  geo-pos:long "4.7323859"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722403_20432722403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722403'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15.720555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7323859'^^xsd:double;
  dwc:latitude '52.8058295'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722403'^^xsd:integer;
  dwc:observationDate '2011-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721812_20432721812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721812_20432721812> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721812_20432721812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058673 4.7323933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8058673"^^xsd:decimal ;
  dwc:decimalLongitude "4.7323933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721812_20432721812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058673 4.7323933)"^^geo:wktLiteral ;
  geo-pos:lat "52.8058673"^^xsd:decimal ;
  geo-pos:long "4.7323933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721812_20432721812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721812'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '5.0225'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7323933'^^xsd:double;
  dwc:latitude '52.8058673'^^xsd:double;
  dwc:coordinatePrecision '6.9'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721812'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724902_20432724902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724902_20432724902> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724902_20432724902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058289 4.7323991)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8058289"^^xsd:decimal ;
  dwc:decimalLongitude "4.7323991"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724902_20432724902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058289 4.7323991)"^^geo:wktLiteral ;
  geo-pos:lat "52.8058289"^^xsd:decimal ;
  geo-pos:long "4.7323991"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724902_20432724902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724902'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.0791666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7323991'^^xsd:double;
  dwc:latitude '52.8058289'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724902'^^xsd:integer;
  dwc:observationDate '2011-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782458_20432782458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782458_20432782458> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782458_20432782458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9627549 4.7324095)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9627549"^^xsd:decimal ;
  dwc:decimalLongitude "4.7324095"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782458_20432782458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9627549 4.7324095)"^^geo:wktLiteral ;
  geo-pos:lat "52.9627549"^^xsd:decimal ;
  geo-pos:long "4.7324095"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782458_20432782458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782458'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '0.23861111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7324095'^^xsd:double;
  dwc:latitude '52.9627549'^^xsd:double;
  dwc:coordinatePrecision '5.9'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782458'^^xsd:integer;
  dwc:observationDate '2012-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723668_20432723668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723668_20432723668> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723668_20432723668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061065 4.7324379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8061065"^^xsd:decimal ;
  dwc:decimalLongitude "4.7324379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "15.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723668_20432723668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061065 4.7324379)"^^geo:wktLiteral ;
  geo-pos:lat "52.8061065"^^xsd:decimal ;
  geo-pos:long "4.7324379"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "15.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723668_20432723668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723668'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '12.572222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7324379'^^xsd:double;
  dwc:latitude '52.8061065'^^xsd:double;
  dwc:coordinatePrecision '15.7'^^xsd:double;
  dwc:minimumElevation '-46'^^xsd:integer;
  dwc:maximumElevation '-46'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723668'^^xsd:integer;
  dwc:observationDate '2011-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722375_20432722375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722375_20432722375> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722375_20432722375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055565 4.7324467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055565"^^xsd:decimal ;
  dwc:decimalLongitude "4.7324467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722375_20432722375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055565 4.7324467)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055565"^^xsd:decimal ;
  geo-pos:long "4.7324467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722375_20432722375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722375'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.689444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7324467'^^xsd:double;
  dwc:latitude '52.8055565'^^xsd:double;
  dwc:coordinatePrecision '10.9'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722375'^^xsd:integer;
  dwc:observationDate '2011-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723212_20432723212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723212_20432723212> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723212_20432723212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058315 4.7324504)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8058315"^^xsd:decimal ;
  dwc:decimalLongitude "4.7324504"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "31.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723212_20432723212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058315 4.7324504)"^^geo:wktLiteral ;
  geo-pos:lat "52.8058315"^^xsd:decimal ;
  geo-pos:long "4.7324504"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "31.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723212_20432723212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723212'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '13.81'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7324504'^^xsd:double;
  dwc:latitude '52.8058315'^^xsd:double;
  dwc:coordinatePrecision '31.2'^^xsd:double;
  dwc:minimumElevation '-18'^^xsd:integer;
  dwc:maximumElevation '-18'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723212'^^xsd:integer;
  dwc:observationDate '2011-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725390_20432725390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725390_20432725390> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725390_20432725390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057806 4.7324587)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8057806"^^xsd:decimal ;
  dwc:decimalLongitude "4.7324587"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725390_20432725390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057806 4.7324587)"^^geo:wktLiteral ;
  geo-pos:lat "52.8057806"^^xsd:decimal ;
  geo-pos:long "4.7324587"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725390_20432725390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725390'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.08'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7324587'^^xsd:double;
  dwc:latitude '52.8057806'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725390'^^xsd:integer;
  dwc:observationDate '2011-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726446_20432726446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726446_20432726446> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726446_20432726446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057974 4.7324654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8057974"^^xsd:decimal ;
  dwc:decimalLongitude "4.7324654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726446_20432726446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057974 4.7324654)"^^geo:wktLiteral ;
  geo-pos:lat "52.8057974"^^xsd:decimal ;
  geo-pos:long "4.7324654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726446_20432726446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726446'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '9.4297222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7324654'^^xsd:double;
  dwc:latitude '52.8057974'^^xsd:double;
  dwc:coordinatePrecision '5.9'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726446'^^xsd:integer;
  dwc:observationDate '2011-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766006_20432766006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766006_20432766006> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766006_20432766006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8068322 4.7324712)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8068322"^^xsd:decimal ;
  dwc:decimalLongitude "4.7324712"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432766006_20432766006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8068322 4.7324712)"^^geo:wktLiteral ;
  geo-pos:lat "52.8068322"^^xsd:decimal ;
  geo-pos:long "4.7324712"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432766006_20432766006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766006'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '12.42'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7324712'^^xsd:double;
  dwc:latitude '52.8068322'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766006'^^xsd:integer;
  dwc:observationDate '2011-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725634_20432725634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725634_20432725634> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725634_20432725634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805547 4.7324728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.805547"^^xsd:decimal ;
  dwc:decimalLongitude "4.7324728"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725634_20432725634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805547 4.7324728)"^^geo:wktLiteral ;
  geo-pos:lat "52.805547"^^xsd:decimal ;
  geo-pos:long "4.7324728"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725634_20432725634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725634'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.974444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7324728'^^xsd:double;
  dwc:latitude '52.805547'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725634'^^xsd:integer;
  dwc:observationDate '2011-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725484_20432725484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725484_20432725484> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725484_20432725484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057745 4.7324935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8057745"^^xsd:decimal ;
  dwc:decimalLongitude "4.7324935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725484_20432725484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057745 4.7324935)"^^geo:wktLiteral ;
  geo-pos:lat "52.8057745"^^xsd:decimal ;
  geo-pos:long "4.7324935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725484_20432725484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725484'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.1241666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7324935'^^xsd:double;
  dwc:latitude '52.8057745'^^xsd:double;
  dwc:coordinatePrecision '6.4'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725484'^^xsd:integer;
  dwc:observationDate '2011-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723154_20432723154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723154_20432723154> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723154_20432723154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057305 4.732499)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8057305"^^xsd:decimal ;
  dwc:decimalLongitude "4.732499"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723154_20432723154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057305 4.732499)"^^geo:wktLiteral ;
  geo-pos:lat "52.8057305"^^xsd:decimal ;
  geo-pos:long "4.732499"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723154_20432723154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723154'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.7433333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.732499'^^xsd:double;
  dwc:latitude '52.8057305'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723154'^^xsd:integer;
  dwc:observationDate '2011-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725179_20432725179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725179_20432725179> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725179_20432725179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057774 4.732506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8057774"^^xsd:decimal ;
  dwc:decimalLongitude "4.732506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725179_20432725179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057774 4.732506)"^^geo:wktLiteral ;
  geo-pos:lat "52.8057774"^^xsd:decimal ;
  geo-pos:long "4.732506"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725179_20432725179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725179'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '18.206944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.732506'^^xsd:double;
  dwc:latitude '52.8057774'^^xsd:double;
  dwc:coordinatePrecision '8.4'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725179'^^xsd:integer;
  dwc:observationDate '2011-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724077_20432724077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724077_20432724077> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724077_20432724077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057618 4.7325074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8057618"^^xsd:decimal ;
  dwc:decimalLongitude "4.7325074"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724077_20432724077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057618 4.7325074)"^^geo:wktLiteral ;
  geo-pos:lat "52.8057618"^^xsd:decimal ;
  geo-pos:long "4.7325074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724077_20432724077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724077'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.566944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7325074'^^xsd:double;
  dwc:latitude '52.8057618'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724077'^^xsd:integer;
  dwc:observationDate '2011-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722636_20432722636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722636_20432722636> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722636_20432722636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057373 4.7325099)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8057373"^^xsd:decimal ;
  dwc:decimalLongitude "4.7325099"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722636_20432722636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057373 4.7325099)"^^geo:wktLiteral ;
  geo-pos:lat "52.8057373"^^xsd:decimal ;
  geo-pos:long "4.7325099"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722636_20432722636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722636'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '6.115'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7325099'^^xsd:double;
  dwc:latitude '52.8057373'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722636'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722631_20432722631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722631_20432722631> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722631_20432722631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057394 4.7325112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8057394"^^xsd:decimal ;
  dwc:decimalLongitude "4.7325112"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722631_20432722631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057394 4.7325112)"^^geo:wktLiteral ;
  geo-pos:lat "52.8057394"^^xsd:decimal ;
  geo-pos:long "4.7325112"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722631_20432722631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722631'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '5.8669444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7325112'^^xsd:double;
  dwc:latitude '52.8057394'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722631'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723198_20432723198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723198_20432723198> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723198_20432723198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056531 4.7325239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056531"^^xsd:decimal ;
  dwc:decimalLongitude "4.7325239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723198_20432723198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056531 4.7325239)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056531"^^xsd:decimal ;
  geo-pos:long "4.7325239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723198_20432723198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723198'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '12.781111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7325239'^^xsd:double;
  dwc:latitude '52.8056531'^^xsd:double;
  dwc:coordinatePrecision '6.3'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723198'^^xsd:integer;
  dwc:observationDate '2011-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721284_20432721284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721284_20432721284> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721284_20432721284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057598 4.7325239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8057598"^^xsd:decimal ;
  dwc:decimalLongitude "4.7325239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721284_20432721284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057598 4.7325239)"^^geo:wktLiteral ;
  geo-pos:lat "52.8057598"^^xsd:decimal ;
  geo-pos:long "4.7325239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721284_20432721284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721284'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '17.403333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7325239'^^xsd:double;
  dwc:latitude '52.8057598'^^xsd:double;
  dwc:coordinatePrecision '8'^^xsd:integer;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721284'^^xsd:integer;
  dwc:observationDate '2011-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767763_20432767763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767763_20432767763> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767763_20432767763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8068492 4.7325277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8068492"^^xsd:decimal ;
  dwc:decimalLongitude "4.7325277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767763_20432767763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8068492 4.7325277)"^^geo:wktLiteral ;
  geo-pos:lat "52.8068492"^^xsd:decimal ;
  geo-pos:long "4.7325277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767763_20432767763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767763'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.291944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7325277'^^xsd:double;
  dwc:latitude '52.8068492'^^xsd:double;
  dwc:coordinatePrecision '6.1'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767763'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721664_20432721664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721664_20432721664> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721664_20432721664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057611 4.7325306)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8057611"^^xsd:decimal ;
  dwc:decimalLongitude "4.7325306"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721664_20432721664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057611 4.7325306)"^^geo:wktLiteral ;
  geo-pos:lat "52.8057611"^^xsd:decimal ;
  geo-pos:long "4.7325306"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721664_20432721664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721664'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19.433333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7325306'^^xsd:double;
  dwc:latitude '52.8057611'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721664'^^xsd:integer;
  dwc:observationDate '2011-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766867_20432766867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766867_20432766867> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766867_20432766867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061553 4.732537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8061553"^^xsd:decimal ;
  dwc:decimalLongitude "4.732537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432766867_20432766867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061553 4.732537)"^^geo:wktLiteral ;
  geo-pos:lat "52.8061553"^^xsd:decimal ;
  geo-pos:long "4.732537"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432766867_20432766867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766867'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.9694444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.732537'^^xsd:double;
  dwc:latitude '52.8061553'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766867'^^xsd:integer;
  dwc:observationDate '2011-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721845_20432721845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721845_20432721845> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721845_20432721845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056931 4.7325412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056931"^^xsd:decimal ;
  dwc:decimalLongitude "4.7325412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721845_20432721845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056931 4.7325412)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056931"^^xsd:decimal ;
  geo-pos:long "4.7325412"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721845_20432721845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721845'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '6.2891666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7325412'^^xsd:double;
  dwc:latitude '52.8056931'^^xsd:double;
  dwc:coordinatePrecision '7.3'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721845'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782269_20432782269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782269_20432782269> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782269_20432782269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9563086 4.7325425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9563086"^^xsd:decimal ;
  dwc:decimalLongitude "4.7325425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782269_20432782269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9563086 4.7325425)"^^geo:wktLiteral ;
  geo-pos:lat "52.9563086"^^xsd:decimal ;
  geo-pos:long "4.7325425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782269_20432782269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782269'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '18.886666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7325425'^^xsd:double;
  dwc:latitude '52.9563086'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782269'^^xsd:integer;
  dwc:observationDate '2012-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725930_20432725930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725930_20432725930> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725930_20432725930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057738 4.7325473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8057738"^^xsd:decimal ;
  dwc:decimalLongitude "4.7325473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725930_20432725930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057738 4.7325473)"^^geo:wktLiteral ;
  geo-pos:lat "52.8057738"^^xsd:decimal ;
  geo-pos:long "4.7325473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725930_20432725930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725930'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.1194444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7325473'^^xsd:double;
  dwc:latitude '52.8057738'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '3'^^xsd:integer;
  dwc:maximumElevation '3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725930'^^xsd:integer;
  dwc:observationDate '2011-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723241_20432723241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723241_20432723241> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723241_20432723241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057357 4.7325546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8057357"^^xsd:decimal ;
  dwc:decimalLongitude "4.7325546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723241_20432723241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057357 4.7325546)"^^geo:wktLiteral ;
  geo-pos:lat "52.8057357"^^xsd:decimal ;
  geo-pos:long "4.7325546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723241_20432723241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723241'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.836666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7325546'^^xsd:double;
  dwc:latitude '52.8057357'^^xsd:double;
  dwc:coordinatePrecision '7.1'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723241'^^xsd:integer;
  dwc:observationDate '2011-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724794_20432724794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724794_20432724794> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724794_20432724794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057556 4.732578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8057556"^^xsd:decimal ;
  dwc:decimalLongitude "4.732578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724794_20432724794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057556 4.732578)"^^geo:wktLiteral ;
  geo-pos:lat "52.8057556"^^xsd:decimal ;
  geo-pos:long "4.732578"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724794_20432724794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724794'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.2783333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.732578'^^xsd:double;
  dwc:latitude '52.8057556'^^xsd:double;
  dwc:coordinatePrecision '7'^^xsd:integer;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724794'^^xsd:integer;
  dwc:observationDate '2011-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722320_20432722320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722320_20432722320> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722320_20432722320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057185 4.7325839)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8057185"^^xsd:decimal ;
  dwc:decimalLongitude "4.7325839"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722320_20432722320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057185 4.7325839)"^^geo:wktLiteral ;
  geo-pos:lat "52.8057185"^^xsd:decimal ;
  geo-pos:long "4.7325839"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722320_20432722320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722320'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '9.4083333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7325839'^^xsd:double;
  dwc:latitude '52.8057185'^^xsd:double;
  dwc:coordinatePrecision '5.4'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722320'^^xsd:integer;
  dwc:observationDate '2011-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724766_20432724766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724766_20432724766> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724766_20432724766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8059209 4.7325904)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8059209"^^xsd:decimal ;
  dwc:decimalLongitude "4.7325904"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724766_20432724766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8059209 4.7325904)"^^geo:wktLiteral ;
  geo-pos:lat "52.8059209"^^xsd:decimal ;
  geo-pos:long "4.7325904"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724766_20432724766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724766'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.2616666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7325904'^^xsd:double;
  dwc:latitude '52.8059209'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724766'^^xsd:integer;
  dwc:observationDate '2011-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722346_20432722346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722346_20432722346> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722346_20432722346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058035 4.732598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8058035"^^xsd:decimal ;
  dwc:decimalLongitude "4.732598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722346_20432722346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058035 4.732598)"^^geo:wktLiteral ;
  geo-pos:lat "52.8058035"^^xsd:decimal ;
  geo-pos:long "4.732598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722346_20432722346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722346'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.421111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.732598'^^xsd:double;
  dwc:latitude '52.8058035'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '3'^^xsd:integer;
  dwc:maximumElevation '3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722346'^^xsd:integer;
  dwc:observationDate '2011-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723140_20432723140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723140_20432723140> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723140_20432723140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056733 4.7326179)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056733"^^xsd:decimal ;
  dwc:decimalLongitude "4.7326179"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723140_20432723140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056733 4.7326179)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056733"^^xsd:decimal ;
  geo-pos:long "4.7326179"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723140_20432723140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723140'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.7361111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7326179'^^xsd:double;
  dwc:latitude '52.8056733'^^xsd:double;
  dwc:coordinatePrecision '6.2'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723140'^^xsd:integer;
  dwc:observationDate '2011-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722737_20432722737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722737_20432722737> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722737_20432722737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056518 4.7326208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056518"^^xsd:decimal ;
  dwc:decimalLongitude "4.7326208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722737_20432722737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056518 4.7326208)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056518"^^xsd:decimal ;
  geo-pos:long "4.7326208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722737_20432722737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722737'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.9152777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7326208'^^xsd:double;
  dwc:latitude '52.8056518'^^xsd:double;
  dwc:coordinatePrecision '7.9'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722737'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766424_20432766424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766424_20432766424> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766424_20432766424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805554 4.7326266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.805554"^^xsd:decimal ;
  dwc:decimalLongitude "4.7326266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432766424_20432766424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805554 4.7326266)"^^geo:wktLiteral ;
  geo-pos:lat "52.805554"^^xsd:decimal ;
  geo-pos:long "4.7326266"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432766424_20432766424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766424'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.236666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7326266'^^xsd:double;
  dwc:latitude '52.805554'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766424'^^xsd:integer;
  dwc:observationDate '2011-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723908_20432723908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723908_20432723908> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723908_20432723908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057899 4.7326279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8057899"^^xsd:decimal ;
  dwc:decimalLongitude "4.7326279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723908_20432723908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057899 4.7326279)"^^geo:wktLiteral ;
  geo-pos:lat "52.8057899"^^xsd:decimal ;
  geo-pos:long "4.7326279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723908_20432723908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723908'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '3.7361111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7326279'^^xsd:double;
  dwc:latitude '52.8057899'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723908'^^xsd:integer;
  dwc:observationDate '2011-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721643_20432721643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721643_20432721643> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721643_20432721643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056011 4.7326319)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056011"^^xsd:decimal ;
  dwc:decimalLongitude "4.7326319"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721643_20432721643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056011 4.7326319)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056011"^^xsd:decimal ;
  geo-pos:long "4.7326319"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721643_20432721643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721643'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.428333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7326319'^^xsd:double;
  dwc:latitude '52.8056011'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721643'^^xsd:integer;
  dwc:observationDate '2011-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726589_20432726589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726589_20432726589> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726589_20432726589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056624 4.7326384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056624"^^xsd:decimal ;
  dwc:decimalLongitude "4.7326384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726589_20432726589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056624 4.7326384)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056624"^^xsd:decimal ;
  geo-pos:long "4.7326384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726589_20432726589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726589'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '18.511666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7326384'^^xsd:double;
  dwc:latitude '52.8056624'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726589'^^xsd:integer;
  dwc:observationDate '2011-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724752_20432724752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724752_20432724752> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724752_20432724752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8059521 4.7326422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8059521"^^xsd:decimal ;
  dwc:decimalLongitude "4.7326422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724752_20432724752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8059521 4.7326422)"^^geo:wktLiteral ;
  geo-pos:lat "52.8059521"^^xsd:decimal ;
  geo-pos:long "4.7326422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724752_20432724752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724752'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1.2483333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7326422'^^xsd:double;
  dwc:latitude '52.8059521'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724752'^^xsd:integer;
  dwc:observationDate '2011-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721878_20432721878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721878_20432721878> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721878_20432721878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056191 4.732645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056191"^^xsd:decimal ;
  dwc:decimalLongitude "4.732645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721878_20432721878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056191 4.732645)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056191"^^xsd:decimal ;
  geo-pos:long "4.732645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721878_20432721878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721878'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '7.8166666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.732645'^^xsd:double;
  dwc:latitude '52.8056191'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721878'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726865_20432726865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726865_20432726865> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726865_20432726865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056661 4.7326453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056661"^^xsd:decimal ;
  dwc:decimalLongitude "4.7326453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726865_20432726865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056661 4.7326453)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056661"^^xsd:decimal ;
  geo-pos:long "4.7326453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726865_20432726865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726865'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '8.9233333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7326453'^^xsd:double;
  dwc:latitude '52.8056661'^^xsd:double;
  dwc:coordinatePrecision '4.9'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726865'^^xsd:integer;
  dwc:observationDate '2011-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725828_20432725828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725828_20432725828> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725828_20432725828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056921 4.7326498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056921"^^xsd:decimal ;
  dwc:decimalLongitude "4.7326498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725828_20432725828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056921 4.7326498)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056921"^^xsd:decimal ;
  geo-pos:long "4.7326498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725828_20432725828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725828'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '5.0763888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7326498'^^xsd:double;
  dwc:latitude '52.8056921'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725828'^^xsd:integer;
  dwc:observationDate '2011-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723654_20432723654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723654_20432723654> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723654_20432723654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805644 4.7326556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.805644"^^xsd:decimal ;
  dwc:decimalLongitude "4.7326556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723654_20432723654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805644 4.7326556)"^^geo:wktLiteral ;
  geo-pos:lat "52.805644"^^xsd:decimal ;
  geo-pos:long "4.7326556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723654_20432723654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723654'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '11.563333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7326556'^^xsd:double;
  dwc:latitude '52.805644'^^xsd:double;
  dwc:coordinatePrecision '7.6'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723654'^^xsd:integer;
  dwc:observationDate '2011-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723636_20432723636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723636_20432723636> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723636_20432723636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805665 4.7326589)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.805665"^^xsd:decimal ;
  dwc:decimalLongitude "4.7326589"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723636_20432723636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805665 4.7326589)"^^geo:wktLiteral ;
  geo-pos:lat "52.805665"^^xsd:decimal ;
  geo-pos:long "4.7326589"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723636_20432723636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723636'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '10.553333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7326589'^^xsd:double;
  dwc:latitude '52.805665'^^xsd:double;
  dwc:coordinatePrecision '2.9'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723636'^^xsd:integer;
  dwc:observationDate '2011-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722741_20432722741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722741_20432722741> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722741_20432722741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056206 4.7326628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056206"^^xsd:decimal ;
  dwc:decimalLongitude "4.7326628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722741_20432722741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056206 4.7326628)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056206"^^xsd:decimal ;
  geo-pos:long "4.7326628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722741_20432722741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722741'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.175'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7326628'^^xsd:double;
  dwc:latitude '52.8056206'^^xsd:double;
  dwc:coordinatePrecision '3.7'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722741'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767772_20432767772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767772_20432767772> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767772_20432767772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8090337 4.7326754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8090337"^^xsd:decimal ;
  dwc:decimalLongitude "4.7326754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767772_20432767772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8090337 4.7326754)"^^geo:wktLiteral ;
  geo-pos:lat "52.8090337"^^xsd:decimal ;
  geo-pos:long "4.7326754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767772_20432767772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767772'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '15.304722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7326754'^^xsd:double;
  dwc:latitude '52.8090337'^^xsd:double;
  dwc:coordinatePrecision '7.2'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767772'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724948_20432724948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724948_20432724948> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724948_20432724948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056312 4.7326783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056312"^^xsd:decimal ;
  dwc:decimalLongitude "4.7326783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724948_20432724948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056312 4.7326783)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056312"^^xsd:decimal ;
  geo-pos:long "4.7326783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724948_20432724948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724948'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.1002777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7326783'^^xsd:double;
  dwc:latitude '52.8056312'^^xsd:double;
  dwc:coordinatePrecision '5.6'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724948'^^xsd:integer;
  dwc:observationDate '2011-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432727365_20432727365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432727365_20432727365> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432727365_20432727365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056253 4.7326859)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056253"^^xsd:decimal ;
  dwc:decimalLongitude "4.7326859"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432727365_20432727365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056253 4.7326859)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056253"^^xsd:decimal ;
  geo-pos:long "4.7326859"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432727365_20432727365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432727365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432727365'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.5080555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7326859'^^xsd:double;
  dwc:latitude '52.8056253'^^xsd:double;
  dwc:coordinatePrecision '3.5'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432727365'^^xsd:integer;
  dwc:observationDate '2011-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726333_20432726333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726333_20432726333> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726333_20432726333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056119 4.732699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056119"^^xsd:decimal ;
  dwc:decimalLongitude "4.732699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726333_20432726333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056119 4.732699)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056119"^^xsd:decimal ;
  geo-pos:long "4.732699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726333_20432726333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726333'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.145'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.732699'^^xsd:double;
  dwc:latitude '52.8056119'^^xsd:double;
  dwc:coordinatePrecision '6.3'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726333'^^xsd:integer;
  dwc:observationDate '2011-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721357_20432721357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721357_20432721357> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721357_20432721357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061654 4.7327011)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8061654"^^xsd:decimal ;
  dwc:decimalLongitude "4.7327011"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721357_20432721357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061654 4.7327011)"^^geo:wktLiteral ;
  geo-pos:lat "52.8061654"^^xsd:decimal ;
  geo-pos:long "4.7327011"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721357_20432721357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721357'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.9933333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7327011'^^xsd:double;
  dwc:latitude '52.8061654'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721357'^^xsd:integer;
  dwc:observationDate '2011-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724343_20432724343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724343_20432724343> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724343_20432724343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056414 4.7327016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056414"^^xsd:decimal ;
  dwc:decimalLongitude "4.7327016"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724343_20432724343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056414 4.7327016)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056414"^^xsd:decimal ;
  geo-pos:long "4.7327016"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724343_20432724343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724343'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '4.2355555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7327016'^^xsd:double;
  dwc:latitude '52.8056414'^^xsd:double;
  dwc:coordinatePrecision '8.7'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724343'^^xsd:integer;
  dwc:observationDate '2011-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724780_20432724780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724780_20432724780> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724780_20432724780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058548 4.732708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8058548"^^xsd:decimal ;
  dwc:decimalLongitude "4.732708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724780_20432724780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058548 4.732708)"^^geo:wktLiteral ;
  geo-pos:lat "52.8058548"^^xsd:decimal ;
  geo-pos:long "4.732708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724780_20432724780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724780'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3.2705555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.732708'^^xsd:double;
  dwc:latitude '52.8058548'^^xsd:double;
  dwc:coordinatePrecision '7.3'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724780'^^xsd:integer;
  dwc:observationDate '2011-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725653_20432725653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725653_20432725653> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725653_20432725653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055503 4.7327187)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055503"^^xsd:decimal ;
  dwc:decimalLongitude "4.7327187"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725653_20432725653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055503 4.7327187)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055503"^^xsd:decimal ;
  geo-pos:long "4.7327187"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725653_20432725653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725653'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '17.978888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7327187'^^xsd:double;
  dwc:latitude '52.8055503'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725653'^^xsd:integer;
  dwc:observationDate '2011-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723362_20432723362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723362_20432723362> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723362_20432723362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053886 4.7327191)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8053886"^^xsd:decimal ;
  dwc:decimalLongitude "4.7327191"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "13.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723362_20432723362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053886 4.7327191)"^^geo:wktLiteral ;
  geo-pos:lat "52.8053886"^^xsd:decimal ;
  geo-pos:long "4.7327191"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "13.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723362_20432723362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723362'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '23.172222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7327191'^^xsd:double;
  dwc:latitude '52.8053886'^^xsd:double;
  dwc:coordinatePrecision '13.7'^^xsd:double;
  dwc:minimumElevation '6'^^xsd:integer;
  dwc:maximumElevation '6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723362'^^xsd:integer;
  dwc:observationDate '2011-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724739_20432724739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724739_20432724739> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724739_20432724739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058562 4.7327206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8058562"^^xsd:decimal ;
  dwc:decimalLongitude "4.7327206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724739_20432724739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058562 4.7327206)"^^geo:wktLiteral ;
  geo-pos:lat "52.8058562"^^xsd:decimal ;
  geo-pos:long "4.7327206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724739_20432724739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724739'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '0.23944444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7327206'^^xsd:double;
  dwc:latitude '52.8058562'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724739'^^xsd:integer;
  dwc:observationDate '2011-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432727384_20432727384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432727384_20432727384> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432727384_20432727384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055757 4.7327207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055757"^^xsd:decimal ;
  dwc:decimalLongitude "4.7327207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432727384_20432727384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055757 4.7327207)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055757"^^xsd:decimal ;
  geo-pos:long "4.7327207"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432727384_20432727384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432727384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432727384'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.52'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7327207'^^xsd:double;
  dwc:latitude '52.8055757'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432727384'^^xsd:integer;
  dwc:observationDate '2011-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777476_20432777476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777476_20432777476> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777476_20432777476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8069517 4.7327542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8069517"^^xsd:decimal ;
  dwc:decimalLongitude "4.7327542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777476_20432777476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8069517 4.7327542)"^^geo:wktLiteral ;
  geo-pos:lat "52.8069517"^^xsd:decimal ;
  geo-pos:long "4.7327542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777476_20432777476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777476'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.060277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7327542'^^xsd:double;
  dwc:latitude '52.8069517'^^xsd:double;
  dwc:coordinatePrecision '5.9'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777476'^^xsd:integer;
  dwc:observationDate '2012-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726115_20432726115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726115_20432726115> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726115_20432726115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055879 4.7327594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055879"^^xsd:decimal ;
  dwc:decimalLongitude "4.7327594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726115_20432726115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055879 4.7327594)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055879"^^xsd:decimal ;
  geo-pos:long "4.7327594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726115_20432726115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726115'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '17.496666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7327594'^^xsd:double;
  dwc:latitude '52.8055879'^^xsd:double;
  dwc:coordinatePrecision '7.8'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726115'^^xsd:integer;
  dwc:observationDate '2011-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725122_20432725122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725122_20432725122> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725122_20432725122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055175 4.7327668)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055175"^^xsd:decimal ;
  dwc:decimalLongitude "4.7327668"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725122_20432725122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055175 4.7327668)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055175"^^xsd:decimal ;
  geo-pos:long "4.7327668"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725122_20432725122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725122'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15.673888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7327668'^^xsd:double;
  dwc:latitude '52.8055175'^^xsd:double;
  dwc:coordinatePrecision '7.3'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725122'^^xsd:integer;
  dwc:observationDate '2011-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725215_20432725215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725215_20432725215> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725215_20432725215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055927 4.7327715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055927"^^xsd:decimal ;
  dwc:decimalLongitude "4.7327715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725215_20432725215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055927 4.7327715)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055927"^^xsd:decimal ;
  geo-pos:long "4.7327715"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725215_20432725215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725215'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.733333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7327715'^^xsd:double;
  dwc:latitude '52.8055927'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725215'^^xsd:integer;
  dwc:observationDate '2011-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723925_20432723925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723925_20432723925> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723925_20432723925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055135 4.7327726)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055135"^^xsd:decimal ;
  dwc:decimalLongitude "4.7327726"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723925_20432723925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055135 4.7327726)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055135"^^xsd:decimal ;
  geo-pos:long "4.7327726"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723925_20432723925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723925'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '4.7502777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7327726'^^xsd:double;
  dwc:latitude '52.8055135'^^xsd:double;
  dwc:coordinatePrecision '6.4'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723925'^^xsd:integer;
  dwc:observationDate '2011-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723185_20432723185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723185_20432723185> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723185_20432723185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056157 4.7327753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056157"^^xsd:decimal ;
  dwc:decimalLongitude "4.7327753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723185_20432723185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056157 4.7327753)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056157"^^xsd:decimal ;
  geo-pos:long "4.7327753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723185_20432723185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723185'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '11.764166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7327753'^^xsd:double;
  dwc:latitude '52.8056157'^^xsd:double;
  dwc:coordinatePrecision '7'^^xsd:integer;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723185'^^xsd:integer;
  dwc:observationDate '2011-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726155_20432726155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726155_20432726155> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726155_20432726155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055282 4.7327801)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055282"^^xsd:decimal ;
  dwc:decimalLongitude "4.7327801"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726155_20432726155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055282 4.7327801)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055282"^^xsd:decimal ;
  geo-pos:long "4.7327801"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726155_20432726155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726155'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '19.015277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7327801'^^xsd:double;
  dwc:latitude '52.8055282'^^xsd:double;
  dwc:coordinatePrecision '11.2'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726155'^^xsd:integer;
  dwc:observationDate '2011-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724180_20432724180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724180_20432724180> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724180_20432724180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053753 4.7327854)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8053753"^^xsd:decimal ;
  dwc:decimalLongitude "4.7327854"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724180_20432724180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053753 4.7327854)"^^geo:wktLiteral ;
  geo-pos:lat "52.8053753"^^xsd:decimal ;
  geo-pos:long "4.7327854"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724180_20432724180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724180'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '17.635'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7327854'^^xsd:double;
  dwc:latitude '52.8053753'^^xsd:double;
  dwc:coordinatePrecision '6.4'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724180'^^xsd:integer;
  dwc:observationDate '2011-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725709_20432725709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725709_20432725709> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725709_20432725709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8060457 4.7327869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8060457"^^xsd:decimal ;
  dwc:decimalLongitude "4.7327869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725709_20432725709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8060457 4.7327869)"^^geo:wktLiteral ;
  geo-pos:lat "52.8060457"^^xsd:decimal ;
  geo-pos:long "4.7327869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725709_20432725709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725709'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20.51'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7327869'^^xsd:double;
  dwc:latitude '52.8060457'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '4'^^xsd:integer;
  dwc:maximumElevation '4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725709'^^xsd:integer;
  dwc:observationDate '2011-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724651_20432724651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724651_20432724651> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724651_20432724651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055083 4.7327882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055083"^^xsd:decimal ;
  dwc:decimalLongitude "4.7327882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724651_20432724651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055083 4.7327882)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055083"^^xsd:decimal ;
  geo-pos:long "4.7327882"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724651_20432724651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724651'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.667222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7327882'^^xsd:double;
  dwc:latitude '52.8055083'^^xsd:double;
  dwc:coordinatePrecision '7.6'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724651'^^xsd:integer;
  dwc:observationDate '2011-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726047_20432726047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726047_20432726047> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726047_20432726047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055612 4.7327945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055612"^^xsd:decimal ;
  dwc:decimalLongitude "4.7327945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726047_20432726047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055612 4.7327945)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055612"^^xsd:decimal ;
  geo-pos:long "4.7327945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726047_20432726047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726047'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '13.458055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7327945'^^xsd:double;
  dwc:latitude '52.8055612'^^xsd:double;
  dwc:coordinatePrecision '8.4'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726047'^^xsd:integer;
  dwc:observationDate '2011-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722773_20432722773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722773_20432722773> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722773_20432722773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055831 4.7328048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055831"^^xsd:decimal ;
  dwc:decimalLongitude "4.7328048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722773_20432722773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055831 4.7328048)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055831"^^xsd:decimal ;
  geo-pos:long "4.7328048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722773_20432722773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722773'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '12.196944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7328048'^^xsd:double;
  dwc:latitude '52.8055831'^^xsd:double;
  dwc:coordinatePrecision '5.7'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722773'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722758_20432722758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722758_20432722758> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722758_20432722758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056126 4.7328084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056126"^^xsd:decimal ;
  dwc:decimalLongitude "4.7328084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722758_20432722758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056126 4.7328084)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056126"^^xsd:decimal ;
  geo-pos:long "4.7328084"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722758_20432722758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722758'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.180833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7328084'^^xsd:double;
  dwc:latitude '52.8056126'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '5'^^xsd:integer;
  dwc:maximumElevation '5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722758'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723321_20432723321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723321_20432723321> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723321_20432723321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056153 4.7328116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056153"^^xsd:decimal ;
  dwc:decimalLongitude "4.7328116"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723321_20432723321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056153 4.7328116)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056153"^^xsd:decimal ;
  geo-pos:long "4.7328116"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "25.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723321_20432723321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723321'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '20.142777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7328116'^^xsd:double;
  dwc:latitude '52.8056153'^^xsd:double;
  dwc:coordinatePrecision '25.4'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723321'^^xsd:integer;
  dwc:observationDate '2011-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721966_20432721966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721966_20432721966> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721966_20432721966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805505 4.7328183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.805505"^^xsd:decimal ;
  dwc:decimalLongitude "4.7328183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721966_20432721966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805505 4.7328183)"^^geo:wktLiteral ;
  geo-pos:lat "52.805505"^^xsd:decimal ;
  geo-pos:long "4.7328183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721966_20432721966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721966'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '13.895'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7328183'^^xsd:double;
  dwc:latitude '52.805505'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-22'^^xsd:integer;
  dwc:maximumElevation '-22'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721966'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766970_20432766970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766970_20432766970> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766970_20432766970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8076695 4.7328234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8076695"^^xsd:decimal ;
  dwc:decimalLongitude "4.7328234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432766970_20432766970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8076695 4.7328234)"^^geo:wktLiteral ;
  geo-pos:lat "52.8076695"^^xsd:decimal ;
  geo-pos:long "4.7328234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432766970_20432766970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766970'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15.461111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7328234'^^xsd:double;
  dwc:latitude '52.8076695'^^xsd:double;
  dwc:coordinatePrecision '2.5'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766970'^^xsd:integer;
  dwc:observationDate '2011-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721952_20432721952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721952_20432721952> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721952_20432721952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055039 4.7328279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055039"^^xsd:decimal ;
  dwc:decimalLongitude "4.7328279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721952_20432721952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055039 4.7328279)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055039"^^xsd:decimal ;
  geo-pos:long "4.7328279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721952_20432721952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721952'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.882222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7328279'^^xsd:double;
  dwc:latitude '52.8055039'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721952'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724108_20432724108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724108_20432724108> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724108_20432724108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055239 4.7328288)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055239"^^xsd:decimal ;
  dwc:decimalLongitude "4.7328288"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724108_20432724108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055239 4.7328288)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055239"^^xsd:decimal ;
  geo-pos:long "4.7328288"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724108_20432724108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724108'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '12.583333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7328288'^^xsd:double;
  dwc:latitude '52.8055239'^^xsd:double;
  dwc:coordinatePrecision '6.3'^^xsd:double;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724108'^^xsd:integer;
  dwc:observationDate '2011-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724604_20432724604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724604_20432724604> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724604_20432724604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054503 4.7328328)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8054503"^^xsd:decimal ;
  dwc:decimalLongitude "4.7328328"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724604_20432724604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054503 4.7328328)"^^geo:wktLiteral ;
  geo-pos:lat "52.8054503"^^xsd:decimal ;
  geo-pos:long "4.7328328"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724604_20432724604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724604'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.139722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7328328'^^xsd:double;
  dwc:latitude '52.8054503'^^xsd:double;
  dwc:coordinatePrecision '7.3'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724604'^^xsd:integer;
  dwc:observationDate '2011-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722290_20432722290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722290_20432722290> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722290_20432722290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055354 4.7328412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055354"^^xsd:decimal ;
  dwc:decimalLongitude "4.7328412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722290_20432722290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055354 4.7328412)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055354"^^xsd:decimal ;
  geo-pos:long "4.7328412"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722290_20432722290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722290'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '7.3766666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7328412'^^xsd:double;
  dwc:latitude '52.8055354'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722290'^^xsd:integer;
  dwc:observationDate '2011-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723125_20432723125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723125_20432723125> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723125_20432723125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055356 4.7328446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055356"^^xsd:decimal ;
  dwc:decimalLongitude "4.7328446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723125_20432723125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055356 4.7328446)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055356"^^xsd:decimal ;
  geo-pos:long "4.7328446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723125_20432723125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723125'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '7.7127777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7328446'^^xsd:double;
  dwc:latitude '52.8055356'^^xsd:double;
  dwc:coordinatePrecision '20.2'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723125'^^xsd:integer;
  dwc:observationDate '2011-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723096_20432723096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723096_20432723096> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723096_20432723096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805515 4.7328448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.805515"^^xsd:decimal ;
  dwc:decimalLongitude "4.7328448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723096_20432723096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805515 4.7328448)"^^geo:wktLiteral ;
  geo-pos:lat "52.805515"^^xsd:decimal ;
  geo-pos:long "4.7328448"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723096_20432723096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723096'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '6.4433333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7328448'^^xsd:double;
  dwc:latitude '52.805515'^^xsd:double;
  dwc:coordinatePrecision '4.9'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723096'^^xsd:integer;
  dwc:observationDate '2011-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724094_20432724094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724094_20432724094> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724094_20432724094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054697 4.7328751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8054697"^^xsd:decimal ;
  dwc:decimalLongitude "4.7328751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724094_20432724094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054697 4.7328751)"^^geo:wktLiteral ;
  geo-pos:lat "52.8054697"^^xsd:decimal ;
  geo-pos:long "4.7328751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724094_20432724094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724094'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '11.576666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7328751'^^xsd:double;
  dwc:latitude '52.8054697'^^xsd:double;
  dwc:coordinatePrecision '2.9'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724094'^^xsd:integer;
  dwc:observationDate '2011-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721800_20432721800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721800_20432721800> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721800_20432721800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054952 4.7328761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8054952"^^xsd:decimal ;
  dwc:decimalLongitude "4.7328761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721800_20432721800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054952 4.7328761)"^^geo:wktLiteral ;
  geo-pos:lat "52.8054952"^^xsd:decimal ;
  geo-pos:long "4.7328761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721800_20432721800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721800'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '4.7697222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7328761'^^xsd:double;
  dwc:latitude '52.8054952'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721800'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723854_20432723854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723854_20432723854> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723854_20432723854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056935 4.7328805)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056935"^^xsd:decimal ;
  dwc:decimalLongitude "4.7328805"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723854_20432723854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056935 4.7328805)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056935"^^xsd:decimal ;
  geo-pos:long "4.7328805"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723854_20432723854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723854'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '23.7075'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7328805'^^xsd:double;
  dwc:latitude '52.8056935'^^xsd:double;
  dwc:coordinatePrecision '8.4'^^xsd:double;
  dwc:minimumElevation '-20'^^xsd:integer;
  dwc:maximumElevation '-20'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723854'^^xsd:integer;
  dwc:observationDate '2011-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724684_20432724684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724684_20432724684> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724684_20432724684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057992 4.7328824)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8057992"^^xsd:decimal ;
  dwc:decimalLongitude "4.7328824"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724684_20432724684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057992 4.7328824)"^^geo:wktLiteral ;
  geo-pos:lat "52.8057992"^^xsd:decimal ;
  geo-pos:long "4.7328824"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724684_20432724684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724684'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.1825'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7328824'^^xsd:double;
  dwc:latitude '52.8057992'^^xsd:double;
  dwc:coordinatePrecision '7.5'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724684'^^xsd:integer;
  dwc:observationDate '2011-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725284_20432725284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725284_20432725284> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725284_20432725284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8064347 4.7328826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8064347"^^xsd:decimal ;
  dwc:decimalLongitude "4.7328826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725284_20432725284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8064347 4.7328826)"^^geo:wktLiteral ;
  geo-pos:lat "52.8064347"^^xsd:decimal ;
  geo-pos:long "4.7328826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725284_20432725284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725284'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '0.78666666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7328826'^^xsd:double;
  dwc:latitude '52.8064347'^^xsd:double;
  dwc:coordinatePrecision '5.8'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725284'^^xsd:integer;
  dwc:observationDate '2011-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726795_20432726795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726795_20432726795> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726795_20432726795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054119 4.7328833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8054119"^^xsd:decimal ;
  dwc:decimalLongitude "4.7328833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726795_20432726795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054119 4.7328833)"^^geo:wktLiteral ;
  geo-pos:lat "52.8054119"^^xsd:decimal ;
  geo-pos:long "4.7328833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726795_20432726795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726795'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.1475'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7328833'^^xsd:double;
  dwc:latitude '52.8054119'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726795'^^xsd:integer;
  dwc:observationDate '2011-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726375_20432726375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726375_20432726375> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726375_20432726375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054747 4.7328852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8054747"^^xsd:decimal ;
  dwc:decimalLongitude "4.7328852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726375_20432726375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054747 4.7328852)"^^geo:wktLiteral ;
  geo-pos:lat "52.8054747"^^xsd:decimal ;
  geo-pos:long "4.7328852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726375_20432726375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726375'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.1602777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7328852'^^xsd:double;
  dwc:latitude '52.8054747'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726375'^^xsd:integer;
  dwc:observationDate '2011-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725615_20432725615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725615_20432725615> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725615_20432725615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8069648 4.7328926)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8069648"^^xsd:decimal ;
  dwc:decimalLongitude "4.7328926"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725615_20432725615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8069648 4.7328926)"^^geo:wktLiteral ;
  geo-pos:lat "52.8069648"^^xsd:decimal ;
  geo-pos:long "4.7328926"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725615_20432725615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725615'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.698611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7328926'^^xsd:double;
  dwc:latitude '52.8069648'^^xsd:double;
  dwc:coordinatePrecision '7.8'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725615'^^xsd:integer;
  dwc:observationDate '2011-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723881_20432723881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723881_20432723881> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723881_20432723881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057345 4.7328982)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8057345"^^xsd:decimal ;
  dwc:decimalLongitude "4.7328982"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723881_20432723881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057345 4.7328982)"^^geo:wktLiteral ;
  geo-pos:lat "52.8057345"^^xsd:decimal ;
  geo-pos:long "4.7328982"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723881_20432723881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723881'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '1.7222222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7328982'^^xsd:double;
  dwc:latitude '52.8057345'^^xsd:double;
  dwc:coordinatePrecision '3.5'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723881'^^xsd:integer;
  dwc:observationDate '2011-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723934_20432723934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723934_20432723934> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723934_20432723934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054811 4.7329114)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8054811"^^xsd:decimal ;
  dwc:decimalLongitude "4.7329114"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723934_20432723934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054811 4.7329114)"^^geo:wktLiteral ;
  geo-pos:lat "52.8054811"^^xsd:decimal ;
  geo-pos:long "4.7329114"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723934_20432723934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723934'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '5.0086111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7329114'^^xsd:double;
  dwc:latitude '52.8054811'^^xsd:double;
  dwc:coordinatePrecision '7.2'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723934'^^xsd:integer;
  dwc:observationDate '2011-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723895_20432723895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723895_20432723895> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723895_20432723895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057614 4.7329117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8057614"^^xsd:decimal ;
  dwc:decimalLongitude "4.7329117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723895_20432723895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057614 4.7329117)"^^geo:wktLiteral ;
  geo-pos:lat "52.8057614"^^xsd:decimal ;
  geo-pos:long "4.7329117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723895_20432723895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723895'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '2.7286111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7329117'^^xsd:double;
  dwc:latitude '52.8057614'^^xsd:double;
  dwc:coordinatePrecision '6.7'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723895'^^xsd:integer;
  dwc:observationDate '2011-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723732_20432723732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723732_20432723732> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723732_20432723732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053104 4.7329121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8053104"^^xsd:decimal ;
  dwc:decimalLongitude "4.7329121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723732_20432723732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053104 4.7329121)"^^geo:wktLiteral ;
  geo-pos:lat "52.8053104"^^xsd:decimal ;
  geo-pos:long "4.7329121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723732_20432723732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723732'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '16.636666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7329121'^^xsd:double;
  dwc:latitude '52.8053104'^^xsd:double;
  dwc:coordinatePrecision '7.2'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723732'^^xsd:integer;
  dwc:observationDate '2011-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725141_20432725141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725141_20432725141> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725141_20432725141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054688 4.732913)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8054688"^^xsd:decimal ;
  dwc:decimalLongitude "4.732913"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725141_20432725141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054688 4.732913)"^^geo:wktLiteral ;
  geo-pos:lat "52.8054688"^^xsd:decimal ;
  geo-pos:long "4.732913"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725141_20432725141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725141'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '16.691666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.732913'^^xsd:double;
  dwc:latitude '52.8054688'^^xsd:double;
  dwc:coordinatePrecision '4.9'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725141'^^xsd:integer;
  dwc:observationDate '2011-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724851_20432724851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724851_20432724851> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724851_20432724851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053616 4.7329159)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8053616"^^xsd:decimal ;
  dwc:decimalLongitude "4.7329159"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724851_20432724851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053616 4.7329159)"^^geo:wktLiteral ;
  geo-pos:lat "52.8053616"^^xsd:decimal ;
  geo-pos:long "4.7329159"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724851_20432724851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724851'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.0441666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7329159'^^xsd:double;
  dwc:latitude '52.8053616'^^xsd:double;
  dwc:coordinatePrecision '6.8'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724851'^^xsd:integer;
  dwc:observationDate '2011-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721291_20432721291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721291_20432721291> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721291_20432721291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805218 4.732916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.805218"^^xsd:decimal ;
  dwc:decimalLongitude "4.732916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "19.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721291_20432721291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805218 4.732916)"^^geo:wktLiteral ;
  geo-pos:lat "52.805218"^^xsd:decimal ;
  geo-pos:long "4.732916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "19.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721291_20432721291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721291'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '18.414166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.732916'^^xsd:double;
  dwc:latitude '52.805218'^^xsd:double;
  dwc:coordinatePrecision '19.9'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721291'^^xsd:integer;
  dwc:observationDate '2011-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725270_20432725270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725270_20432725270> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725270_20432725270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.806351 4.73293)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.806351"^^xsd:decimal ;
  dwc:decimalLongitude "4.73293"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725270_20432725270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.806351 4.73293)"^^geo:wktLiteral ;
  geo-pos:lat "52.806351"^^xsd:decimal ;
  geo-pos:long "4.73293"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725270_20432725270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725270'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '23.786666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.73293'^^xsd:double;
  dwc:latitude '52.806351'^^xsd:double;
  dwc:coordinatePrecision '6.9'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725270'^^xsd:integer;
  dwc:observationDate '2011-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725229_20432725229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725229_20432725229> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725229_20432725229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058245 4.7329332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8058245"^^xsd:decimal ;
  dwc:decimalLongitude "4.7329332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725229_20432725229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058245 4.7329332)"^^geo:wktLiteral ;
  geo-pos:lat "52.8058245"^^xsd:decimal ;
  geo-pos:long "4.7329332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725229_20432725229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725229'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '20.745'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7329332'^^xsd:double;
  dwc:latitude '52.8058245'^^xsd:double;
  dwc:coordinatePrecision '3.1'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725229'^^xsd:integer;
  dwc:observationDate '2011-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782782_20432782782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782782_20432782782> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782782_20432782782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9627997 4.7329344)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9627997"^^xsd:decimal ;
  dwc:decimalLongitude "4.7329344"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782782_20432782782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9627997 4.7329344)"^^geo:wktLiteral ;
  geo-pos:lat "52.9627997"^^xsd:decimal ;
  geo-pos:long "4.7329344"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782782_20432782782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782782'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '22.681944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7329344'^^xsd:double;
  dwc:latitude '52.9627997'^^xsd:double;
  dwc:coordinatePrecision '8.7'^^xsd:double;
  dwc:minimumElevation '9'^^xsd:integer;
  dwc:maximumElevation '9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782782'^^xsd:integer;
  dwc:observationDate '2012-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723619_20432723619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723619_20432723619> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723619_20432723619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805386 4.7329462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.805386"^^xsd:decimal ;
  dwc:decimalLongitude "4.7329462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723619_20432723619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805386 4.7329462)"^^geo:wktLiteral ;
  geo-pos:lat "52.805386"^^xsd:decimal ;
  geo-pos:long "4.7329462"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723619_20432723619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723619'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.5416666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7329462'^^xsd:double;
  dwc:latitude '52.805386'^^xsd:double;
  dwc:coordinatePrecision '8.3'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723619'^^xsd:integer;
  dwc:observationDate '2011-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726538_20432726538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726538_20432726538> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726538_20432726538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054046 4.7329504)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8054046"^^xsd:decimal ;
  dwc:decimalLongitude "4.7329504"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726538_20432726538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054046 4.7329504)"^^geo:wktLiteral ;
  geo-pos:lat "52.8054046"^^xsd:decimal ;
  geo-pos:long "4.7329504"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726538_20432726538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726538'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.495'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7329504'^^xsd:double;
  dwc:latitude '52.8054046'^^xsd:double;
  dwc:coordinatePrecision '3.5'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726538'^^xsd:integer;
  dwc:observationDate '2011-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724712_20432724712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724712_20432724712> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724712_20432724712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056291 4.7329523)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056291"^^xsd:decimal ;
  dwc:decimalLongitude "4.7329523"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724712_20432724712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056291 4.7329523)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056291"^^xsd:decimal ;
  geo-pos:long "4.7329523"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724712_20432724712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724712'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '22.208333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7329523'^^xsd:double;
  dwc:latitude '52.8056291'^^xsd:double;
  dwc:coordinatePrecision '8.1'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724712'^^xsd:integer;
  dwc:observationDate '2011-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725297_20432725297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725297_20432725297> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725297_20432725297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8063921 4.7329586)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8063921"^^xsd:decimal ;
  dwc:decimalLongitude "4.7329586"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725297_20432725297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8063921 4.7329586)"^^geo:wktLiteral ;
  geo-pos:lat "52.8063921"^^xsd:decimal ;
  geo-pos:long "4.7329586"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725297_20432725297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725297'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '1.7933333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7329586'^^xsd:double;
  dwc:latitude '52.8063921'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725297'^^xsd:integer;
  dwc:observationDate '2011-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723301_20432723301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723301_20432723301> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723301_20432723301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054242 4.7329594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8054242"^^xsd:decimal ;
  dwc:decimalLongitude "4.7329594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723301_20432723301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054242 4.7329594)"^^geo:wktLiteral ;
  geo-pos:lat "52.8054242"^^xsd:decimal ;
  geo-pos:long "4.7329594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723301_20432723301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723301'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19.123611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7329594'^^xsd:double;
  dwc:latitude '52.8054242'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723301'^^xsd:integer;
  dwc:observationDate '2011-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777452_20432777452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777452_20432777452> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777452_20432777452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8076666 4.7329617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8076666"^^xsd:decimal ;
  dwc:decimalLongitude "4.7329617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777452_20432777452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8076666 4.7329617)"^^geo:wktLiteral ;
  geo-pos:lat "52.8076666"^^xsd:decimal ;
  geo-pos:long "4.7329617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777452_20432777452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777452'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.017777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7329617'^^xsd:double;
  dwc:latitude '52.8076666'^^xsd:double;
  dwc:coordinatePrecision '5.9'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777452'^^xsd:integer;
  dwc:observationDate '2012-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725063_20432725063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725063_20432725063> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725063_20432725063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054336 4.7329708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8054336"^^xsd:decimal ;
  dwc:decimalLongitude "4.7329708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725063_20432725063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054336 4.7329708)"^^geo:wktLiteral ;
  geo-pos:lat "52.8054336"^^xsd:decimal ;
  geo-pos:long "4.7329708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725063_20432725063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725063'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.643333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7329708'^^xsd:double;
  dwc:latitude '52.8054336'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725063'^^xsd:integer;
  dwc:observationDate '2011-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725242_20432725242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725242_20432725242> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725242_20432725242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058516 4.7329731)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8058516"^^xsd:decimal ;
  dwc:decimalLongitude "4.7329731"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725242_20432725242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058516 4.7329731)"^^geo:wktLiteral ;
  geo-pos:lat "52.8058516"^^xsd:decimal ;
  geo-pos:long "4.7329731"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725242_20432725242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725242'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '21.7575'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7329731'^^xsd:double;
  dwc:latitude '52.8058516'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725242'^^xsd:integer;
  dwc:observationDate '2011-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725820_20432725820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725820_20432725820> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725820_20432725820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056621 4.7329741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056621"^^xsd:decimal ;
  dwc:decimalLongitude "4.7329741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725820_20432725820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056621 4.7329741)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056621"^^xsd:decimal ;
  geo-pos:long "4.7329741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725820_20432725820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725820'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '4.5783333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7329741'^^xsd:double;
  dwc:latitude '52.8056621'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725820'^^xsd:integer;
  dwc:observationDate '2011-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722057_20432722057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722057_20432722057> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722057_20432722057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054519 4.7329751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8054519"^^xsd:decimal ;
  dwc:decimalLongitude "4.7329751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722057_20432722057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054519 4.7329751)"^^geo:wktLiteral ;
  geo-pos:lat "52.8054519"^^xsd:decimal ;
  geo-pos:long "4.7329751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722057_20432722057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722057'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '19.220277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7329751'^^xsd:double;
  dwc:latitude '52.8054519'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722057'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723868_20432723868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723868_20432723868> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723868_20432723868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056555 4.732976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056555"^^xsd:decimal ;
  dwc:decimalLongitude "4.732976"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723868_20432723868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056555 4.732976)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056555"^^xsd:decimal ;
  geo-pos:long "4.732976"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723868_20432723868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723868'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '0.71694444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.732976'^^xsd:double;
  dwc:latitude '52.8056555'^^xsd:double;
  dwc:coordinatePrecision '2.6'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723868'^^xsd:integer;
  dwc:observationDate '2011-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723298_20432723298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723298_20432723298> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723298_20432723298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805415 4.7329797)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.805415"^^xsd:decimal ;
  dwc:decimalLongitude "4.7329797"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723298_20432723298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805415 4.7329797)"^^geo:wktLiteral ;
  geo-pos:lat "52.805415"^^xsd:decimal ;
  geo-pos:long "4.7329797"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723298_20432723298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723298'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '18.871666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7329797'^^xsd:double;
  dwc:latitude '52.805415'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723298'^^xsd:integer;
  dwc:observationDate '2011-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724698_20432724698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724698_20432724698> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724698_20432724698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056335 4.7329807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056335"^^xsd:decimal ;
  dwc:decimalLongitude "4.7329807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724698_20432724698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056335 4.7329807)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056335"^^xsd:decimal ;
  geo-pos:long "4.7329807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724698_20432724698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724698'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '21.196388888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7329807'^^xsd:double;
  dwc:latitude '52.8056335'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724698'^^xsd:integer;
  dwc:observationDate '2011-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725311_20432725311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725311_20432725311> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725311_20432725311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8064022 4.7329892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8064022"^^xsd:decimal ;
  dwc:decimalLongitude "4.7329892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725311_20432725311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8064022 4.7329892)"^^geo:wktLiteral ;
  geo-pos:lat "52.8064022"^^xsd:decimal ;
  geo-pos:long "4.7329892"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725311_20432725311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725311'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '2.8036111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7329892'^^xsd:double;
  dwc:latitude '52.8064022'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725311'^^xsd:integer;
  dwc:observationDate '2011-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724549_20432724549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724549_20432724549> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724549_20432724549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056582 4.7329931)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056582"^^xsd:decimal ;
  dwc:decimalLongitude "4.7329931"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "13.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724549_20432724549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056582 4.7329931)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056582"^^xsd:decimal ;
  geo-pos:long "4.7329931"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "13.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724549_20432724549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724549'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.108055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7329931'^^xsd:double;
  dwc:latitude '52.8056582'^^xsd:double;
  dwc:coordinatePrecision '13.9'^^xsd:double;
  dwc:minimumElevation '30'^^xsd:integer;
  dwc:maximumElevation '30'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724549'^^xsd:integer;
  dwc:observationDate '2011-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724057_20432724057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724057_20432724057> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724057_20432724057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053723 4.7329992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8053723"^^xsd:decimal ;
  dwc:decimalLongitude "4.7329992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724057_20432724057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053723 4.7329992)"^^geo:wktLiteral ;
  geo-pos:lat "52.8053723"^^xsd:decimal ;
  geo-pos:long "4.7329992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724057_20432724057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724057'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9.3116666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7329992'^^xsd:double;
  dwc:latitude '52.8053723'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724057'^^xsd:integer;
  dwc:observationDate '2011-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723376_20432723376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723376_20432723376> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723376_20432723376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055199 4.7329996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055199"^^xsd:decimal ;
  dwc:decimalLongitude "4.7329996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723376_20432723376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055199 4.7329996)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055199"^^xsd:decimal ;
  geo-pos:long "4.7329996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723376_20432723376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723376'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '0.18194444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7329996'^^xsd:double;
  dwc:latitude '52.8055199'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723376'^^xsd:integer;
  dwc:observationDate '2011-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724038_20432724038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724038_20432724038> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724038_20432724038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053644 4.7330002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8053644"^^xsd:decimal ;
  dwc:decimalLongitude "4.7330002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724038_20432724038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053644 4.7330002)"^^geo:wktLiteral ;
  geo-pos:lat "52.8053644"^^xsd:decimal ;
  geo-pos:long "4.7330002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724038_20432724038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724038'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.3'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7330002'^^xsd:double;
  dwc:latitude '52.8053644'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724038'^^xsd:integer;
  dwc:observationDate '2011-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723841_20432723841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723841_20432723841> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723841_20432723841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056277 4.7330016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056277"^^xsd:decimal ;
  dwc:decimalLongitude "4.7330016"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723841_20432723841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056277 4.7330016)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056277"^^xsd:decimal ;
  geo-pos:long "4.7330016"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723841_20432723841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723841'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '22.695'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7330016'^^xsd:double;
  dwc:latitude '52.8056277'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723841'^^xsd:integer;
  dwc:observationDate '2011-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782333_20432782333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782333_20432782333> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782333_20432782333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9578412 4.7330079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9578412"^^xsd:decimal ;
  dwc:decimalLongitude "4.7330079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782333_20432782333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9578412 4.7330079)"^^geo:wktLiteral ;
  geo-pos:lat "52.9578412"^^xsd:decimal ;
  geo-pos:long "4.7330079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782333_20432782333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782333'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '6.0002777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7330079'^^xsd:double;
  dwc:latitude '52.9578412'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782333'^^xsd:integer;
  dwc:observationDate '2012-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723799_20432723799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723799_20432723799> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723799_20432723799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.80539 4.733016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.80539"^^xsd:decimal ;
  dwc:decimalLongitude "4.733016"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723799_20432723799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.80539 4.733016)"^^geo:wktLiteral ;
  geo-pos:lat "52.80539"^^xsd:decimal ;
  geo-pos:long "4.733016"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723799_20432723799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723799'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '19.668333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.733016'^^xsd:double;
  dwc:latitude '52.80539'^^xsd:double;
  dwc:coordinatePrecision '2.6'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723799'^^xsd:integer;
  dwc:observationDate '2011-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724725_20432724725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724725_20432724725> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724725_20432724725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055113 4.733016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055113"^^xsd:decimal ;
  dwc:decimalLongitude "4.733016"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724725_20432724725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055113 4.733016)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055113"^^xsd:decimal ;
  geo-pos:long "4.733016"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724725_20432724725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724725'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '23.228888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.733016'^^xsd:double;
  dwc:latitude '52.8055113'^^xsd:double;
  dwc:coordinatePrecision '7.3'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724725'^^xsd:integer;
  dwc:observationDate '2011-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724670_20432724670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724670_20432724670> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724670_20432724670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053868 4.7330214)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8053868"^^xsd:decimal ;
  dwc:decimalLongitude "4.7330214"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724670_20432724670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053868 4.7330214)"^^geo:wktLiteral ;
  geo-pos:lat "52.8053868"^^xsd:decimal ;
  geo-pos:long "4.7330214"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724670_20432724670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724670'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.177222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7330214'^^xsd:double;
  dwc:latitude '52.8053868'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724670'^^xsd:integer;
  dwc:observationDate '2011-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724122_20432724122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724122_20432724122> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724122_20432724122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805326 4.7330243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.805326"^^xsd:decimal ;
  dwc:decimalLongitude "4.7330243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "14.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724122_20432724122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805326 4.7330243)"^^geo:wktLiteral ;
  geo-pos:lat "52.805326"^^xsd:decimal ;
  geo-pos:long "4.7330243"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "14.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724122_20432724122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724122'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '13.588333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7330243'^^xsd:double;
  dwc:latitude '52.805326'^^xsd:double;
  dwc:coordinatePrecision '14.1'^^xsd:double;
  dwc:minimumElevation '-18'^^xsd:integer;
  dwc:maximumElevation '-18'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724122'^^xsd:integer;
  dwc:observationDate '2011-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724303_20432724303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724303_20432724303> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724303_20432724303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056435 4.7330273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056435"^^xsd:decimal ;
  dwc:decimalLongitude "4.7330273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724303_20432724303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056435 4.7330273)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056435"^^xsd:decimal ;
  geo-pos:long "4.7330273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724303_20432724303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724303'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '1.2038888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7330273'^^xsd:double;
  dwc:latitude '52.8056435'^^xsd:double;
  dwc:coordinatePrecision '5.8'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724303'^^xsd:integer;
  dwc:observationDate '2011-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723390_20432723390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723390_20432723390> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723390_20432723390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055172 4.7330292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055172"^^xsd:decimal ;
  dwc:decimalLongitude "4.7330292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723390_20432723390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055172 4.7330292)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055172"^^xsd:decimal ;
  geo-pos:long "4.7330292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723390_20432723390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723390'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '1.1913888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7330292'^^xsd:double;
  dwc:latitude '52.8055172'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723390'^^xsd:integer;
  dwc:observationDate '2011-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432727399_20432727399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432727399_20432727399> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432727399_20432727399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053718 4.7330367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8053718"^^xsd:decimal ;
  dwc:decimalLongitude "4.7330367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432727399_20432727399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053718 4.7330367)"^^geo:wktLiteral ;
  geo-pos:lat "52.8053718"^^xsd:decimal ;
  geo-pos:long "4.7330367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432727399_20432727399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432727399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432727399'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.536111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7330367'^^xsd:double;
  dwc:latitude '52.8053718'^^xsd:double;
  dwc:coordinatePrecision '2.9'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432727399'^^xsd:integer;
  dwc:observationDate '2011-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723404_20432723404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723404_20432723404> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723404_20432723404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055798 4.7330432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055798"^^xsd:decimal ;
  dwc:decimalLongitude "4.7330432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723404_20432723404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055798 4.7330432)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055798"^^xsd:decimal ;
  geo-pos:long "4.7330432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723404_20432723404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723404'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '2.2033333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7330432'^^xsd:double;
  dwc:latitude '52.8055798'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723404'^^xsd:integer;
  dwc:observationDate '2011-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722133_20432722133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722133_20432722133> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722133_20432722133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054391 4.7330545)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8054391"^^xsd:decimal ;
  dwc:decimalLongitude "4.7330545"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722133_20432722133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054391 4.7330545)"^^geo:wktLiteral ;
  geo-pos:lat "52.8054391"^^xsd:decimal ;
  geo-pos:long "4.7330545"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722133_20432722133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722133'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0.54166666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7330545'^^xsd:double;
  dwc:latitude '52.8054391'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '9'^^xsd:integer;
  dwc:maximumElevation '9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722133'^^xsd:integer;
  dwc:observationDate '2011-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724329_20432724329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724329_20432724329> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724329_20432724329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055595 4.7330558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055595"^^xsd:decimal ;
  dwc:decimalLongitude "4.7330558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724329_20432724329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055595 4.7330558)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055595"^^xsd:decimal ;
  geo-pos:long "4.7330558"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724329_20432724329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724329'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '3.2319444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7330558'^^xsd:double;
  dwc:latitude '52.8055595'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724329'^^xsd:integer;
  dwc:observationDate '2011-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724289_20432724289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724289_20432724289> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724289_20432724289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055654 4.733071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055654"^^xsd:decimal ;
  dwc:decimalLongitude "4.733071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724289_20432724289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055654 4.733071)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055654"^^xsd:decimal ;
  geo-pos:long "4.733071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724289_20432724289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724289'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '0.19388888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.733071'^^xsd:double;
  dwc:latitude '52.8055654'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724289'^^xsd:integer;
  dwc:observationDate '2011-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723171_20432723171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723171_20432723171> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723171_20432723171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8051848 4.7330739)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8051848"^^xsd:decimal ;
  dwc:decimalLongitude "4.7330739"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723171_20432723171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8051848 4.7330739)"^^geo:wktLiteral ;
  geo-pos:lat "52.8051848"^^xsd:decimal ;
  geo-pos:long "4.7330739"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723171_20432723171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723171'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10.750277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7330739'^^xsd:double;
  dwc:latitude '52.8051848'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723171'^^xsd:integer;
  dwc:observationDate '2011-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726252_20432726252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726252_20432726252> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726252_20432726252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8059637 4.7330773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8059637"^^xsd:decimal ;
  dwc:decimalLongitude "4.7330773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726252_20432726252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8059637 4.7330773)"^^geo:wktLiteral ;
  geo-pos:lat "52.8059637"^^xsd:decimal ;
  geo-pos:long "4.7330773"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726252_20432726252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726252'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '2.095'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7330773'^^xsd:double;
  dwc:latitude '52.8059637'^^xsd:double;
  dwc:coordinatePrecision '3.5'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726252'^^xsd:integer;
  dwc:observationDate '2011-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723580_20432723580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723580_20432723580> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723580_20432723580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8052665 4.733088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8052665"^^xsd:decimal ;
  dwc:decimalLongitude "4.733088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723580_20432723580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8052665 4.733088)"^^geo:wktLiteral ;
  geo-pos:lat "52.8052665"^^xsd:decimal ;
  geo-pos:long "4.733088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723580_20432723580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723580'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.0333333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.733088'^^xsd:double;
  dwc:latitude '52.8052665'^^xsd:double;
  dwc:coordinatePrecision '6.5'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723580'^^xsd:integer;
  dwc:observationDate '2011-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724565_20432724565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724565_20432724565> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724565_20432724565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8051672 4.7330922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8051672"^^xsd:decimal ;
  dwc:decimalLongitude "4.7330922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724565_20432724565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8051672 4.7330922)"^^geo:wktLiteral ;
  geo-pos:lat "52.8051672"^^xsd:decimal ;
  geo-pos:long "4.7330922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724565_20432724565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724565'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.115555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7330922'^^xsd:double;
  dwc:latitude '52.8051672'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724565'^^xsd:integer;
  dwc:observationDate '2011-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721612_20432721612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721612_20432721612> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721612_20432721612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8068671 4.7330939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8068671"^^xsd:decimal ;
  dwc:decimalLongitude "4.7330939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721612_20432721612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8068671 4.7330939)"^^geo:wktLiteral ;
  geo-pos:lat "52.8068671"^^xsd:decimal ;
  geo-pos:long "4.7330939"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721612_20432721612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721612'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '16.411666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7330939'^^xsd:double;
  dwc:latitude '52.8068671'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '3'^^xsd:integer;
  dwc:maximumElevation '3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721612'^^xsd:integer;
  dwc:observationDate '2011-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726266_20432726266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726266_20432726266> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726266_20432726266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805967 4.7330974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.805967"^^xsd:decimal ;
  dwc:decimalLongitude "4.7330974"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726266_20432726266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805967 4.7330974)"^^geo:wktLiteral ;
  geo-pos:lat "52.805967"^^xsd:decimal ;
  geo-pos:long "4.7330974"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726266_20432726266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726266'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '3.1002777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7330974'^^xsd:double;
  dwc:latitude '52.805967'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-25'^^xsd:integer;
  dwc:maximumElevation '-25'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726266'^^xsd:integer;
  dwc:observationDate '2011-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726079_20432726079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726079_20432726079> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726079_20432726079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8067927 4.7330986)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8067927"^^xsd:decimal ;
  dwc:decimalLongitude "4.7330986"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726079_20432726079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8067927 4.7330986)"^^geo:wktLiteral ;
  geo-pos:lat "52.8067927"^^xsd:decimal ;
  geo-pos:long "4.7330986"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726079_20432726079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726079'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.48'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7330986'^^xsd:double;
  dwc:latitude '52.8067927'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726079'^^xsd:integer;
  dwc:observationDate '2011-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726552_20432726552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726552_20432726552> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726552_20432726552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8052543 4.7331066)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8052543"^^xsd:decimal ;
  dwc:decimalLongitude "4.7331066"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999998.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726552_20432726552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8052543 4.7331066)"^^geo:wktLiteral ;
  geo-pos:lat "52.8052543"^^xsd:decimal ;
  geo-pos:long "4.7331066"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999998.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726552_20432726552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726552'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.496666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7331066'^^xsd:double;
  dwc:latitude '52.8052543'^^xsd:double;
  dwc:coordinatePrecision '999998.9'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726552'^^xsd:integer;
  dwc:observationDate '2011-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725101_20432725101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725101_20432725101> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725101_20432725101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8052488 4.7331124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8052488"^^xsd:decimal ;
  dwc:decimalLongitude "4.7331124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725101_20432725101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8052488 4.7331124)"^^geo:wktLiteral ;
  geo-pos:lat "52.8052488"^^xsd:decimal ;
  geo-pos:long "4.7331124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725101_20432725101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725101'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.668055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7331124'^^xsd:double;
  dwc:latitude '52.8052488'^^xsd:double;
  dwc:coordinatePrecision '5.7'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725101'^^xsd:integer;
  dwc:observationDate '2011-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725325_20432725325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725325_20432725325> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725325_20432725325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8059307 4.7331189)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8059307"^^xsd:decimal ;
  dwc:decimalLongitude "4.7331189"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725325_20432725325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8059307 4.7331189)"^^geo:wktLiteral ;
  geo-pos:lat "52.8059307"^^xsd:decimal ;
  geo-pos:long "4.7331189"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725325_20432725325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725325'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.8052777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7331189'^^xsd:double;
  dwc:latitude '52.8059307'^^xsd:double;
  dwc:coordinatePrecision '9'^^xsd:integer;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725325'^^xsd:integer;
  dwc:observationDate '2011-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726418_20432726418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726418_20432726418> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726418_20432726418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8052942 4.733128)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8052942"^^xsd:decimal ;
  dwc:decimalLongitude "4.733128"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726418_20432726418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8052942 4.733128)"^^geo:wktLiteral ;
  geo-pos:lat "52.8052942"^^xsd:decimal ;
  geo-pos:long "4.733128"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726418_20432726418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726418'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8.425'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.733128'^^xsd:double;
  dwc:latitude '52.8052942'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726418'^^xsd:integer;
  dwc:observationDate '2011-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724235_20432724235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724235_20432724235> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724235_20432724235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055806 4.7331284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055806"^^xsd:decimal ;
  dwc:decimalLongitude "4.7331284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724235_20432724235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055806 4.7331284)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055806"^^xsd:decimal ;
  geo-pos:long "4.7331284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724235_20432724235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724235'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '20.161666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7331284'^^xsd:double;
  dwc:latitude '52.8055806'^^xsd:double;
  dwc:coordinatePrecision '8.7'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724235'^^xsd:integer;
  dwc:observationDate '2011-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724215_20432724215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724215_20432724215> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724215_20432724215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053086 4.73313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8053086"^^xsd:decimal ;
  dwc:decimalLongitude "4.73313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724215_20432724215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053086 4.73313)"^^geo:wktLiteral ;
  geo-pos:lat "52.8053086"^^xsd:decimal ;
  geo-pos:long "4.73313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724215_20432724215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724215'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '19.154444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.73313'^^xsd:double;
  dwc:latitude '52.8053086'^^xsd:double;
  dwc:coordinatePrecision '6.3'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724215'^^xsd:integer;
  dwc:observationDate '2011-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721538_20432721538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721538_20432721538> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721538_20432721538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8069884 4.7331327)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8069884"^^xsd:decimal ;
  dwc:decimalLongitude "4.7331327"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721538_20432721538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8069884 4.7331327)"^^geo:wktLiteral ;
  geo-pos:lat "52.8069884"^^xsd:decimal ;
  geo-pos:long "4.7331327"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721538_20432721538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721538'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.328333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7331327'^^xsd:double;
  dwc:latitude '52.8069884'^^xsd:double;
  dwc:coordinatePrecision '7.7'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721538'^^xsd:integer;
  dwc:observationDate '2011-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724276_20432724276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724276_20432724276> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724276_20432724276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055799 4.7331329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055799"^^xsd:decimal ;
  dwc:decimalLongitude "4.7331329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724276_20432724276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055799 4.7331329)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055799"^^xsd:decimal ;
  geo-pos:long "4.7331329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724276_20432724276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724276'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '23.194444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7331329'^^xsd:double;
  dwc:latitude '52.8055799'^^xsd:double;
  dwc:coordinatePrecision '2.1'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724276'^^xsd:integer;
  dwc:observationDate '2011-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724262_20432724262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724262_20432724262> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724262_20432724262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055773 4.7331593)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055773"^^xsd:decimal ;
  dwc:decimalLongitude "4.7331593"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724262_20432724262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055773 4.7331593)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055773"^^xsd:decimal ;
  geo-pos:long "4.7331593"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724262_20432724262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724262'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '22.178888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7331593'^^xsd:double;
  dwc:latitude '52.8055773'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724262'^^xsd:integer;
  dwc:observationDate '2011-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722209_20432722209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722209_20432722209> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722209_20432722209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8052737 4.7331611)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8052737"^^xsd:decimal ;
  dwc:decimalLongitude "4.7331611"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722209_20432722209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8052737 4.7331611)"^^geo:wktLiteral ;
  geo-pos:lat "52.8052737"^^xsd:decimal ;
  geo-pos:long "4.7331611"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722209_20432722209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722209'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '5.09'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7331611'^^xsd:double;
  dwc:latitude '52.8052737'^^xsd:double;
  dwc:coordinatePrecision '5.9'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722209'^^xsd:integer;
  dwc:observationDate '2011-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724317_20432724317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724317_20432724317> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724317_20432724317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055956 4.7331665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055956"^^xsd:decimal ;
  dwc:decimalLongitude "4.7331665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724317_20432724317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055956 4.7331665)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055956"^^xsd:decimal ;
  geo-pos:long "4.7331665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724317_20432724317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724317'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '2.2183333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7331665'^^xsd:double;
  dwc:latitude '52.8055956'^^xsd:double;
  dwc:coordinatePrecision '5.4'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724317'^^xsd:integer;
  dwc:observationDate '2011-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723334_20432723334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723334_20432723334> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723334_20432723334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056243 4.7331759)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056243"^^xsd:decimal ;
  dwc:decimalLongitude "4.7331759"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723334_20432723334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056243 4.7331759)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056243"^^xsd:decimal ;
  geo-pos:long "4.7331759"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723334_20432723334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723334'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '21.149444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7331759'^^xsd:double;
  dwc:latitude '52.8056243'^^xsd:double;
  dwc:coordinatePrecision '3.1'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723334'^^xsd:integer;
  dwc:observationDate '2011-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721337_20432721337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721337_20432721337> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721337_20432721337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058342 4.7331766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8058342"^^xsd:decimal ;
  dwc:decimalLongitude "4.7331766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721337_20432721337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058342 4.7331766)"^^geo:wktLiteral ;
  geo-pos:lat "52.8058342"^^xsd:decimal ;
  geo-pos:long "4.7331766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721337_20432721337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721337'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '23.97'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7331766'^^xsd:double;
  dwc:latitude '52.8058342'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721337'^^xsd:integer;
  dwc:observationDate '2011-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726524_20432726524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726524_20432726524> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726524_20432726524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8052118 4.7331779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8052118"^^xsd:decimal ;
  dwc:decimalLongitude "4.7331779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726524_20432726524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8052118 4.7331779)"^^geo:wktLiteral ;
  geo-pos:lat "52.8052118"^^xsd:decimal ;
  geo-pos:long "4.7331779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726524_20432726524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726524'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '14.481111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7331779'^^xsd:double;
  dwc:latitude '52.8052118'^^xsd:double;
  dwc:coordinatePrecision '7.6'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726524'^^xsd:integer;
  dwc:observationDate '2011-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722146_20432722146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722146_20432722146> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722146_20432722146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055056 4.7331783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055056"^^xsd:decimal ;
  dwc:decimalLongitude "4.7331783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722146_20432722146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055056 4.7331783)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055056"^^xsd:decimal ;
  geo-pos:long "4.7331783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722146_20432722146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722146'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.5463888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7331783'^^xsd:double;
  dwc:latitude '52.8055056'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '3'^^xsd:integer;
  dwc:maximumElevation '3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722146'^^xsd:integer;
  dwc:observationDate '2011-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721323_20432721323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721323_20432721323> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721323_20432721323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058535 4.7331988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8058535"^^xsd:decimal ;
  dwc:decimalLongitude "4.7331988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721323_20432721323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058535 4.7331988)"^^geo:wktLiteral ;
  geo-pos:lat "52.8058535"^^xsd:decimal ;
  geo-pos:long "4.7331988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721323_20432721323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721323'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '21.953333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7331988'^^xsd:double;
  dwc:latitude '52.8058535'^^xsd:double;
  dwc:coordinatePrecision '2.8'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721323'^^xsd:integer;
  dwc:observationDate '2011-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721770_20432721770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721770_20432721770> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721770_20432721770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058595 4.733208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8058595"^^xsd:decimal ;
  dwc:decimalLongitude "4.733208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721770_20432721770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058595 4.733208)"^^geo:wktLiteral ;
  geo-pos:lat "52.8058595"^^xsd:decimal ;
  geo-pos:long "4.733208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721770_20432721770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721770'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.7616666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.733208'^^xsd:double;
  dwc:latitude '52.8058595'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721770'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724248_20432724248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724248_20432724248> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724248_20432724248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055692 4.7332083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055692"^^xsd:decimal ;
  dwc:decimalLongitude "4.7332083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724248_20432724248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055692 4.7332083)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055692"^^xsd:decimal ;
  geo-pos:long "4.7332083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724248_20432724248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724248'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '21.17'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7332083'^^xsd:double;
  dwc:latitude '52.8055692'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724248'^^xsd:integer;
  dwc:observationDate '2011-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721330_20432721330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721330_20432721330> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721330_20432721330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058434 4.7332101)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8058434"^^xsd:decimal ;
  dwc:decimalLongitude "4.7332101"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721330_20432721330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058434 4.7332101)"^^geo:wktLiteral ;
  geo-pos:lat "52.8058434"^^xsd:decimal ;
  geo-pos:long "4.7332101"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721330_20432721330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721330'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '22.959166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7332101'^^xsd:double;
  dwc:latitude '52.8058434'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721330'^^xsd:integer;
  dwc:observationDate '2011-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723348_20432723348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723348_20432723348> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723348_20432723348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805627 4.7332146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.805627"^^xsd:decimal ;
  dwc:decimalLongitude "4.7332146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723348_20432723348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805627 4.7332146)"^^geo:wktLiteral ;
  geo-pos:lat "52.805627"^^xsd:decimal ;
  geo-pos:long "4.7332146"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723348_20432723348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723348'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '22.161666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7332146'^^xsd:double;
  dwc:latitude '52.805627'^^xsd:double;
  dwc:coordinatePrecision '4.9'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723348'^^xsd:integer;
  dwc:observationDate '2011-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722094_20432722094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722094_20432722094> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722094_20432722094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054173 4.7332233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8054173"^^xsd:decimal ;
  dwc:decimalLongitude "4.7332233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722094_20432722094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054173 4.7332233)"^^geo:wktLiteral ;
  geo-pos:lat "52.8054173"^^xsd:decimal ;
  geo-pos:long "4.7332233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722094_20432722094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722094'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '21.493333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7332233'^^xsd:double;
  dwc:latitude '52.8054173'^^xsd:double;
  dwc:coordinatePrecision '2.8'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722094'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723813_20432723813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723813_20432723813> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723813_20432723813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057921 4.7332275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8057921"^^xsd:decimal ;
  dwc:decimalLongitude "4.7332275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723813_20432723813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057921 4.7332275)"^^geo:wktLiteral ;
  geo-pos:lat "52.8057921"^^xsd:decimal ;
  geo-pos:long "4.7332275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723813_20432723813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723813'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '20.672222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7332275'^^xsd:double;
  dwc:latitude '52.8057921'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723813'^^xsd:integer;
  dwc:observationDate '2011-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724374_20432724374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724374_20432724374> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724374_20432724374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8052062 4.7332438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8052062"^^xsd:decimal ;
  dwc:decimalLongitude "4.7332438"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724374_20432724374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8052062 4.7332438)"^^geo:wktLiteral ;
  geo-pos:lat "52.8052062"^^xsd:decimal ;
  geo-pos:long "4.7332438"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724374_20432724374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724374'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '5.2611111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7332438'^^xsd:double;
  dwc:latitude '52.8052062'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724374'^^xsd:integer;
  dwc:observationDate '2011-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722248_20432722248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722248_20432722248> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722248_20432722248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8051605 4.7332456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8051605"^^xsd:decimal ;
  dwc:decimalLongitude "4.7332456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722248_20432722248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8051605 4.7332456)"^^geo:wktLiteral ;
  geo-pos:lat "52.8051605"^^xsd:decimal ;
  geo-pos:long "4.7332456"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722248_20432722248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722248'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.1052777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7332456'^^xsd:double;
  dwc:latitude '52.8051605'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722248'^^xsd:integer;
  dwc:observationDate '2011-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724196_20432724196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724196_20432724196> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724196_20432724196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050741 4.7332486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8050741"^^xsd:decimal ;
  dwc:decimalLongitude "4.7332486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724196_20432724196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050741 4.7332486)"^^geo:wktLiteral ;
  geo-pos:lat "52.8050741"^^xsd:decimal ;
  geo-pos:long "4.7332486"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724196_20432724196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724196'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.644444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7332486'^^xsd:double;
  dwc:latitude '52.8050741'^^xsd:double;
  dwc:coordinatePrecision '4.8'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724196'^^xsd:integer;
  dwc:observationDate '2011-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721925_20432721925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721925_20432721925> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721925_20432721925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8051341 4.7332523)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8051341"^^xsd:decimal ;
  dwc:decimalLongitude "4.7332523"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721925_20432721925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8051341 4.7332523)"^^geo:wktLiteral ;
  geo-pos:lat "52.8051341"^^xsd:decimal ;
  geo-pos:long "4.7332523"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721925_20432721925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721925'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10.854444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7332523'^^xsd:double;
  dwc:latitude '52.8051341'^^xsd:double;
  dwc:coordinatePrecision '10.8'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721925'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725806_20432725806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725806_20432725806> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725806_20432725806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062915 4.7332573)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8062915"^^xsd:decimal ;
  dwc:decimalLongitude "4.7332573"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725806_20432725806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062915 4.7332573)"^^geo:wktLiteral ;
  geo-pos:lat "52.8062915"^^xsd:decimal ;
  geo-pos:long "4.7332573"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725806_20432725806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725806'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '3.57'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7332573'^^xsd:double;
  dwc:latitude '52.8062915'^^xsd:double;
  dwc:coordinatePrecision '4.8'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725806'^^xsd:integer;
  dwc:observationDate '2011-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726280_20432726280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726280_20432726280> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726280_20432726280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057168 4.7332737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8057168"^^xsd:decimal ;
  dwc:decimalLongitude "4.7332737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726280_20432726280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057168 4.7332737)"^^geo:wktLiteral ;
  geo-pos:lat "52.8057168"^^xsd:decimal ;
  geo-pos:long "4.7332737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726280_20432726280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726280'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '4.1083333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7332737'^^xsd:double;
  dwc:latitude '52.8057168'^^xsd:double;
  dwc:coordinatePrecision '9'^^xsd:integer;
  dwc:minimumElevation '5'^^xsd:integer;
  dwc:maximumElevation '5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726280'^^xsd:integer;
  dwc:observationDate '2011-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722120_20432722120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722120_20432722120> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722120_20432722120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054504 4.7332794)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8054504"^^xsd:decimal ;
  dwc:decimalLongitude "4.7332794"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722120_20432722120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054504 4.7332794)"^^geo:wktLiteral ;
  geo-pos:lat "52.8054504"^^xsd:decimal ;
  geo-pos:long "4.7332794"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722120_20432722120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722120'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '23.522222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7332794'^^xsd:double;
  dwc:latitude '52.8054504'^^xsd:double;
  dwc:coordinatePrecision '6.4'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722120'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726883_20432726883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726883_20432726883> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726883_20432726883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8051661 4.7332829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8051661"^^xsd:decimal ;
  dwc:decimalLongitude "4.7332829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726883_20432726883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8051661 4.7332829)"^^geo:wktLiteral ;
  geo-pos:lat "52.8051661"^^xsd:decimal ;
  geo-pos:long "4.7332829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726883_20432726883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726883'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.9283333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7332829'^^xsd:double;
  dwc:latitude '52.8051661'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726883'^^xsd:integer;
  dwc:observationDate '2011-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721911_20432721911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721911_20432721911> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721911_20432721911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8051867 4.7332857)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8051867"^^xsd:decimal ;
  dwc:decimalLongitude "4.7332857"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721911_20432721911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8051867 4.7332857)"^^geo:wktLiteral ;
  geo-pos:lat "52.8051867"^^xsd:decimal ;
  geo-pos:long "4.7332857"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721911_20432721911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721911'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.8294444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7332857'^^xsd:double;
  dwc:latitude '52.8051867'^^xsd:double;
  dwc:coordinatePrecision '6.3'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721911'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722081_20432722081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722081_20432722081> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722081_20432722081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054916 4.7332872)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8054916"^^xsd:decimal ;
  dwc:decimalLongitude "4.7332872"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722081_20432722081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8054916 4.7332872)"^^geo:wktLiteral ;
  geo-pos:lat "52.8054916"^^xsd:decimal ;
  geo-pos:long "4.7332872"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722081_20432722081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722081'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7332872'^^xsd:double;
  dwc:latitude '52.8054916'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722081'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721344_20432721344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721344_20432721344> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721344_20432721344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8059068 4.7333009)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8059068"^^xsd:decimal ;
  dwc:decimalLongitude "4.7333009"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721344_20432721344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8059068 4.7333009)"^^geo:wktLiteral ;
  geo-pos:lat "52.8059068"^^xsd:decimal ;
  geo-pos:long "4.7333009"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721344_20432721344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721344'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '0.97527777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7333009'^^xsd:double;
  dwc:latitude '52.8059068'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '6'^^xsd:integer;
  dwc:maximumElevation '6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721344'^^xsd:integer;
  dwc:observationDate '2011-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724581_20432724581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724581_20432724581> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724581_20432724581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050551 4.7333024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8050551"^^xsd:decimal ;
  dwc:decimalLongitude "4.7333024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724581_20432724581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050551 4.7333024)"^^geo:wktLiteral ;
  geo-pos:lat "52.8050551"^^xsd:decimal ;
  geo-pos:long "4.7333024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724581_20432724581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724581'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.135'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7333024'^^xsd:double;
  dwc:latitude '52.8050551'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724581'^^xsd:integer;
  dwc:observationDate '2011-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722107_20432722107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722107_20432722107> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722107_20432722107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053747 4.7333154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8053747"^^xsd:decimal ;
  dwc:decimalLongitude "4.7333154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722107_20432722107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8053747 4.7333154)"^^geo:wktLiteral ;
  geo-pos:lat "52.8053747"^^xsd:decimal ;
  geo-pos:long "4.7333154"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722107_20432722107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722107'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '22.505833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7333154'^^xsd:double;
  dwc:latitude '52.8053747'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722107'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432727149_20432727149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432727149_20432727149> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432727149_20432727149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056986 4.7333179)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056986"^^xsd:decimal ;
  dwc:decimalLongitude "4.7333179"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432727149_20432727149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056986 4.7333179)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056986"^^xsd:decimal ;
  geo-pos:long "4.7333179"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432727149_20432727149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432727149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432727149'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '2.8766666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7333179'^^xsd:double;
  dwc:latitude '52.8056986'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432727149'^^xsd:integer;
  dwc:observationDate '2011-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725256_20432725256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725256_20432725256> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725256_20432725256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062284 4.7333253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8062284"^^xsd:decimal ;
  dwc:decimalLongitude "4.7333253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725256_20432725256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062284 4.7333253)"^^geo:wktLiteral ;
  geo-pos:lat "52.8062284"^^xsd:decimal ;
  geo-pos:long "4.7333253"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725256_20432725256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725256'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '22.771111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7333253'^^xsd:double;
  dwc:latitude '52.8062284'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725256'^^xsd:integer;
  dwc:observationDate '2011-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723765_20432723765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723765_20432723765> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723765_20432723765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8051225 4.7333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8051225"^^xsd:decimal ;
  dwc:decimalLongitude "4.7333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723765_20432723765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8051225 4.7333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.8051225"^^xsd:decimal ;
  geo-pos:long "4.7333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723765_20432723765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723765'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.658611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7333335'^^xsd:double;
  dwc:latitude '52.8051225'^^xsd:double;
  dwc:coordinatePrecision '5'^^xsd:integer;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723765'^^xsd:integer;
  dwc:observationDate '2011-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432727163_20432727163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432727163_20432727163> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432727163_20432727163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057044 4.733347)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8057044"^^xsd:decimal ;
  dwc:decimalLongitude "4.733347"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432727163_20432727163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057044 4.733347)"^^geo:wktLiteral ;
  geo-pos:lat "52.8057044"^^xsd:decimal ;
  geo-pos:long "4.733347"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "9.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432727163_20432727163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432727163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432727163'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '3.8877777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.733347'^^xsd:double;
  dwc:latitude '52.8057044'^^xsd:double;
  dwc:coordinatePrecision '9.3'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432727163'^^xsd:integer;
  dwc:observationDate '2011-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723826_20432723826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723826_20432723826> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723826_20432723826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056965 4.7333475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056965"^^xsd:decimal ;
  dwc:decimalLongitude "4.7333475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723826_20432723826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056965 4.7333475)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056965"^^xsd:decimal ;
  geo-pos:long "4.7333475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723826_20432723826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723826'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '21.679166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7333475'^^xsd:double;
  dwc:latitude '52.8056965'^^xsd:double;
  dwc:coordinatePrecision '8.9'^^xsd:double;
  dwc:minimumElevation '5'^^xsd:integer;
  dwc:maximumElevation '5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723826'^^xsd:integer;
  dwc:observationDate '2011-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767735_20432767735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767735_20432767735> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767735_20432767735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8080039 4.7333476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8080039"^^xsd:decimal ;
  dwc:decimalLongitude "4.7333476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767735_20432767735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8080039 4.7333476)"^^geo:wktLiteral ;
  geo-pos:lat "52.8080039"^^xsd:decimal ;
  geo-pos:long "4.7333476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767735_20432767735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767735'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '10.253333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7333476'^^xsd:double;
  dwc:latitude '52.8080039'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767735'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724151_20432724151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724151_20432724151> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724151_20432724151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050401 4.7333576)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8050401"^^xsd:decimal ;
  dwc:decimalLongitude "4.7333576"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724151_20432724151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050401 4.7333576)"^^geo:wktLiteral ;
  geo-pos:lat "52.8050401"^^xsd:decimal ;
  geo-pos:long "4.7333576"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724151_20432724151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724151'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '15.611666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7333576'^^xsd:double;
  dwc:latitude '52.8050401'^^xsd:double;
  dwc:coordinatePrecision '5.8'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724151'^^xsd:integer;
  dwc:observationDate '2011-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722722_20432722722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722722_20432722722> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722722_20432722722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8067917 4.7333615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8067917"^^xsd:decimal ;
  dwc:decimalLongitude "4.7333615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722722_20432722722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8067917 4.7333615)"^^geo:wktLiteral ;
  geo-pos:lat "52.8067917"^^xsd:decimal ;
  geo-pos:long "4.7333615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722722_20432722722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722722'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.9033333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7333615'^^xsd:double;
  dwc:latitude '52.8067917'^^xsd:double;
  dwc:coordinatePrecision '10.2'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722722'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725526_20432725526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725526_20432725526> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725526_20432725526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8066097 4.7333721)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8066097"^^xsd:decimal ;
  dwc:decimalLongitude "4.7333721"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725526_20432725526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8066097 4.7333721)"^^geo:wktLiteral ;
  geo-pos:lat "52.8066097"^^xsd:decimal ;
  geo-pos:long "4.7333721"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725526_20432725526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725526'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.6427777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7333721'^^xsd:double;
  dwc:latitude '52.8066097'^^xsd:double;
  dwc:coordinatePrecision '6.4'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725526'^^xsd:integer;
  dwc:observationDate '2011-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721350_20432721350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721350_20432721350> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721350_20432721350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058584 4.7333756)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8058584"^^xsd:decimal ;
  dwc:decimalLongitude "4.7333756"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721350_20432721350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058584 4.7333756)"^^geo:wktLiteral ;
  geo-pos:lat "52.8058584"^^xsd:decimal ;
  geo-pos:long "4.7333756"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721350_20432721350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721350'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '1.9802777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7333756'^^xsd:double;
  dwc:latitude '52.8058584'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721350'^^xsd:integer;
  dwc:observationDate '2011-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724976_20432724976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724976_20432724976> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724976_20432724976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050349 4.7333784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8050349"^^xsd:decimal ;
  dwc:decimalLongitude "4.7333784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724976_20432724976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050349 4.7333784)"^^geo:wktLiteral ;
  geo-pos:lat "52.8050349"^^xsd:decimal ;
  geo-pos:long "4.7333784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724976_20432724976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724976'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.1083333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7333784'^^xsd:double;
  dwc:latitude '52.8050349'^^xsd:double;
  dwc:coordinatePrecision '3.5'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724976'^^xsd:integer;
  dwc:observationDate '2011-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721316_20432721316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721316_20432721316> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721316_20432721316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058426 4.7333786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8058426"^^xsd:decimal ;
  dwc:decimalLongitude "4.7333786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721316_20432721316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058426 4.7333786)"^^geo:wktLiteral ;
  geo-pos:lat "52.8058426"^^xsd:decimal ;
  geo-pos:long "4.7333786"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721316_20432721316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721316'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '20.943333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7333786'^^xsd:double;
  dwc:latitude '52.8058426'^^xsd:double;
  dwc:coordinatePrecision '10.3'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721316'^^xsd:integer;
  dwc:observationDate '2011-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725989_20432725989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725989_20432725989> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725989_20432725989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050966 4.7333816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8050966"^^xsd:decimal ;
  dwc:decimalLongitude "4.7333816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725989_20432725989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050966 4.7333816)"^^geo:wktLiteral ;
  geo-pos:lat "52.8050966"^^xsd:decimal ;
  geo-pos:long "4.7333816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725989_20432725989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725989'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.153333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7333816'^^xsd:double;
  dwc:latitude '52.8050966'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725989'^^xsd:integer;
  dwc:observationDate '2011-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721598_20432721598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721598_20432721598> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721598_20432721598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065989 4.7334026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8065989"^^xsd:decimal ;
  dwc:decimalLongitude "4.7334026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721598_20432721598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065989 4.7334026)"^^geo:wktLiteral ;
  geo-pos:lat "52.8065989"^^xsd:decimal ;
  geo-pos:long "4.7334026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721598_20432721598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721598'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '15.399444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7334026'^^xsd:double;
  dwc:latitude '52.8065989'^^xsd:double;
  dwc:coordinatePrecision '3.7'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721598'^^xsd:integer;
  dwc:observationDate '2011-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726732_20432726732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726732_20432726732> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726732_20432726732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055567 4.7334133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055567"^^xsd:decimal ;
  dwc:decimalLongitude "4.7334133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726732_20432726732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055567 4.7334133)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055567"^^xsd:decimal ;
  geo-pos:long "4.7334133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726732_20432726732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726732'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.1113888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7334133'^^xsd:double;
  dwc:latitude '52.8055567'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726732'^^xsd:integer;
  dwc:observationDate '2011-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726008_20432726008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726008_20432726008> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726008_20432726008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050985 4.7334238)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8050985"^^xsd:decimal ;
  dwc:decimalLongitude "4.7334238"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726008_20432726008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050985 4.7334238)"^^geo:wktLiteral ;
  geo-pos:lat "52.8050985"^^xsd:decimal ;
  geo-pos:long "4.7334238"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726008_20432726008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726008'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.176388888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7334238'^^xsd:double;
  dwc:latitude '52.8050985'^^xsd:double;
  dwc:coordinatePrecision '5.8'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726008'^^xsd:integer;
  dwc:observationDate '2011-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432727183_20432727183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432727183_20432727183> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432727183_20432727183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065492 4.7334313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8065492"^^xsd:decimal ;
  dwc:decimalLongitude "4.7334313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432727183_20432727183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8065492 4.7334313)"^^geo:wktLiteral ;
  geo-pos:lat "52.8065492"^^xsd:decimal ;
  geo-pos:long "4.7334313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432727183_20432727183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432727183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432727183'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.1533333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7334313'^^xsd:double;
  dwc:latitude '52.8065492'^^xsd:double;
  dwc:coordinatePrecision '6.1'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432727183'^^xsd:integer;
  dwc:observationDate '2011-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723683_20432723683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723683_20432723683> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723683_20432723683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8049771 4.7334384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8049771"^^xsd:decimal ;
  dwc:decimalLongitude "4.7334384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723683_20432723683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8049771 4.7334384)"^^geo:wktLiteral ;
  geo-pos:lat "52.8049771"^^xsd:decimal ;
  geo-pos:long "4.7334384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723683_20432723683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723683'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '13.592222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7334384'^^xsd:double;
  dwc:latitude '52.8049771'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-19'^^xsd:integer;
  dwc:maximumElevation '-19'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723683'^^xsd:integer;
  dwc:observationDate '2011-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432724165_20432724165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432724165_20432724165> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432724165_20432724165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050163 4.7334506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8050163"^^xsd:decimal ;
  dwc:decimalLongitude "4.7334506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432724165_20432724165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8050163 4.7334506)"^^geo:wktLiteral ;
  geo-pos:lat "52.8050163"^^xsd:decimal ;
  geo-pos:long "4.7334506"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432724165_20432724165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432724165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432724165'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.62'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7334506'^^xsd:double;
  dwc:latitude '52.8050163'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432724165'^^xsd:integer;
  dwc:observationDate '2011-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773400_20432773400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773400_20432773400> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773400_20432773400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.806101 4.7334676)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.806101"^^xsd:decimal ;
  dwc:decimalLongitude "4.7334676"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432773400_20432773400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.806101 4.7334676)"^^geo:wktLiteral ;
  geo-pos:lat "52.806101"^^xsd:decimal ;
  geo-pos:long "4.7334676"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432773400_20432773400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773400'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1.5341666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7334676'^^xsd:double;
  dwc:latitude '52.806101'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773400'^^xsd:integer;
  dwc:observationDate '2012-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721687_20432721687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721687_20432721687> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721687_20432721687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058352 4.733469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8058352"^^xsd:decimal ;
  dwc:decimalLongitude "4.733469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721687_20432721687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058352 4.733469)"^^geo:wktLiteral ;
  geo-pos:lat "52.8058352"^^xsd:decimal ;
  geo-pos:long "4.733469"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721687_20432721687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721687'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '20.689722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.733469'^^xsd:double;
  dwc:latitude '52.8058352'^^xsd:double;
  dwc:coordinatePrecision '6.9'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721687'^^xsd:integer;
  dwc:observationDate '2011-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721560_20432721560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721560_20432721560> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721560_20432721560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061012 4.7334797)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8061012"^^xsd:decimal ;
  dwc:decimalLongitude "4.7334797"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721560_20432721560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061012 4.7334797)"^^geo:wktLiteral ;
  geo-pos:lat "52.8061012"^^xsd:decimal ;
  geo-pos:long "4.7334797"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721560_20432721560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721560'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.348611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7334797'^^xsd:double;
  dwc:latitude '52.8061012'^^xsd:double;
  dwc:coordinatePrecision '5.9'^^xsd:double;
  dwc:minimumElevation '-20'^^xsd:integer;
  dwc:maximumElevation '-20'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721560'^^xsd:integer;
  dwc:observationDate '2011-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723254_20432723254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723254_20432723254> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723254_20432723254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8049819 4.7334905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8049819"^^xsd:decimal ;
  dwc:decimalLongitude "4.7334905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723254_20432723254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8049819 4.7334905)"^^geo:wktLiteral ;
  geo-pos:lat "52.8049819"^^xsd:decimal ;
  geo-pos:long "4.7334905"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723254_20432723254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723254'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.845'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7334905'^^xsd:double;
  dwc:latitude '52.8049819'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723254'^^xsd:integer;
  dwc:observationDate '2011-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721364_20432721364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721364_20432721364> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721364_20432721364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8064622 4.7335298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8064622"^^xsd:decimal ;
  dwc:decimalLongitude "4.7335298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721364_20432721364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8064622 4.7335298)"^^geo:wktLiteral ;
  geo-pos:lat "52.8064622"^^xsd:decimal ;
  geo-pos:long "4.7335298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721364_20432721364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721364'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '3.9980555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7335298'^^xsd:double;
  dwc:latitude '52.8064622'^^xsd:double;
  dwc:coordinatePrecision '3.5'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721364'^^xsd:integer;
  dwc:observationDate '2011-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766420_20432766420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766420_20432766420> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766420_20432766420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8125771 4.7335629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8125771"^^xsd:decimal ;
  dwc:decimalLongitude "4.7335629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432766420_20432766420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8125771 4.7335629)"^^geo:wktLiteral ;
  geo-pos:lat "52.8125771"^^xsd:decimal ;
  geo-pos:long "4.7335629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432766420_20432766420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766420'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.226388888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7335629'^^xsd:double;
  dwc:latitude '52.8125771'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766420'^^xsd:integer;
  dwc:observationDate '2011-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725081_20432725081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725081_20432725081> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725081_20432725081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8049104 4.7335841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8049104"^^xsd:decimal ;
  dwc:decimalLongitude "4.7335841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725081_20432725081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8049104 4.7335841)"^^geo:wktLiteral ;
  geo-pos:lat "52.8049104"^^xsd:decimal ;
  geo-pos:long "4.7335841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725081_20432725081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725081'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.649722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7335841'^^xsd:double;
  dwc:latitude '52.8049104'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725081'^^xsd:integer;
  dwc:observationDate '2011-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432783027_20432783027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432783027_20432783027> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432783027_20432783027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9554062 4.7335973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9554062"^^xsd:decimal ;
  dwc:decimalLongitude "4.7335973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432783027_20432783027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9554062 4.7335973)"^^geo:wktLiteral ;
  geo-pos:lat "52.9554062"^^xsd:decimal ;
  geo-pos:long "4.7335973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432783027_20432783027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432783027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432783027'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.147222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7335973'^^xsd:double;
  dwc:latitude '52.9554062'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432783027'^^xsd:integer;
  dwc:observationDate '2012-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432723979_20432723979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432723979_20432723979> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432723979_20432723979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8048345 4.7336057)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8048345"^^xsd:decimal ;
  dwc:decimalLongitude "4.7336057"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432723979_20432723979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8048345 4.7336057)"^^geo:wktLiteral ;
  geo-pos:lat "52.8048345"^^xsd:decimal ;
  geo-pos:long "4.7336057"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432723979_20432723979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432723979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432723979'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '6.2783333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7336057'^^xsd:double;
  dwc:latitude '52.8048345'^^xsd:double;
  dwc:coordinatePrecision '7.8'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432723979'^^xsd:integer;
  dwc:observationDate '2011-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721743_20432721743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721743_20432721743> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721743_20432721743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058602 4.7336613)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8058602"^^xsd:decimal ;
  dwc:decimalLongitude "4.7336613"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721743_20432721743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058602 4.7336613)"^^geo:wktLiteral ;
  geo-pos:lat "52.8058602"^^xsd:decimal ;
  geo-pos:long "4.7336613"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721743_20432721743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721743'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '0.74777777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7336613'^^xsd:double;
  dwc:latitude '52.8058602'^^xsd:double;
  dwc:coordinatePrecision '7'^^xsd:integer;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721743'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721728_20432721728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721728_20432721728> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721728_20432721728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058034 4.7336785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8058034"^^xsd:decimal ;
  dwc:decimalLongitude "4.7336785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721728_20432721728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058034 4.7336785)"^^geo:wktLiteral ;
  geo-pos:lat "52.8058034"^^xsd:decimal ;
  geo-pos:long "4.7336785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721728_20432721728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721728'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '23.724166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7336785'^^xsd:double;
  dwc:latitude '52.8058034'^^xsd:double;
  dwc:coordinatePrecision '8'^^xsd:integer;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721728'^^xsd:integer;
  dwc:observationDate '2011-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726622_20432726622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726622_20432726622> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726622_20432726622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805664 4.733696)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.805664"^^xsd:decimal ;
  dwc:decimalLongitude "4.733696"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726622_20432726622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805664 4.733696)"^^geo:wktLiteral ;
  geo-pos:lat "52.805664"^^xsd:decimal ;
  geo-pos:long "4.733696"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726622_20432726622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726622'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '20.033333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.733696'^^xsd:double;
  dwc:latitude '52.805664'^^xsd:double;
  dwc:coordinatePrecision '2.8'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726622'^^xsd:integer;
  dwc:observationDate '2011-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726635_20432726635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726635_20432726635> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726635_20432726635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056735 4.7337137)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056735"^^xsd:decimal ;
  dwc:decimalLongitude "4.7337137"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726635_20432726635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056735 4.7337137)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056735"^^xsd:decimal ;
  geo-pos:long "4.7337137"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726635_20432726635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726635'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '21.034444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7337137'^^xsd:double;
  dwc:latitude '52.8056735'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726635'^^xsd:integer;
  dwc:observationDate '2011-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721757_20432721757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721757_20432721757> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721757_20432721757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057932 4.7337161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8057932"^^xsd:decimal ;
  dwc:decimalLongitude "4.7337161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721757_20432721757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057932 4.7337161)"^^geo:wktLiteral ;
  geo-pos:lat "52.8057932"^^xsd:decimal ;
  geo-pos:long "4.7337161"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721757_20432721757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721757'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.7488888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7337161'^^xsd:double;
  dwc:latitude '52.8057932'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721757'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721379_20432721379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721379_20432721379> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721379_20432721379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8063336 4.7337301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8063336"^^xsd:decimal ;
  dwc:decimalLongitude "4.7337301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721379_20432721379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8063336 4.7337301)"^^geo:wktLiteral ;
  geo-pos:lat "52.8063336"^^xsd:decimal ;
  geo-pos:long "4.7337301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721379_20432721379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721379'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '5.2522222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7337301'^^xsd:double;
  dwc:latitude '52.8063336'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721379'^^xsd:integer;
  dwc:observationDate '2011-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726297_20432726297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726297_20432726297> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726297_20432726297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8047862 4.7337332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8047862"^^xsd:decimal ;
  dwc:decimalLongitude "4.7337332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726297_20432726297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8047862 4.7337332)"^^geo:wktLiteral ;
  geo-pos:lat "52.8047862"^^xsd:decimal ;
  geo-pos:long "4.7337332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726297_20432726297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726297'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.1183333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7337332'^^xsd:double;
  dwc:latitude '52.8047862'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726297'^^xsd:integer;
  dwc:observationDate '2011-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726599_20432726599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726599_20432726599> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726599_20432726599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056727 4.7337335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8056727"^^xsd:decimal ;
  dwc:decimalLongitude "4.7337335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726599_20432726599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8056727 4.7337335)"^^geo:wktLiteral ;
  geo-pos:lat "52.8056727"^^xsd:decimal ;
  geo-pos:long "4.7337335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726599_20432726599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726599'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '19.017777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7337335'^^xsd:double;
  dwc:latitude '52.8056727'^^xsd:double;
  dwc:coordinatePrecision '2.9'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726599'^^xsd:integer;
  dwc:observationDate '2011-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782139_20432782139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782139_20432782139> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782139_20432782139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9575803 4.733736)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9575803"^^xsd:decimal ;
  dwc:decimalLongitude "4.733736"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782139_20432782139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9575803 4.733736)"^^geo:wktLiteral ;
  geo-pos:lat "52.9575803"^^xsd:decimal ;
  geo-pos:long "4.733736"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782139_20432782139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782139'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '1.36'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.733736'^^xsd:double;
  dwc:latitude '52.9575803'^^xsd:double;
  dwc:coordinatePrecision '5.4'^^xsd:double;
  dwc:minimumElevation '-19'^^xsd:integer;
  dwc:maximumElevation '-19'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782139'^^xsd:integer;
  dwc:observationDate '2012-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726183_20432726183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726183_20432726183> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726183_20432726183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055126 4.7337605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055126"^^xsd:decimal ;
  dwc:decimalLongitude "4.7337605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726183_20432726183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055126 4.7337605)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055126"^^xsd:decimal ;
  geo-pos:long "4.7337605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726183_20432726183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726183'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.039166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7337605'^^xsd:double;
  dwc:latitude '52.8055126'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726183'^^xsd:integer;
  dwc:observationDate '2011-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721714_20432721714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721714_20432721714> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721714_20432721714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058272 4.7337652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8058272"^^xsd:decimal ;
  dwc:decimalLongitude "4.7337652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721714_20432721714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8058272 4.7337652)"^^geo:wktLiteral ;
  geo-pos:lat "52.8058272"^^xsd:decimal ;
  geo-pos:long "4.7337652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721714_20432721714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721714'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '22.710277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7337652'^^xsd:double;
  dwc:latitude '52.8058272'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721714'^^xsd:integer;
  dwc:observationDate '2011-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432726169_20432726169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432726169_20432726169> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432726169_20432726169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055395 4.7337708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8055395"^^xsd:decimal ;
  dwc:decimalLongitude "4.7337708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432726169_20432726169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8055395 4.7337708)"^^geo:wktLiteral ;
  geo-pos:lat "52.8055395"^^xsd:decimal ;
  geo-pos:long "4.7337708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432726169_20432726169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432726169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432726169'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '20.025'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7337708'^^xsd:double;
  dwc:latitude '52.8055395'^^xsd:double;
  dwc:coordinatePrecision '4.8'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432726169'^^xsd:integer;
  dwc:observationDate '2011-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722677_20432722677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722677_20432722677> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722677_20432722677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062556 4.733773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8062556"^^xsd:decimal ;
  dwc:decimalLongitude "4.733773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722677_20432722677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062556 4.733773)"^^geo:wktLiteral ;
  geo-pos:lat "52.8062556"^^xsd:decimal ;
  geo-pos:long "4.733773"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722677_20432722677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722677'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7.3752777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.733773'^^xsd:double;
  dwc:latitude '52.8062556'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722677'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721371_20432721371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721371_20432721371> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721371_20432721371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062943 4.733778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8062943"^^xsd:decimal ;
  dwc:decimalLongitude "4.733778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721371_20432721371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062943 4.733778)"^^geo:wktLiteral ;
  geo-pos:lat "52.8062943"^^xsd:decimal ;
  geo-pos:long "4.733778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721371_20432721371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721371'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '4.9988888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.733778'^^xsd:double;
  dwc:latitude '52.8062943'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721371'^^xsd:integer;
  dwc:observationDate '2011-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725157_20432725157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725157_20432725157> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725157_20432725157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8047167 4.7337804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8047167"^^xsd:decimal ;
  dwc:decimalLongitude "4.7337804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725157_20432725157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8047167 4.7337804)"^^geo:wktLiteral ;
  geo-pos:lat "52.8047167"^^xsd:decimal ;
  geo-pos:long "4.7337804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725157_20432725157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725157'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.2'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7337804'^^xsd:double;
  dwc:latitude '52.8047167'^^xsd:double;
  dwc:coordinatePrecision '7.2'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725157'^^xsd:integer;
  dwc:observationDate '2011-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725689_20432725689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725689_20432725689> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725689_20432725689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.806372 4.7337994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.806372"^^xsd:decimal ;
  dwc:decimalLongitude "4.7337994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725689_20432725689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.806372 4.7337994)"^^geo:wktLiteral ;
  geo-pos:lat "52.806372"^^xsd:decimal ;
  geo-pos:long "4.7337994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725689_20432725689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725689'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '19.233055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7337994'^^xsd:double;
  dwc:latitude '52.806372'^^xsd:double;
  dwc:coordinatePrecision '6.1'^^xsd:double;
  dwc:minimumElevation '-22'^^xsd:integer;
  dwc:maximumElevation '-22'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725689'^^xsd:integer;
  dwc:observationDate '2011-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721299_20432721299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721299_20432721299> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721299_20432721299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062479 4.7338059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8062479"^^xsd:decimal ;
  dwc:decimalLongitude "4.7338059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721299_20432721299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062479 4.7338059)"^^geo:wktLiteral ;
  geo-pos:lat "52.8062479"^^xsd:decimal ;
  geo-pos:long "4.7338059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721299_20432721299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721299'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.415833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7338059'^^xsd:double;
  dwc:latitude '52.8062479'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721299'^^xsd:integer;
  dwc:observationDate '2011-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782150_20432782150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782150_20432782150> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782150_20432782150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9575798 4.7338201)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9575798"^^xsd:decimal ;
  dwc:decimalLongitude "4.7338201"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782150_20432782150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9575798 4.7338201)"^^geo:wktLiteral ;
  geo-pos:lat "52.9575798"^^xsd:decimal ;
  geo-pos:long "4.7338201"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782150_20432782150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782150'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '3.3844444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7338201'^^xsd:double;
  dwc:latitude '52.9575798'^^xsd:double;
  dwc:coordinatePrecision '2.6'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782150'^^xsd:integer;
  dwc:observationDate '2012-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725863_20432725863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725863_20432725863> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725863_20432725863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062493 4.7338234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8062493"^^xsd:decimal ;
  dwc:decimalLongitude "4.7338234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725863_20432725863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062493 4.7338234)"^^geo:wktLiteral ;
  geo-pos:lat "52.8062493"^^xsd:decimal ;
  geo-pos:long "4.7338234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725863_20432725863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725863'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.0825'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7338234'^^xsd:double;
  dwc:latitude '52.8062493'^^xsd:double;
  dwc:coordinatePrecision '6.4'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725863'^^xsd:integer;
  dwc:observationDate '2011-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782156_20432782156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782156_20432782156> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782156_20432782156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9575448 4.7338275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9575448"^^xsd:decimal ;
  dwc:decimalLongitude "4.7338275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782156_20432782156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9575448 4.7338275)"^^geo:wktLiteral ;
  geo-pos:lat "52.9575448"^^xsd:decimal ;
  geo-pos:long "4.7338275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782156_20432782156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782156'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '4.3933333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7338275'^^xsd:double;
  dwc:latitude '52.9575448'^^xsd:double;
  dwc:coordinatePrecision '5.4'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782156'^^xsd:integer;
  dwc:observationDate '2012-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782133_20432782133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782133_20432782133> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782133_20432782133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.957559 4.7338338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.957559"^^xsd:decimal ;
  dwc:decimalLongitude "4.7338338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782133_20432782133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.957559 4.7338338)"^^geo:wktLiteral ;
  geo-pos:lat "52.957559"^^xsd:decimal ;
  geo-pos:long "4.7338338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782133_20432782133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782133'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '0.34805555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7338338'^^xsd:double;
  dwc:latitude '52.957559'^^xsd:double;
  dwc:coordinatePrecision '5.8'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782133'^^xsd:integer;
  dwc:observationDate '2012-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782867_20432782867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782867_20432782867> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782867_20432782867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.957912 4.733839)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.957912"^^xsd:decimal ;
  dwc:decimalLongitude "4.733839"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782867_20432782867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.957912 4.733839)"^^geo:wktLiteral ;
  geo-pos:lat "52.957912"^^xsd:decimal ;
  geo-pos:long "4.733839"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782867_20432782867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782867'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.856944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.733839'^^xsd:double;
  dwc:latitude '52.957912'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782867'^^xsd:integer;
  dwc:observationDate '2012-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721481_20432721481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721481_20432721481> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721481_20432721481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062416 4.7338764)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8062416"^^xsd:decimal ;
  dwc:decimalLongitude "4.7338764"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721481_20432721481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062416 4.7338764)"^^geo:wktLiteral ;
  geo-pos:lat "52.8062416"^^xsd:decimal ;
  geo-pos:long "4.7338764"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721481_20432721481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721481'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.06'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7338764'^^xsd:double;
  dwc:latitude '52.8062416'^^xsd:double;
  dwc:coordinatePrecision '8.2'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721481'^^xsd:integer;
  dwc:observationDate '2011-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725541_20432725541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725541_20432725541> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725541_20432725541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062126 4.73388)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8062126"^^xsd:decimal ;
  dwc:decimalLongitude "4.73388"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725541_20432725541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062126 4.73388)"^^geo:wktLiteral ;
  geo-pos:lat "52.8062126"^^xsd:decimal ;
  geo-pos:long "4.73388"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725541_20432725541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725541'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.653333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.73388'^^xsd:double;
  dwc:latitude '52.8062126'^^xsd:double;
  dwc:coordinatePrecision '7'^^xsd:integer;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725541'^^xsd:integer;
  dwc:observationDate '2011-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721576_20432721576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721576_20432721576> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721576_20432721576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062285 4.733895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8062285"^^xsd:decimal ;
  dwc:decimalLongitude "4.733895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721576_20432721576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062285 4.733895)"^^geo:wktLiteral ;
  geo-pos:lat "52.8062285"^^xsd:decimal ;
  geo-pos:long "4.733895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721576_20432721576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721576'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.361666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.733895'^^xsd:double;
  dwc:latitude '52.8062285'^^xsd:double;
  dwc:coordinatePrecision '6.3'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721576'^^xsd:integer;
  dwc:observationDate '2011-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721514_20432721514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721514_20432721514> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721514_20432721514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.80617 4.7338975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.80617"^^xsd:decimal ;
  dwc:decimalLongitude "4.7338975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721514_20432721514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.80617 4.7338975)"^^geo:wktLiteral ;
  geo-pos:lat "52.80617"^^xsd:decimal ;
  geo-pos:long "4.7338975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721514_20432721514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721514'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.320277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7338975'^^xsd:double;
  dwc:latitude '52.80617'^^xsd:double;
  dwc:coordinatePrecision '7.1'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721514'^^xsd:integer;
  dwc:observationDate '2011-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721471_20432721471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721471_20432721471> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721471_20432721471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061764 4.7339128)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8061764"^^xsd:decimal ;
  dwc:decimalLongitude "4.7339128"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721471_20432721471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061764 4.7339128)"^^geo:wktLiteral ;
  geo-pos:lat "52.8061764"^^xsd:decimal ;
  geo-pos:long "4.7339128"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721471_20432721471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721471'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.8002777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7339128'^^xsd:double;
  dwc:latitude '52.8061764'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721471'^^xsd:integer;
  dwc:observationDate '2011-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782162_20432782162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782162_20432782162> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782162_20432782162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9575206 4.7339184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9575206"^^xsd:decimal ;
  dwc:decimalLongitude "4.7339184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782162_20432782162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9575206 4.7339184)"^^geo:wktLiteral ;
  geo-pos:lat "52.9575206"^^xsd:decimal ;
  geo-pos:long "4.7339184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782162_20432782162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782162'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '5.3972222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7339184'^^xsd:double;
  dwc:latitude '52.9575206'^^xsd:double;
  dwc:coordinatePrecision '8.3'^^xsd:double;
  dwc:minimumElevation '12'^^xsd:integer;
  dwc:maximumElevation '12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782162'^^xsd:integer;
  dwc:observationDate '2012-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782728_20432782728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782728_20432782728> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782728_20432782728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9568292 4.7339212)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9568292"^^xsd:decimal ;
  dwc:decimalLongitude "4.7339212"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782728_20432782728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9568292 4.7339212)"^^geo:wktLiteral ;
  geo-pos:lat "52.9568292"^^xsd:decimal ;
  geo-pos:long "4.7339212"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782728_20432782728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782728'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.561388888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7339212'^^xsd:double;
  dwc:latitude '52.9568292'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782728'^^xsd:integer;
  dwc:observationDate '2012-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781662_20432781662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781662_20432781662> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781662_20432781662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9547174 4.7339234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9547174"^^xsd:decimal ;
  dwc:decimalLongitude "4.7339234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781662_20432781662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9547174 4.7339234)"^^geo:wktLiteral ;
  geo-pos:lat "52.9547174"^^xsd:decimal ;
  geo-pos:long "4.7339234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "9.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781662_20432781662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781662'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.6527777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7339234'^^xsd:double;
  dwc:latitude '52.9547174'^^xsd:double;
  dwc:coordinatePrecision '9.1'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781662'^^xsd:integer;
  dwc:observationDate '2012-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432727227_20432727227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432727227_20432727227> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432727227_20432727227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057923 4.733942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8057923"^^xsd:decimal ;
  dwc:decimalLongitude "4.733942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432727227_20432727227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8057923 4.733942)"^^geo:wktLiteral ;
  geo-pos:lat "52.8057923"^^xsd:decimal ;
  geo-pos:long "4.733942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432727227_20432727227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432727227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432727227'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.1977777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.733942'^^xsd:double;
  dwc:latitude '52.8057923'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432727227'^^xsd:integer;
  dwc:observationDate '2011-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725556_20432725556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725556_20432725556> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725556_20432725556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061915 4.7339473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8061915"^^xsd:decimal ;
  dwc:decimalLongitude "4.7339473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725556_20432725556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061915 4.7339473)"^^geo:wktLiteral ;
  geo-pos:lat "52.8061915"^^xsd:decimal ;
  geo-pos:long "4.7339473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725556_20432725556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725556'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '11.661666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7339473'^^xsd:double;
  dwc:latitude '52.8061915'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725556'^^xsd:integer;
  dwc:observationDate '2011-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432727178_20432727178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432727178_20432727178> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432727178_20432727178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.806143 4.7339587)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.806143"^^xsd:decimal ;
  dwc:decimalLongitude "4.7339587"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432727178_20432727178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.806143 4.7339587)"^^geo:wktLiteral ;
  geo-pos:lat "52.806143"^^xsd:decimal ;
  geo-pos:long "4.7339587"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432727178_20432727178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432727178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432727178'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '4.895'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7339587'^^xsd:double;
  dwc:latitude '52.806143'^^xsd:double;
  dwc:coordinatePrecision '8'^^xsd:integer;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432727178'^^xsd:integer;
  dwc:observationDate '2011-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432727319_20432727319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432727319_20432727319> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432727319_20432727319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8060874 4.7339687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8060874"^^xsd:decimal ;
  dwc:decimalLongitude "4.7339687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432727319_20432727319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8060874 4.7339687)"^^geo:wktLiteral ;
  geo-pos:lat "52.8060874"^^xsd:decimal ;
  geo-pos:long "4.7339687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432727319_20432727319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432727319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432727319'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.2419444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7339687'^^xsd:double;
  dwc:latitude '52.8060874'^^xsd:double;
  dwc:coordinatePrecision '5'^^xsd:integer;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432727319'^^xsd:integer;
  dwc:observationDate '2011-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725339_20432725339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725339_20432725339> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725339_20432725339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061589 4.7339787)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8061589"^^xsd:decimal ;
  dwc:decimalLongitude "4.7339787"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725339_20432725339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061589 4.7339787)"^^geo:wktLiteral ;
  geo-pos:lat "52.8061589"^^xsd:decimal ;
  geo-pos:long "4.7339787"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725339_20432725339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725339'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.8183333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7339787'^^xsd:double;
  dwc:latitude '52.8061589'^^xsd:double;
  dwc:coordinatePrecision '5.6'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725339'^^xsd:integer;
  dwc:observationDate '2011-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725602_20432725602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725602_20432725602> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725602_20432725602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062639 4.7340061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8062639"^^xsd:decimal ;
  dwc:decimalLongitude "4.7340061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999998.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725602_20432725602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8062639 4.7340061)"^^geo:wktLiteral ;
  geo-pos:lat "52.8062639"^^xsd:decimal ;
  geo-pos:long "4.7340061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999998.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725602_20432725602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725602'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.691666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7340061'^^xsd:double;
  dwc:latitude '52.8062639'^^xsd:double;
  dwc:coordinatePrecision '999998.9'^^xsd:double;
  dwc:minimumElevation '-37'^^xsd:integer;
  dwc:maximumElevation '-37'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725602'^^xsd:integer;
  dwc:observationDate '2011-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725350_20432725350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725350_20432725350> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725350_20432725350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061227 4.7340087)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8061227"^^xsd:decimal ;
  dwc:decimalLongitude "4.7340087"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725350_20432725350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8061227 4.7340087)"^^geo:wktLiteral ;
  geo-pos:lat "52.8061227"^^xsd:decimal ;
  geo-pos:long "4.7340087"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725350_20432725350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725350'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5.0733333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7340087'^^xsd:double;
  dwc:latitude '52.8061227'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725350'^^xsd:integer;
  dwc:observationDate '2011-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773781_20432773781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773781_20432773781> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773781_20432773781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8098552 4.7340393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8098552"^^xsd:decimal ;
  dwc:decimalLongitude "4.7340393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432773781_20432773781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8098552 4.7340393)"^^geo:wktLiteral ;
  geo-pos:lat "52.8098552"^^xsd:decimal ;
  geo-pos:long "4.7340393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432773781_20432773781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773781'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '3.3527777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7340393'^^xsd:double;
  dwc:latitude '52.8098552'^^xsd:double;
  dwc:coordinatePrecision '2.9'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773781'^^xsd:integer;
  dwc:observationDate '2012-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782719_20432782719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782719_20432782719> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782719_20432782719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9567021 4.7340426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9567021"^^xsd:decimal ;
  dwc:decimalLongitude "4.7340426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782719_20432782719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9567021 4.7340426)"^^geo:wktLiteral ;
  geo-pos:lat "52.9567021"^^xsd:decimal ;
  geo-pos:long "4.7340426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782719_20432782719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782719'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.553333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7340426'^^xsd:double;
  dwc:latitude '52.9567021'^^xsd:double;
  dwc:coordinatePrecision '9'^^xsd:integer;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782719'^^xsd:integer;
  dwc:observationDate '2012-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782632_20432782632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782632_20432782632> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782632_20432782632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9629402 4.7340591)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9629402"^^xsd:decimal ;
  dwc:decimalLongitude "4.7340591"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782632_20432782632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9629402 4.7340591)"^^geo:wktLiteral ;
  geo-pos:lat "52.9629402"^^xsd:decimal ;
  geo-pos:long "4.7340591"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782632_20432782632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782632'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '2.2283333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7340591'^^xsd:double;
  dwc:latitude '52.9629402'^^xsd:double;
  dwc:coordinatePrecision '2.9'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782632'^^xsd:integer;
  dwc:observationDate '2012-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725960_20432725960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725960_20432725960> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725960_20432725960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8060238 4.734062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8060238"^^xsd:decimal ;
  dwc:decimalLongitude "4.734062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725960_20432725960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8060238 4.734062)"^^geo:wktLiteral ;
  geo-pos:lat "52.8060238"^^xsd:decimal ;
  geo-pos:long "4.734062"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725960_20432725960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725960'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.1283333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.734062'^^xsd:double;
  dwc:latitude '52.8060238'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725960'^^xsd:integer;
  dwc:observationDate '2011-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782638_20432782638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782638_20432782638> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782638_20432782638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.962895 4.7341026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.962895"^^xsd:decimal ;
  dwc:decimalLongitude "4.7341026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782638_20432782638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.962895 4.7341026)"^^geo:wktLiteral ;
  geo-pos:lat "52.962895"^^xsd:decimal ;
  geo-pos:long "4.7341026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782638_20432782638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782638'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '3.2341666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7341026'^^xsd:double;
  dwc:latitude '52.962895'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782638'^^xsd:integer;
  dwc:observationDate '2012-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782649_20432782649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782649_20432782649> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782649_20432782649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9629009 4.7341028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9629009"^^xsd:decimal ;
  dwc:decimalLongitude "4.7341028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782649_20432782649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9629009 4.7341028)"^^geo:wktLiteral ;
  geo-pos:lat "52.9629009"^^xsd:decimal ;
  geo-pos:long "4.7341028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782649_20432782649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782649'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.2583333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7341028'^^xsd:double;
  dwc:latitude '52.9629009'^^xsd:double;
  dwc:coordinatePrecision '5.8'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782649'^^xsd:integer;
  dwc:observationDate '2012-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782654_20432782654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782654_20432782654> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782654_20432782654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9628957 4.73411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9628957"^^xsd:decimal ;
  dwc:decimalLongitude "4.73411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782654_20432782654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9628957 4.73411)"^^geo:wktLiteral ;
  geo-pos:lat "52.9628957"^^xsd:decimal ;
  geo-pos:long "4.73411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782654_20432782654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782654'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '6.2677777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.73411'^^xsd:double;
  dwc:latitude '52.9628957'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782654'^^xsd:integer;
  dwc:observationDate '2012-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725437_20432725437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725437_20432725437> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725437_20432725437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8059936 4.7341311)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8059936"^^xsd:decimal ;
  dwc:decimalLongitude "4.7341311"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725437_20432725437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8059936 4.7341311)"^^geo:wktLiteral ;
  geo-pos:lat "52.8059936"^^xsd:decimal ;
  geo-pos:long "4.7341311"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725437_20432725437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725437'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.0980555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7341311'^^xsd:double;
  dwc:latitude '52.8059936'^^xsd:double;
  dwc:coordinatePrecision '6.1'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725437'^^xsd:integer;
  dwc:observationDate '2011-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782470_20432782470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782470_20432782470> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782470_20432782470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9629701 4.7341419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9629701"^^xsd:decimal ;
  dwc:decimalLongitude "4.7341419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782470_20432782470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9629701 4.7341419)"^^geo:wktLiteral ;
  geo-pos:lat "52.9629701"^^xsd:decimal ;
  geo-pos:long "4.7341419"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782470_20432782470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782470'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '2.2677777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7341419'^^xsd:double;
  dwc:latitude '52.9629701'^^xsd:double;
  dwc:coordinatePrecision '2.2'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782470'^^xsd:integer;
  dwc:observationDate '2012-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782644_20432782644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782644_20432782644> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782644_20432782644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9628969 4.7341457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9628969"^^xsd:decimal ;
  dwc:decimalLongitude "4.7341457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782644_20432782644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9628969 4.7341457)"^^geo:wktLiteral ;
  geo-pos:lat "52.9628969"^^xsd:decimal ;
  geo-pos:long "4.7341457"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782644_20432782644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782644'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '4.245'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7341457'^^xsd:double;
  dwc:latitude '52.9628969'^^xsd:double;
  dwc:coordinatePrecision '7.4'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782644'^^xsd:integer;
  dwc:observationDate '2012-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432727270_20432727270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432727270_20432727270> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432727270_20432727270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805997 4.7341485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.805997"^^xsd:decimal ;
  dwc:decimalLongitude "4.7341485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432727270_20432727270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.805997 4.7341485)"^^geo:wktLiteral ;
  geo-pos:lat "52.805997"^^xsd:decimal ;
  geo-pos:long "4.7341485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432727270_20432727270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432727270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432727270'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '7.2241666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7341485'^^xsd:double;
  dwc:latitude '52.805997'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432727270'^^xsd:integer;
  dwc:observationDate '2011-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432725915_20432725915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432725915_20432725915> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432725915_20432725915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8060139 4.7341532)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8060139"^^xsd:decimal ;
  dwc:decimalLongitude "4.7341532"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432725915_20432725915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8060139 4.7341532)"^^geo:wktLiteral ;
  geo-pos:lat "52.8060139"^^xsd:decimal ;
  geo-pos:long "4.7341532"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432725915_20432725915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432725915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432725915'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.61'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7341532'^^xsd:double;
  dwc:latitude '52.8060139'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432725915'^^xsd:integer;
  dwc:observationDate '2011-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782476_20432782476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782476_20432782476> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782476_20432782476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9629239 4.7341579)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9629239"^^xsd:decimal ;
  dwc:decimalLongitude "4.7341579"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782476_20432782476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9629239 4.7341579)"^^geo:wktLiteral ;
  geo-pos:lat "52.9629239"^^xsd:decimal ;
  geo-pos:long "4.7341579"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782476_20432782476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782476'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '3.2719444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7341579'^^xsd:double;
  dwc:latitude '52.9629239'^^xsd:double;
  dwc:coordinatePrecision '3.1'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782476'^^xsd:integer;
  dwc:observationDate '2012-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782660_20432782660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782660_20432782660> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782660_20432782660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9628904 4.7341762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9628904"^^xsd:decimal ;
  dwc:decimalLongitude "4.7341762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782660_20432782660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9628904 4.7341762)"^^geo:wktLiteral ;
  geo-pos:lat "52.9628904"^^xsd:decimal ;
  geo-pos:long "4.7341762"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782660_20432782660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782660'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '7.2827777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7341762'^^xsd:double;
  dwc:latitude '52.9628904'^^xsd:double;
  dwc:coordinatePrecision '2.8'^^xsd:double;
  dwc:minimumElevation '12'^^xsd:integer;
  dwc:maximumElevation '12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782660'^^xsd:integer;
  dwc:observationDate '2012-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782482_20432782482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782482_20432782482> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782482_20432782482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9629055 4.7342116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9629055"^^xsd:decimal ;
  dwc:decimalLongitude "4.7342116"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782482_20432782482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9629055 4.7342116)"^^geo:wktLiteral ;
  geo-pos:lat "52.9629055"^^xsd:decimal ;
  geo-pos:long "4.7342116"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782482_20432782482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782482'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '4.2772222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7342116'^^xsd:double;
  dwc:latitude '52.9629055'^^xsd:double;
  dwc:coordinatePrecision '8.2'^^xsd:double;
  dwc:minimumElevation '4'^^xsd:integer;
  dwc:maximumElevation '4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782482'^^xsd:integer;
  dwc:observationDate '2012-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782494_20432782494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782494_20432782494> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782494_20432782494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.962937 4.7342127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.962937"^^xsd:decimal ;
  dwc:decimalLongitude "4.7342127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782494_20432782494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.962937 4.7342127)"^^geo:wktLiteral ;
  geo-pos:lat "52.962937"^^xsd:decimal ;
  geo-pos:long "4.7342127"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782494_20432782494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782494'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '6.3033333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7342127'^^xsd:double;
  dwc:latitude '52.962937'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782494'^^xsd:integer;
  dwc:observationDate '2012-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782488_20432782488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782488_20432782488> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782488_20432782488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9629054 4.7342445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9629054"^^xsd:decimal ;
  dwc:decimalLongitude "4.7342445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782488_20432782488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9629054 4.7342445)"^^geo:wktLiteral ;
  geo-pos:lat "52.9629054"^^xsd:decimal ;
  geo-pos:long "4.7342445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782488_20432782488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782488'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '5.2875'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7342445'^^xsd:double;
  dwc:latitude '52.9629054'^^xsd:double;
  dwc:coordinatePrecision '7.3'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782488'^^xsd:integer;
  dwc:observationDate '2012-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782464_20432782464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782464_20432782464> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782464_20432782464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9630706 4.734333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9630706"^^xsd:decimal ;
  dwc:decimalLongitude "4.734333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782464_20432782464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9630706 4.734333)"^^geo:wktLiteral ;
  geo-pos:lat "52.9630706"^^xsd:decimal ;
  geo-pos:long "4.734333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782464_20432782464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782464'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.2505555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.734333'^^xsd:double;
  dwc:latitude '52.9630706'^^xsd:double;
  dwc:coordinatePrecision '5.6'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782464'^^xsd:integer;
  dwc:observationDate '2012-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432783035_20432783035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432783035_20432783035> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432783035_20432783035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9542777 4.734361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9542777"^^xsd:decimal ;
  dwc:decimalLongitude "4.734361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432783035_20432783035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9542777 4.734361)"^^geo:wktLiteral ;
  geo-pos:lat "52.9542777"^^xsd:decimal ;
  geo-pos:long "4.734361"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432783035_20432783035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432783035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432783035'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.153611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.734361'^^xsd:double;
  dwc:latitude '52.9542777'^^xsd:double;
  dwc:minimumElevation '-28'^^xsd:integer;
  dwc:maximumElevation '-28'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432783035'^^xsd:integer;
  dwc:observationDate '2012-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781678_20432781678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781678_20432781678> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781678_20432781678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9538427 4.734362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9538427"^^xsd:decimal ;
  dwc:decimalLongitude "4.734362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781678_20432781678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9538427 4.734362)"^^geo:wktLiteral ;
  geo-pos:lat "52.9538427"^^xsd:decimal ;
  geo-pos:long "4.734362"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781678_20432781678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781678'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.169444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.734362'^^xsd:double;
  dwc:latitude '52.9538427'^^xsd:double;
  dwc:coordinatePrecision '6.3'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781678'^^xsd:integer;
  dwc:observationDate '2012-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432783050_20432783050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432783050_20432783050> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432783050_20432783050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9555685 4.7344273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9555685"^^xsd:decimal ;
  dwc:decimalLongitude "4.7344273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432783050_20432783050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9555685 4.7344273)"^^geo:wktLiteral ;
  geo-pos:lat "52.9555685"^^xsd:decimal ;
  geo-pos:long "4.7344273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432783050_20432783050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432783050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432783050'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.167777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7344273'^^xsd:double;
  dwc:latitude '52.9555685'^^xsd:double;
  dwc:coordinatePrecision '6.8'^^xsd:double;
  dwc:minimumElevation '-39'^^xsd:integer;
  dwc:maximumElevation '-39'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432783050'^^xsd:integer;
  dwc:observationDate '2012-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782050_20432782050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782050_20432782050> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782050_20432782050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9560616 4.7345314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9560616"^^xsd:decimal ;
  dwc:decimalLongitude "4.7345314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782050_20432782050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9560616 4.7345314)"^^geo:wktLiteral ;
  geo-pos:lat "52.9560616"^^xsd:decimal ;
  geo-pos:long "4.7345314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782050_20432782050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782050'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.2'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7345314'^^xsd:double;
  dwc:latitude '52.9560616'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782050'^^xsd:integer;
  dwc:observationDate '2012-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432783043_20432783043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432783043_20432783043> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432783043_20432783043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9547042 4.7345586)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9547042"^^xsd:decimal ;
  dwc:decimalLongitude "4.7345586"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432783043_20432783043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9547042 4.7345586)"^^geo:wktLiteral ;
  geo-pos:lat "52.9547042"^^xsd:decimal ;
  geo-pos:long "4.7345586"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432783043_20432783043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432783043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432783043'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.166666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7345586'^^xsd:double;
  dwc:latitude '52.9547042'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432783043'^^xsd:integer;
  dwc:observationDate '2012-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782344_20432782344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782344_20432782344> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782344_20432782344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9565173 4.7346114)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9565173"^^xsd:decimal ;
  dwc:decimalLongitude "4.7346114"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782344_20432782344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9565173 4.7346114)"^^geo:wktLiteral ;
  geo-pos:lat "52.9565173"^^xsd:decimal ;
  geo-pos:long "4.7346114"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782344_20432782344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782344'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '8.0230555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7346114'^^xsd:double;
  dwc:latitude '52.9565173'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '3'^^xsd:integer;
  dwc:maximumElevation '3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782344'^^xsd:integer;
  dwc:observationDate '2012-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781958_20432781958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781958_20432781958> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781958_20432781958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9564682 4.7346195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9564682"^^xsd:decimal ;
  dwc:decimalLongitude "4.7346195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781958_20432781958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9564682 4.7346195)"^^geo:wktLiteral ;
  geo-pos:lat "52.9564682"^^xsd:decimal ;
  geo-pos:long "4.7346195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781958_20432781958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781958'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '1.1177777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7346195'^^xsd:double;
  dwc:latitude '52.9564682'^^xsd:double;
  dwc:coordinatePrecision '8.8'^^xsd:double;
  dwc:minimumElevation '-22'^^xsd:integer;
  dwc:maximumElevation '-22'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781958'^^xsd:integer;
  dwc:observationDate '2012-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781964_20432781964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781964_20432781964> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781964_20432781964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9562854 4.7346253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9562854"^^xsd:decimal ;
  dwc:decimalLongitude "4.7346253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781964_20432781964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9562854 4.7346253)"^^geo:wktLiteral ;
  geo-pos:lat "52.9562854"^^xsd:decimal ;
  geo-pos:long "4.7346253"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781964_20432781964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781964'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '2.1283333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7346253'^^xsd:double;
  dwc:latitude '52.9562854'^^xsd:double;
  dwc:coordinatePrecision '6.6'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781964'^^xsd:integer;
  dwc:observationDate '2012-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781982_20432781982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781982_20432781982> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781982_20432781982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9562922 4.7346288)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9562922"^^xsd:decimal ;
  dwc:decimalLongitude "4.7346288"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781982_20432781982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9562922 4.7346288)"^^geo:wktLiteral ;
  geo-pos:lat "52.9562922"^^xsd:decimal ;
  geo-pos:long "4.7346288"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781982_20432781982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781982'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '5.1697222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7346288'^^xsd:double;
  dwc:latitude '52.9562922'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781982'^^xsd:integer;
  dwc:observationDate '2012-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781976_20432781976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781976_20432781976> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781976_20432781976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9562666 4.7346704)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9562666"^^xsd:decimal ;
  dwc:decimalLongitude "4.7346704"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781976_20432781976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9562666 4.7346704)"^^geo:wktLiteral ;
  geo-pos:lat "52.9562666"^^xsd:decimal ;
  geo-pos:long "4.7346704"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781976_20432781976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781976'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '4.1616666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7346704'^^xsd:double;
  dwc:latitude '52.9562666'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781976'^^xsd:integer;
  dwc:observationDate '2012-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781970_20432781970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781970_20432781970> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781970_20432781970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9562585 4.7346769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9562585"^^xsd:decimal ;
  dwc:decimalLongitude "4.7346769"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781970_20432781970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9562585 4.7346769)"^^geo:wktLiteral ;
  geo-pos:lat "52.9562585"^^xsd:decimal ;
  geo-pos:long "4.7346769"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781970_20432781970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781970'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '3.145'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7346769'^^xsd:double;
  dwc:latitude '52.9562585'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781970'^^xsd:integer;
  dwc:observationDate '2012-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782627_20432782627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782627_20432782627> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782627_20432782627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9631914 4.7347242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9631914"^^xsd:decimal ;
  dwc:decimalLongitude "4.7347242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782627_20432782627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9631914 4.7347242)"^^geo:wktLiteral ;
  geo-pos:lat "52.9631914"^^xsd:decimal ;
  geo-pos:long "4.7347242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782627_20432782627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782627'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '1.2136111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7347242'^^xsd:double;
  dwc:latitude '52.9631914'^^xsd:double;
  dwc:coordinatePrecision '6.2'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782627'^^xsd:integer;
  dwc:observationDate '2012-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782327_20432782327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782327_20432782327> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782327_20432782327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9563014 4.7347275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9563014"^^xsd:decimal ;
  dwc:decimalLongitude "4.7347275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782327_20432782327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9563014 4.7347275)"^^geo:wktLiteral ;
  geo-pos:lat "52.9563014"^^xsd:decimal ;
  geo-pos:long "4.7347275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782327_20432782327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782327'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '4.9933333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7347275'^^xsd:double;
  dwc:latitude '52.9563014'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782327'^^xsd:integer;
  dwc:observationDate '2012-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782955_20432782955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782955_20432782955> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782955_20432782955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9630329 4.7347289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9630329"^^xsd:decimal ;
  dwc:decimalLongitude "4.7347289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782955_20432782955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9630329 4.7347289)"^^geo:wktLiteral ;
  geo-pos:lat "52.9630329"^^xsd:decimal ;
  geo-pos:long "4.7347289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782955_20432782955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782955'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '0.045277777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7347289'^^xsd:double;
  dwc:latitude '52.9630329'^^xsd:double;
  dwc:coordinatePrecision '7.9'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782955'^^xsd:integer;
  dwc:observationDate '2012-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782309_20432782309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782309_20432782309> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782309_20432782309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9563341 4.734741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9563341"^^xsd:decimal ;
  dwc:decimalLongitude "4.734741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782309_20432782309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9563341 4.734741)"^^geo:wktLiteral ;
  geo-pos:lat "52.9563341"^^xsd:decimal ;
  geo-pos:long "4.734741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782309_20432782309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782309'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '1.9533333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.734741'^^xsd:double;
  dwc:latitude '52.9563341'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782309'^^xsd:integer;
  dwc:observationDate '2012-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781688_20432781688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781688_20432781688> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781688_20432781688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9540609 4.7347499)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9540609"^^xsd:decimal ;
  dwc:decimalLongitude "4.7347499"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781688_20432781688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9540609 4.7347499)"^^geo:wktLiteral ;
  geo-pos:lat "52.9540609"^^xsd:decimal ;
  geo-pos:long "4.7347499"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781688_20432781688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781688'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.178333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7347499'^^xsd:double;
  dwc:latitude '52.9540609'^^xsd:double;
  dwc:coordinatePrecision '5'^^xsd:integer;
  dwc:minimumElevation '6'^^xsd:integer;
  dwc:maximumElevation '6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781688'^^xsd:integer;
  dwc:observationDate '2012-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782526_20432782526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782526_20432782526> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782526_20432782526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9631951 4.7347641)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9631951"^^xsd:decimal ;
  dwc:decimalLongitude "4.7347641"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782526_20432782526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9631951 4.7347641)"^^geo:wktLiteral ;
  geo-pos:lat "52.9631951"^^xsd:decimal ;
  geo-pos:long "4.7347641"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782526_20432782526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782526'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '10.029166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7347641'^^xsd:double;
  dwc:latitude '52.9631951'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782526'^^xsd:integer;
  dwc:observationDate '2012-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782315_20432782315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782315_20432782315> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782315_20432782315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9562944 4.7347667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9562944"^^xsd:decimal ;
  dwc:decimalLongitude "4.7347667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782315_20432782315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9562944 4.7347667)"^^geo:wktLiteral ;
  geo-pos:lat "52.9562944"^^xsd:decimal ;
  geo-pos:long "4.7347667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782315_20432782315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782315'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '2.97'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7347667'^^xsd:double;
  dwc:latitude '52.9562944'^^xsd:double;
  dwc:coordinatePrecision '2.6'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782315'^^xsd:integer;
  dwc:observationDate '2012-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782321_20432782321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782321_20432782321> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782321_20432782321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9563415 4.7347863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9563415"^^xsd:decimal ;
  dwc:decimalLongitude "4.7347863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782321_20432782321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9563415 4.7347863)"^^geo:wktLiteral ;
  geo-pos:lat "52.9563415"^^xsd:decimal ;
  geo-pos:long "4.7347863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782321_20432782321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782321'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '3.9783333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7347863'^^xsd:double;
  dwc:latitude '52.9563415'^^xsd:double;
  dwc:coordinatePrecision '7.1'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782321'^^xsd:integer;
  dwc:observationDate '2012-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782041_20432782041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782041_20432782041> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782041_20432782041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9541022 4.7348506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9541022"^^xsd:decimal ;
  dwc:decimalLongitude "4.7348506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782041_20432782041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9541022 4.7348506)"^^geo:wktLiteral ;
  geo-pos:lat "52.9541022"^^xsd:decimal ;
  geo-pos:long "4.7348506"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782041_20432782041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782041'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12.187777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7348506'^^xsd:double;
  dwc:latitude '52.9541022'^^xsd:double;
  dwc:coordinatePrecision '7.7'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782041'^^xsd:integer;
  dwc:observationDate '2012-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781890_20432781890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781890_20432781890> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781890_20432781890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9524161 4.7352703)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9524161"^^xsd:decimal ;
  dwc:decimalLongitude "4.7352703"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781890_20432781890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9524161 4.7352703)"^^geo:wktLiteral ;
  geo-pos:lat "52.9524161"^^xsd:decimal ;
  geo-pos:long "4.7352703"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781890_20432781890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781890'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '14.489166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7352703'^^xsd:double;
  dwc:latitude '52.9524161'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-28'^^xsd:integer;
  dwc:maximumElevation '-28'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781890'^^xsd:integer;
  dwc:observationDate '2012-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781769_20432781769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781769_20432781769> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781769_20432781769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9521272 4.7353093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9521272"^^xsd:decimal ;
  dwc:decimalLongitude "4.7353093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781769_20432781769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9521272 4.7353093)"^^geo:wktLiteral ;
  geo-pos:lat "52.9521272"^^xsd:decimal ;
  geo-pos:long "4.7353093"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781769_20432781769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781769'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.313888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7353093'^^xsd:double;
  dwc:latitude '52.9521272'^^xsd:double;
  dwc:coordinatePrecision '10.2'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781769'^^xsd:integer;
  dwc:observationDate '2012-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782263_20432782263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782263_20432782263> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782263_20432782263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9524667 4.735413)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9524667"^^xsd:decimal ;
  dwc:decimalLongitude "4.735413"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "15"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782263_20432782263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9524667 4.735413)"^^geo:wktLiteral ;
  geo-pos:lat "52.9524667"^^xsd:decimal ;
  geo-pos:long "4.735413"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "15"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782263_20432782263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782263'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '17.865277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.735413'^^xsd:double;
  dwc:latitude '52.9524667'^^xsd:double;
  dwc:coordinatePrecision '15'^^xsd:integer;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782263'^^xsd:integer;
  dwc:observationDate '2012-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782373_20432782373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782373_20432782373> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782373_20432782373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9523787 4.7354291)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9523787"^^xsd:decimal ;
  dwc:decimalLongitude "4.7354291"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782373_20432782373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9523787 4.7354291)"^^geo:wktLiteral ;
  geo-pos:lat "52.9523787"^^xsd:decimal ;
  geo-pos:long "4.7354291"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782373_20432782373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782373'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '11.06'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7354291'^^xsd:double;
  dwc:latitude '52.9523787'^^xsd:double;
  dwc:coordinatePrecision '9'^^xsd:integer;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782373'^^xsd:integer;
  dwc:observationDate '2012-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781666_20432781666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781666_20432781666> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781666_20432781666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9540687 4.7354309)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9540687"^^xsd:decimal ;
  dwc:decimalLongitude "4.7354309"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781666_20432781666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9540687 4.7354309)"^^geo:wktLiteral ;
  geo-pos:lat "52.9540687"^^xsd:decimal ;
  geo-pos:long "4.7354309"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781666_20432781666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781666'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.161111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7354309'^^xsd:double;
  dwc:latitude '52.9540687'^^xsd:double;
  dwc:coordinatePrecision '6.1'^^xsd:double;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781666'^^xsd:integer;
  dwc:observationDate '2012-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781752_20432781752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781752_20432781752> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781752_20432781752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9523917 4.7354957)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9523917"^^xsd:decimal ;
  dwc:decimalLongitude "4.7354957"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781752_20432781752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9523917 4.7354957)"^^geo:wktLiteral ;
  geo-pos:lat "52.9523917"^^xsd:decimal ;
  geo-pos:long "4.7354957"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781752_20432781752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781752'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '20.278333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7354957'^^xsd:double;
  dwc:latitude '52.9523917'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781752'^^xsd:integer;
  dwc:observationDate '2012-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781746_20432781746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781746_20432781746> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781746_20432781746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9525268 4.7355163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9525268"^^xsd:decimal ;
  dwc:decimalLongitude "4.7355163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781746_20432781746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9525268 4.7355163)"^^geo:wktLiteral ;
  geo-pos:lat "52.9525268"^^xsd:decimal ;
  geo-pos:long "4.7355163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781746_20432781746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781746'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.269444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7355163'^^xsd:double;
  dwc:latitude '52.9525268'^^xsd:double;
  dwc:coordinatePrecision '8.1'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781746'^^xsd:integer;
  dwc:observationDate '2012-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782405_20432782405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782405_20432782405> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782405_20432782405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9523185 4.7355193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9523185"^^xsd:decimal ;
  dwc:decimalLongitude "4.7355193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782405_20432782405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9523185 4.7355193)"^^geo:wktLiteral ;
  geo-pos:lat "52.9523185"^^xsd:decimal ;
  geo-pos:long "4.7355193"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782405_20432782405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782405'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.12'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7355193'^^xsd:double;
  dwc:latitude '52.9523185'^^xsd:double;
  dwc:coordinatePrecision '5.7'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782405'^^xsd:integer;
  dwc:observationDate '2012-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782386_20432782386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782386_20432782386> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782386_20432782386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9523631 4.7355269)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9523631"^^xsd:decimal ;
  dwc:decimalLongitude "4.7355269"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782386_20432782386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9523631 4.7355269)"^^geo:wktLiteral ;
  geo-pos:lat "52.9523631"^^xsd:decimal ;
  geo-pos:long "4.7355269"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782386_20432782386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782386'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '13.081666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7355269'^^xsd:double;
  dwc:latitude '52.9523631'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782386'^^xsd:integer;
  dwc:observationDate '2012-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781763_20432781763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781763_20432781763> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781763_20432781763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9520933 4.7355397)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9520933"^^xsd:decimal ;
  dwc:decimalLongitude "4.7355397"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781763_20432781763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9520933 4.7355397)"^^geo:wktLiteral ;
  geo-pos:lat "52.9520933"^^xsd:decimal ;
  geo-pos:long "4.7355397"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781763_20432781763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781763'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '22.301111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7355397'^^xsd:double;
  dwc:latitude '52.9520933'^^xsd:double;
  dwc:coordinatePrecision '3.5'^^xsd:double;
  dwc:minimumElevation '3'^^xsd:integer;
  dwc:maximumElevation '3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781763'^^xsd:integer;
  dwc:observationDate '2012-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781740_20432781740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781740_20432781740> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781740_20432781740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9525636 4.7355497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9525636"^^xsd:decimal ;
  dwc:decimalLongitude "4.7355497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781740_20432781740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9525636 4.7355497)"^^geo:wktLiteral ;
  geo-pos:lat "52.9525636"^^xsd:decimal ;
  geo-pos:long "4.7355497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781740_20432781740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781740'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '18.261666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7355497'^^xsd:double;
  dwc:latitude '52.9525636'^^xsd:double;
  dwc:coordinatePrecision '6.8'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781740'^^xsd:integer;
  dwc:observationDate '2012-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781775_20432781775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781775_20432781775> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781775_20432781775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9518416 4.7355635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9518416"^^xsd:decimal ;
  dwc:decimalLongitude "4.7355635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781775_20432781775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9518416 4.7355635)"^^geo:wktLiteral ;
  geo-pos:lat "52.9518416"^^xsd:decimal ;
  geo-pos:long "4.7355635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781775_20432781775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781775'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '0.32333333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7355635'^^xsd:double;
  dwc:latitude '52.9518416'^^xsd:double;
  dwc:coordinatePrecision '7.3'^^xsd:double;
  dwc:minimumElevation '-24'^^xsd:integer;
  dwc:maximumElevation '-24'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781775'^^xsd:integer;
  dwc:observationDate '2012-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782554_20432782554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782554_20432782554> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782554_20432782554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9527228 4.7356037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9527228"^^xsd:decimal ;
  dwc:decimalLongitude "4.7356037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782554_20432782554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9527228 4.7356037)"^^geo:wktLiteral ;
  geo-pos:lat "52.9527228"^^xsd:decimal ;
  geo-pos:long "4.7356037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782554_20432782554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782554'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '14.076388888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7356037'^^xsd:double;
  dwc:latitude '52.9527228'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782554'^^xsd:integer;
  dwc:observationDate '2012-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781758_20432781758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781758_20432781758> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781758_20432781758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9521853 4.7356244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9521853"^^xsd:decimal ;
  dwc:decimalLongitude "4.7356244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781758_20432781758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9521853 4.7356244)"^^geo:wktLiteral ;
  geo-pos:lat "52.9521853"^^xsd:decimal ;
  geo-pos:long "4.7356244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781758_20432781758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781758'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '21.293333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7356244'^^xsd:double;
  dwc:latitude '52.9521853'^^xsd:double;
  dwc:coordinatePrecision '8'^^xsd:integer;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781758'^^xsd:integer;
  dwc:observationDate '2012-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782745_20432782745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782745_20432782745> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782745_20432782745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9527017 4.7356341)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9527017"^^xsd:decimal ;
  dwc:decimalLongitude "4.7356341"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782745_20432782745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9527017 4.7356341)"^^geo:wktLiteral ;
  geo-pos:lat "52.9527017"^^xsd:decimal ;
  geo-pos:long "4.7356341"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782745_20432782745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782745'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '16.589444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7356341'^^xsd:double;
  dwc:latitude '52.9527017'^^xsd:double;
  dwc:minimumElevation '-26'^^xsd:integer;
  dwc:maximumElevation '-26'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782745'^^xsd:integer;
  dwc:observationDate '2012-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782399_20432782399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782399_20432782399> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782399_20432782399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9524687 4.735691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9524687"^^xsd:decimal ;
  dwc:decimalLongitude "4.735691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782399_20432782399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9524687 4.735691)"^^geo:wktLiteral ;
  geo-pos:lat "52.9524687"^^xsd:decimal ;
  geo-pos:long "4.735691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782399_20432782399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782399'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '15.103611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.735691'^^xsd:double;
  dwc:latitude '52.9524687'^^xsd:double;
  dwc:coordinatePrecision '6.8'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782399'^^xsd:integer;
  dwc:observationDate '2012-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782565_20432782565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782565_20432782565> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782565_20432782565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9523413 4.7357096)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9523413"^^xsd:decimal ;
  dwc:decimalLongitude "4.7357096"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782565_20432782565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9523413 4.7357096)"^^geo:wktLiteral ;
  geo-pos:lat "52.9523413"^^xsd:decimal ;
  geo-pos:long "4.7357096"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782565_20432782565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782565'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '15.586944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7357096'^^xsd:double;
  dwc:latitude '52.9523413'^^xsd:double;
  dwc:coordinatePrecision '6.5'^^xsd:double;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782565'^^xsd:integer;
  dwc:observationDate '2012-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781787_20432781787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781787_20432781787> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781787_20432781787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9522952 4.73575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9522952"^^xsd:decimal ;
  dwc:decimalLongitude "4.73575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781787_20432781787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9522952 4.73575)"^^geo:wktLiteral ;
  geo-pos:lat "52.9522952"^^xsd:decimal ;
  geo-pos:long "4.73575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781787_20432781787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781787'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '2.345'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.73575'^^xsd:double;
  dwc:latitude '52.9522952'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781787'^^xsd:integer;
  dwc:observationDate '2012-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782059_20432782059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782059_20432782059> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782059_20432782059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9525962 4.7357544)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9525962"^^xsd:decimal ;
  dwc:decimalLongitude "4.7357544"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782059_20432782059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9525962 4.7357544)"^^geo:wktLiteral ;
  geo-pos:lat "52.9525962"^^xsd:decimal ;
  geo-pos:long "4.7357544"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782059_20432782059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782059'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '14.2075'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7357544'^^xsd:double;
  dwc:latitude '52.9525962'^^xsd:double;
  dwc:coordinatePrecision '5.7'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782059'^^xsd:integer;
  dwc:observationDate '2012-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781725_20432781725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781725_20432781725> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781725_20432781725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9523962 4.7357781)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9523962"^^xsd:decimal ;
  dwc:decimalLongitude "4.7357781"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781725_20432781725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9523962 4.7357781)"^^geo:wktLiteral ;
  geo-pos:lat "52.9523962"^^xsd:decimal ;
  geo-pos:long "4.7357781"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781725_20432781725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781725'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.236666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7357781'^^xsd:double;
  dwc:latitude '52.9523962'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781725'^^xsd:integer;
  dwc:observationDate '2012-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781781_20432781781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781781_20432781781> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781781_20432781781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9518928 4.7357814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9518928"^^xsd:decimal ;
  dwc:decimalLongitude "4.7357814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781781_20432781781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9518928 4.7357814)"^^geo:wktLiteral ;
  geo-pos:lat "52.9518928"^^xsd:decimal ;
  geo-pos:long "4.7357814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781781_20432781781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781781'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '1.3333333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7357814'^^xsd:double;
  dwc:latitude '52.9518928'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781781'^^xsd:integer;
  dwc:observationDate '2012-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781793_20432781793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781793_20432781793> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781793_20432781793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9522887 4.7357889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9522887"^^xsd:decimal ;
  dwc:decimalLongitude "4.7357889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781793_20432781793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9522887 4.7357889)"^^geo:wktLiteral ;
  geo-pos:lat "52.9522887"^^xsd:decimal ;
  geo-pos:long "4.7357889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781793_20432781793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781793'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '3.3533333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7357889'^^xsd:double;
  dwc:latitude '52.9522887'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781793'^^xsd:integer;
  dwc:observationDate '2012-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782379_20432782379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782379_20432782379> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782379_20432782379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.952714 4.7358047)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.952714"^^xsd:decimal ;
  dwc:decimalLongitude "4.7358047"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782379_20432782379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.952714 4.7358047)"^^geo:wktLiteral ;
  geo-pos:lat "52.952714"^^xsd:decimal ;
  geo-pos:long "4.7358047"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782379_20432782379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782379'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '12.069722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7358047'^^xsd:double;
  dwc:latitude '52.952714'^^xsd:double;
  dwc:coordinatePrecision '10.7'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782379'^^xsd:integer;
  dwc:observationDate '2012-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781799_20432781799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781799_20432781799> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781799_20432781799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9522784 4.7358163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9522784"^^xsd:decimal ;
  dwc:decimalLongitude "4.7358163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781799_20432781799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9522784 4.7358163)"^^geo:wktLiteral ;
  geo-pos:lat "52.9522784"^^xsd:decimal ;
  geo-pos:long "4.7358163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781799_20432781799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781799'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '4.3666666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7358163'^^xsd:double;
  dwc:latitude '52.9522784'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781799'^^xsd:integer;
  dwc:observationDate '2012-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782737_20432782737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782737_20432782737> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782737_20432782737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9522398 4.735844)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9522398"^^xsd:decimal ;
  dwc:decimalLongitude "4.735844"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782737_20432782737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9522398 4.735844)"^^geo:wktLiteral ;
  geo-pos:lat "52.9522398"^^xsd:decimal ;
  geo-pos:long "4.735844"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782737_20432782737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782737'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.57'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.735844'^^xsd:double;
  dwc:latitude '52.9522398'^^xsd:double;
  dwc:coordinatePrecision '7'^^xsd:integer;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782737'^^xsd:integer;
  dwc:observationDate '2012-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781902_20432781902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781902_20432781902> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781902_20432781902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9523426 4.7358743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9523426"^^xsd:decimal ;
  dwc:decimalLongitude "4.7358743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781902_20432781902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9523426 4.7358743)"^^geo:wktLiteral ;
  geo-pos:lat "52.9523426"^^xsd:decimal ;
  geo-pos:long "4.7358743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781902_20432781902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781902'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.003333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7358743'^^xsd:double;
  dwc:latitude '52.9523426'^^xsd:double;
  dwc:coordinatePrecision '8.4'^^xsd:double;
  dwc:minimumElevation '-18'^^xsd:integer;
  dwc:maximumElevation '-18'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781902'^^xsd:integer;
  dwc:observationDate '2012-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782571_20432782571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782571_20432782571> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782571_20432782571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9522084 4.7359116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9522084"^^xsd:decimal ;
  dwc:decimalLongitude "4.7359116"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782571_20432782571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9522084 4.7359116)"^^geo:wktLiteral ;
  geo-pos:lat "52.9522084"^^xsd:decimal ;
  geo-pos:long "4.7359116"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782571_20432782571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782571'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.093055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7359116'^^xsd:double;
  dwc:latitude '52.9522084'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782571'^^xsd:integer;
  dwc:observationDate '2012-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782353_20432782353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782353_20432782353> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782353_20432782353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9525161 4.7359553)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9525161"^^xsd:decimal ;
  dwc:decimalLongitude "4.7359553"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782353_20432782353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9525161 4.7359553)"^^geo:wktLiteral ;
  geo-pos:lat "52.9525161"^^xsd:decimal ;
  geo-pos:long "4.7359553"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782353_20432782353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782353'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '9.0352777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7359553'^^xsd:double;
  dwc:latitude '52.9525161'^^xsd:double;
  dwc:coordinatePrecision '7.1'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782353'^^xsd:integer;
  dwc:observationDate '2012-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782363_20432782363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782363_20432782363> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782363_20432782363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9526382 4.7359554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9526382"^^xsd:decimal ;
  dwc:decimalLongitude "4.7359554"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782363_20432782363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9526382 4.7359554)"^^geo:wktLiteral ;
  geo-pos:lat "52.9526382"^^xsd:decimal ;
  geo-pos:long "4.7359554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782363_20432782363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782363'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '10.05'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7359554'^^xsd:double;
  dwc:latitude '52.9526382'^^xsd:double;
  dwc:coordinatePrecision '4.9'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782363'^^xsd:integer;
  dwc:observationDate '2012-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781898_20432781898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781898_20432781898> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781898_20432781898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9522918 4.735969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9522918"^^xsd:decimal ;
  dwc:decimalLongitude "4.735969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781898_20432781898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9522918 4.735969)"^^geo:wktLiteral ;
  geo-pos:lat "52.9522918"^^xsd:decimal ;
  geo-pos:long "4.735969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781898_20432781898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781898'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '15.491111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.735969'^^xsd:double;
  dwc:latitude '52.9522918'^^xsd:double;
  dwc:coordinatePrecision '7.5'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781898'^^xsd:integer;
  dwc:observationDate '2012-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782393_20432782393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782393_20432782393> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782393_20432782393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9524377 4.7360191)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9524377"^^xsd:decimal ;
  dwc:decimalLongitude "4.7360191"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782393_20432782393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9524377 4.7360191)"^^geo:wktLiteral ;
  geo-pos:lat "52.9524377"^^xsd:decimal ;
  geo-pos:long "4.7360191"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782393_20432782393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782393'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '14.089722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7360191'^^xsd:double;
  dwc:latitude '52.9524377'^^xsd:double;
  dwc:coordinatePrecision '5.8'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782393'^^xsd:integer;
  dwc:observationDate '2012-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781734_20432781734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781734_20432781734> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781734_20432781734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9526304 4.7360234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9526304"^^xsd:decimal ;
  dwc:decimalLongitude "4.7360234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781734_20432781734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9526304 4.7360234)"^^geo:wktLiteral ;
  geo-pos:lat "52.9526304"^^xsd:decimal ;
  geo-pos:long "4.7360234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781734_20432781734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781734'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17.256388888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7360234'^^xsd:double;
  dwc:latitude '52.9526304'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781734'^^xsd:integer;
  dwc:observationDate '2012-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782949_20432782949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782949_20432782949> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782949_20432782949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9568659 4.7362027)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9568659"^^xsd:decimal ;
  dwc:decimalLongitude "4.7362027"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782949_20432782949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9568659 4.7362027)"^^geo:wktLiteral ;
  geo-pos:lat "52.9568659"^^xsd:decimal ;
  geo-pos:long "4.7362027"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782949_20432782949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782949'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '23.035277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7362027'^^xsd:double;
  dwc:latitude '52.9568659'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782949'^^xsd:integer;
  dwc:observationDate '2012-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782304_20432782304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782304_20432782304> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782304_20432782304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9536569 4.7362132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9536569"^^xsd:decimal ;
  dwc:decimalLongitude "4.7362132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782304_20432782304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9536569 4.7362132)"^^geo:wktLiteral ;
  geo-pos:lat "52.9536569"^^xsd:decimal ;
  geo-pos:long "4.7362132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782304_20432782304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782304'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '0.94527777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7362132'^^xsd:double;
  dwc:latitude '52.9536569'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782304'^^xsd:integer;
  dwc:observationDate '2012-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782298_20432782298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782298_20432782298> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782298_20432782298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9536383 4.7362486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9536383"^^xsd:decimal ;
  dwc:decimalLongitude "4.7362486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782298_20432782298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9536383 4.7362486)"^^geo:wktLiteral ;
  geo-pos:lat "52.9536383"^^xsd:decimal ;
  geo-pos:long "4.7362486"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782298_20432782298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782298'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '23.936944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7362486'^^xsd:double;
  dwc:latitude '52.9536383'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '4'^^xsd:integer;
  dwc:maximumElevation '4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782298'^^xsd:integer;
  dwc:observationDate '2012-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782943_20432782943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782943_20432782943> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782943_20432782943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9566586 4.7362769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9566586"^^xsd:decimal ;
  dwc:decimalLongitude "4.7362769"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782943_20432782943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9566586 4.7362769)"^^geo:wktLiteral ;
  geo-pos:lat "52.9566586"^^xsd:decimal ;
  geo-pos:long "4.7362769"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782943_20432782943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782943'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '22.017222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7362769'^^xsd:double;
  dwc:latitude '52.9566586'^^xsd:double;
  dwc:coordinatePrecision '8.4'^^xsd:double;
  dwc:minimumElevation '-23'^^xsd:integer;
  dwc:maximumElevation '-23'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782943'^^xsd:integer;
  dwc:observationDate '2012-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782931_20432782931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782931_20432782931> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782931_20432782931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9566725 4.7365403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9566725"^^xsd:decimal ;
  dwc:decimalLongitude "4.7365403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782931_20432782931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9566725 4.7365403)"^^geo:wktLiteral ;
  geo-pos:lat "52.9566725"^^xsd:decimal ;
  geo-pos:long "4.7365403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782931_20432782931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782931'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '19.992222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7365403'^^xsd:double;
  dwc:latitude '52.9566725'^^xsd:double;
  dwc:coordinatePrecision '7.1'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782931'^^xsd:integer;
  dwc:observationDate '2012-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782937_20432782937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782937_20432782937> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782937_20432782937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9567025 4.7365663)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9567025"^^xsd:decimal ;
  dwc:decimalLongitude "4.7365663"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782937_20432782937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9567025 4.7365663)"^^geo:wktLiteral ;
  geo-pos:lat "52.9567025"^^xsd:decimal ;
  geo-pos:long "4.7365663"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782937_20432782937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782937'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '21.003333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7365663'^^xsd:double;
  dwc:latitude '52.9567025'^^xsd:double;
  dwc:coordinatePrecision '3.5'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782937'^^xsd:integer;
  dwc:observationDate '2012-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781715_20432781715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781715_20432781715> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781715_20432781715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9530357 4.7365709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9530357"^^xsd:decimal ;
  dwc:decimalLongitude "4.7365709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781715_20432781715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9530357 4.7365709)"^^geo:wktLiteral ;
  geo-pos:lat "52.9530357"^^xsd:decimal ;
  geo-pos:long "4.7365709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781715_20432781715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781715'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.219166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7365709'^^xsd:double;
  dwc:latitude '52.9530357'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781715'^^xsd:integer;
  dwc:observationDate '2012-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432781699_20432781699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432781699_20432781699> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432781699_20432781699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9530498 4.7366606)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9530498"^^xsd:decimal ;
  dwc:decimalLongitude "4.7366606"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432781699_20432781699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9530498 4.7366606)"^^geo:wktLiteral ;
  geo-pos:lat "52.9530498"^^xsd:decimal ;
  geo-pos:long "4.7366606"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432781699_20432781699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432781699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432781699'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.2075'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7366606'^^xsd:double;
  dwc:latitude '52.9530498'^^xsd:double;
  dwc:coordinatePrecision '9'^^xsd:integer;
  dwc:minimumElevation '-43'^^xsd:integer;
  dwc:maximumElevation '-43'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432781699'^^xsd:integer;
  dwc:observationDate '2012-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432783017_20432783017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432783017_20432783017> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432783017_20432783017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9570746 4.7371021)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9570746"^^xsd:decimal ;
  dwc:decimalLongitude "4.7371021"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432783017_20432783017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9570746 4.7371021)"^^geo:wktLiteral ;
  geo-pos:lat "52.9570746"^^xsd:decimal ;
  geo-pos:long "4.7371021"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432783017_20432783017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432783017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432783017'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '9.1427777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7371021'^^xsd:double;
  dwc:latitude '52.9570746'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432783017'^^xsd:integer;
  dwc:observationDate '2012-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782010_20432782010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782010_20432782010> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782010_20432782010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9634195 4.7373737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9634195"^^xsd:decimal ;
  dwc:decimalLongitude "4.7373737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782010_20432782010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9634195 4.7373737)"^^geo:wktLiteral ;
  geo-pos:lat "52.9634195"^^xsd:decimal ;
  geo-pos:long "4.7373737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782010_20432782010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782010'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.16'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7373737'^^xsd:double;
  dwc:latitude '52.9634195'^^xsd:double;
  dwc:coordinatePrecision '7.2'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782010'^^xsd:integer;
  dwc:observationDate '2012-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782081_20432782081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782081_20432782081> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782081_20432782081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9633772 4.7375232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9633772"^^xsd:decimal ;
  dwc:decimalLongitude "4.7375232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782081_20432782081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9633772 4.7375232)"^^geo:wktLiteral ;
  geo-pos:lat "52.9633772"^^xsd:decimal ;
  geo-pos:long "4.7375232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782081_20432782081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782081'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '16.264166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7375232'^^xsd:double;
  dwc:latitude '52.9633772'^^xsd:double;
  dwc:coordinatePrecision '7'^^xsd:integer;
  dwc:minimumElevation '9'^^xsd:integer;
  dwc:maximumElevation '9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782081'^^xsd:integer;
  dwc:observationDate '2012-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782603_20432782603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782603_20432782603> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782603_20432782603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9637792 4.737681)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9637792"^^xsd:decimal ;
  dwc:decimalLongitude "4.737681"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "17.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782603_20432782603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9637792 4.737681)"^^geo:wktLiteral ;
  geo-pos:lat "52.9637792"^^xsd:decimal ;
  geo-pos:long "4.737681"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "17.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782603_20432782603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782603'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '21.176388888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.737681'^^xsd:double;
  dwc:latitude '52.9637792'^^xsd:double;
  dwc:coordinatePrecision '17.7'^^xsd:double;
  dwc:minimumElevation '-208'^^xsd:integer;
  dwc:maximumElevation '-208'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782603'^^xsd:integer;
  dwc:observationDate '2012-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782000_20432782000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782000_20432782000> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782000_20432782000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9635095 4.7376846)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9635095"^^xsd:decimal ;
  dwc:decimalLongitude "4.7376846"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782000_20432782000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9635095 4.7376846)"^^geo:wktLiteral ;
  geo-pos:lat "52.9635095"^^xsd:decimal ;
  geo-pos:long "4.7376846"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782000_20432782000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782000'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.1572222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7376846'^^xsd:double;
  dwc:latitude '52.9635095'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782000'^^xsd:integer;
  dwc:observationDate '2012-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782753_20432782753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782753_20432782753> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782753_20432782753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9633953 4.7378045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9633953"^^xsd:decimal ;
  dwc:decimalLongitude "4.7378045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782753_20432782753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9633953 4.7378045)"^^geo:wktLiteral ;
  geo-pos:lat "52.9633953"^^xsd:decimal ;
  geo-pos:long "4.7378045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782753_20432782753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782753'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '17.603333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7378045'^^xsd:double;
  dwc:latitude '52.9633953'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782753'^^xsd:integer;
  dwc:observationDate '2012-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782597_20432782597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782597_20432782597> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782597_20432782597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.963415 4.7378808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.963415"^^xsd:decimal ;
  dwc:decimalLongitude "4.7378808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782597_20432782597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.963415 4.7378808)"^^geo:wktLiteral ;
  geo-pos:lat "52.963415"^^xsd:decimal ;
  geo-pos:long "4.7378808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782597_20432782597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782597'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '20.145'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7378808'^^xsd:double;
  dwc:latitude '52.963415'^^xsd:double;
  dwc:coordinatePrecision '5.6'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782597'^^xsd:integer;
  dwc:observationDate '2012-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782788_20432782788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782788_20432782788> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782788_20432782788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9635227 4.7379238)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9635227"^^xsd:decimal ;
  dwc:decimalLongitude "4.7379238"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "12.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782788_20432782788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9635227 4.7379238)"^^geo:wktLiteral ;
  geo-pos:lat "52.9635227"^^xsd:decimal ;
  geo-pos:long "4.7379238"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "12.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782788_20432782788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782788'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '23.689444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7379238'^^xsd:double;
  dwc:latitude '52.9635227'^^xsd:double;
  dwc:coordinatePrecision '12.5'^^xsd:double;
  dwc:minimumElevation '-20'^^xsd:integer;
  dwc:maximumElevation '-20'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782788'^^xsd:integer;
  dwc:observationDate '2012-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782581_20432782581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782581_20432782581> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782581_20432782581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9634213 4.7379832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9634213"^^xsd:decimal ;
  dwc:decimalLongitude "4.7379832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782581_20432782581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9634213 4.7379832)"^^geo:wktLiteral ;
  geo-pos:lat "52.9634213"^^xsd:decimal ;
  geo-pos:long "4.7379832"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782581_20432782581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782581'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '17.1075'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7379832'^^xsd:double;
  dwc:latitude '52.9634213'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782581'^^xsd:integer;
  dwc:observationDate '2012-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782586_20432782586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782586_20432782586> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782586_20432782586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9634549 4.7380125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9634549"^^xsd:decimal ;
  dwc:decimalLongitude "4.7380125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782586_20432782586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9634549 4.7380125)"^^geo:wktLiteral ;
  geo-pos:lat "52.9634549"^^xsd:decimal ;
  geo-pos:long "4.7380125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782586_20432782586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782586'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.12'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7380125'^^xsd:double;
  dwc:latitude '52.9634549'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782586'^^xsd:integer;
  dwc:observationDate '2012-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782591_20432782591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782591_20432782591> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782591_20432782591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9634336 4.738048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9634336"^^xsd:decimal ;
  dwc:decimalLongitude "4.738048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782591_20432782591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9634336 4.738048)"^^geo:wktLiteral ;
  geo-pos:lat "52.9634336"^^xsd:decimal ;
  geo-pos:long "4.738048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782591_20432782591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782591'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '19.130277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.738048'^^xsd:double;
  dwc:latitude '52.9634336'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782591'^^xsd:integer;
  dwc:observationDate '2012-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782621_20432782621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782621_20432782621> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782621_20432782621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9635185 4.7380598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9635185"^^xsd:decimal ;
  dwc:decimalLongitude "4.7380598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782621_20432782621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9635185 4.7380598)"^^geo:wktLiteral ;
  geo-pos:lat "52.9635185"^^xsd:decimal ;
  geo-pos:long "4.7380598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782621_20432782621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782621'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '0.2075'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7380598'^^xsd:double;
  dwc:latitude '52.9635185'^^xsd:double;
  dwc:coordinatePrecision '6.7'^^xsd:double;
  dwc:minimumElevation '-22'^^xsd:integer;
  dwc:maximumElevation '-22'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782621'^^xsd:integer;
  dwc:observationDate '2012-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782777_20432782777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782777_20432782777> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782777_20432782777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9636709 4.7384073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9636709"^^xsd:decimal ;
  dwc:decimalLongitude "4.7384073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782777_20432782777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9636709 4.7384073)"^^geo:wktLiteral ;
  geo-pos:lat "52.9636709"^^xsd:decimal ;
  geo-pos:long "4.7384073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782777_20432782777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782777'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '21.665'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7384073'^^xsd:double;
  dwc:latitude '52.9636709'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '6'^^xsd:integer;
  dwc:maximumElevation '6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782777'^^xsd:integer;
  dwc:observationDate '2012-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782615_20432782615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782615_20432782615> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782615_20432782615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9635924 4.7384304)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9635924"^^xsd:decimal ;
  dwc:decimalLongitude "4.7384304"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782615_20432782615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9635924 4.7384304)"^^geo:wktLiteral ;
  geo-pos:lat "52.9635924"^^xsd:decimal ;
  geo-pos:long "4.7384304"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782615_20432782615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782615'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '23.198611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7384304'^^xsd:double;
  dwc:latitude '52.9635924'^^xsd:double;
  dwc:coordinatePrecision '11'^^xsd:integer;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782615'^^xsd:integer;
  dwc:observationDate '2012-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782845_20432782845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782845_20432782845> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782845_20432782845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9557359 4.7390998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9557359"^^xsd:decimal ;
  dwc:decimalLongitude "4.7390998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782845_20432782845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9557359 4.7390998)"^^geo:wktLiteral ;
  geo-pos:lat "52.9557359"^^xsd:decimal ;
  geo-pos:long "4.7390998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782845_20432782845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782845'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '8.8116666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7390998'^^xsd:double;
  dwc:latitude '52.9557359'^^xsd:double;
  dwc:coordinatePrecision '6.4'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782845'^^xsd:integer;
  dwc:observationDate '2012-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782961_20432782961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782961_20432782961> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782961_20432782961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9638281 4.7396674)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9638281"^^xsd:decimal ;
  dwc:decimalLongitude "4.7396674"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782961_20432782961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9638281 4.7396674)"^^geo:wktLiteral ;
  geo-pos:lat "52.9638281"^^xsd:decimal ;
  geo-pos:long "4.7396674"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782961_20432782961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782961'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '1.0533333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7396674'^^xsd:double;
  dwc:latitude '52.9638281'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782961'^^xsd:integer;
  dwc:observationDate '2012-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782609_20432782609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782609_20432782609> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782609_20432782609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9638429 4.7396844)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9638429"^^xsd:decimal ;
  dwc:decimalLongitude "4.7396844"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782609_20432782609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9638429 4.7396844)"^^geo:wktLiteral ;
  geo-pos:lat "52.9638429"^^xsd:decimal ;
  geo-pos:long "4.7396844"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782609_20432782609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782609'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '22.183611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7396844'^^xsd:double;
  dwc:latitude '52.9638429'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782609'^^xsd:integer;
  dwc:observationDate '2012-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432783005_20432783005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432783005_20432783005> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432783005_20432783005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9562263 4.7399409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9562263"^^xsd:decimal ;
  dwc:decimalLongitude "4.7399409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432783005_20432783005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9562263 4.7399409)"^^geo:wktLiteral ;
  geo-pos:lat "52.9562263"^^xsd:decimal ;
  geo-pos:long "4.7399409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432783005_20432783005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432783005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432783005'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.1166666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7399409'^^xsd:double;
  dwc:latitude '52.9562263'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '6'^^xsd:integer;
  dwc:maximumElevation '6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432783005'^^xsd:integer;
  dwc:observationDate '2012-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782857_20432782857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782857_20432782857> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782857_20432782857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9560526 4.7399822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9560526"^^xsd:decimal ;
  dwc:decimalLongitude "4.7399822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782857_20432782857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9560526 4.7399822)"^^geo:wktLiteral ;
  geo-pos:lat "52.9560526"^^xsd:decimal ;
  geo-pos:long "4.7399822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782857_20432782857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782857'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.8494444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7399822'^^xsd:double;
  dwc:latitude '52.9560526'^^xsd:double;
  dwc:coordinatePrecision '8.3'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782857'^^xsd:integer;
  dwc:observationDate '2012-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782925_20432782925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782925_20432782925> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782925_20432782925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9559839 4.7401017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9559839"^^xsd:decimal ;
  dwc:decimalLongitude "4.7401017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782925_20432782925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9559839 4.7401017)"^^geo:wktLiteral ;
  geo-pos:lat "52.9559839"^^xsd:decimal ;
  geo-pos:long "4.7401017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782925_20432782925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782925'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.982777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7401017'^^xsd:double;
  dwc:latitude '52.9559839'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782925'^^xsd:integer;
  dwc:observationDate '2012-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782997_20432782997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782997_20432782997> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782997_20432782997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9618504 4.7403051)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9618504"^^xsd:decimal ;
  dwc:decimalLongitude "4.7403051"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782997_20432782997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9618504 4.7403051)"^^geo:wktLiteral ;
  geo-pos:lat "52.9618504"^^xsd:decimal ;
  geo-pos:long "4.7403051"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782997_20432782997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782997'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.1005555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7403051'^^xsd:double;
  dwc:latitude '52.9618504'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782997'^^xsd:integer;
  dwc:observationDate '2012-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782919_20432782919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782919_20432782919> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782919_20432782919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9615858 4.741692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9615858"^^xsd:decimal ;
  dwc:decimalLongitude "4.741692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782919_20432782919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9615858 4.741692)"^^geo:wktLiteral ;
  geo-pos:lat "52.9615858"^^xsd:decimal ;
  geo-pos:long "4.741692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782919_20432782919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782919'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.945'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.741692'^^xsd:double;
  dwc:latitude '52.9615858'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782919'^^xsd:integer;
  dwc:observationDate '2012-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782913_20432782913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782913_20432782913> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782913_20432782913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9615852 4.7417074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9615852"^^xsd:decimal ;
  dwc:decimalLongitude "4.7417074"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782913_20432782913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9615852 4.7417074)"^^geo:wktLiteral ;
  geo-pos:lat "52.9615852"^^xsd:decimal ;
  geo-pos:long "4.7417074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782913_20432782913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782913'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '16.928333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7417074'^^xsd:double;
  dwc:latitude '52.9615852'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782913'^^xsd:integer;
  dwc:observationDate '2012-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782904_20432782904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782904_20432782904> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782904_20432782904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9616766 4.7417252)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9616766"^^xsd:decimal ;
  dwc:decimalLongitude "4.7417252"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782904_20432782904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9616766 4.7417252)"^^geo:wktLiteral ;
  geo-pos:lat "52.9616766"^^xsd:decimal ;
  geo-pos:long "4.7417252"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782904_20432782904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782904'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '15.915277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7417252'^^xsd:double;
  dwc:latitude '52.9616766'^^xsd:double;
  dwc:coordinatePrecision '6.8'^^xsd:double;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782904'^^xsd:integer;
  dwc:observationDate '2012-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782897_20432782897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782897_20432782897> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782897_20432782897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9616161 4.7417831)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9616161"^^xsd:decimal ;
  dwc:decimalLongitude "4.7417831"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782897_20432782897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9616161 4.7417831)"^^geo:wktLiteral ;
  geo-pos:lat "52.9616161"^^xsd:decimal ;
  geo-pos:long "4.7417831"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782897_20432782897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782897'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '14.911666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7417831'^^xsd:double;
  dwc:latitude '52.9616161'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782897'^^xsd:integer;
  dwc:observationDate '2012-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782217_20432782217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782217_20432782217> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782217_20432782217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9616731 4.7419496)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9616731"^^xsd:decimal ;
  dwc:decimalLongitude "4.7419496"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782217_20432782217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9616731 4.7419496)"^^geo:wktLiteral ;
  geo-pos:lat "52.9616731"^^xsd:decimal ;
  geo-pos:long "4.7419496"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782217_20432782217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782217'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '12.763055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7419496'^^xsd:double;
  dwc:latitude '52.9616731'^^xsd:double;
  dwc:coordinatePrecision '7.3'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782217'^^xsd:integer;
  dwc:observationDate '2012-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782230_20432782230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782230_20432782230> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782230_20432782230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9615846 4.7419665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9615846"^^xsd:decimal ;
  dwc:decimalLongitude "4.7419665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782230_20432782230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9615846 4.7419665)"^^geo:wktLiteral ;
  geo-pos:lat "52.9615846"^^xsd:decimal ;
  geo-pos:long "4.7419665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782230_20432782230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782230'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '14.283888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7419665'^^xsd:double;
  dwc:latitude '52.9615846'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782230'^^xsd:integer;
  dwc:observationDate '2012-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782220_20432782220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782220_20432782220> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782220_20432782220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9615926 4.742024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9615926"^^xsd:decimal ;
  dwc:decimalLongitude "4.742024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782220_20432782220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9615926 4.742024)"^^geo:wktLiteral ;
  geo-pos:lat "52.9615926"^^xsd:decimal ;
  geo-pos:long "4.742024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782220_20432782220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782220'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13.276666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.742024'^^xsd:double;
  dwc:latitude '52.9615926'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782220'^^xsd:integer;
  dwc:observationDate '2012-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432759702_20432759702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432759702_20432759702> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432759702_20432759702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9750663 4.7422881)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9750663"^^xsd:decimal ;
  dwc:decimalLongitude "4.7422881"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432759702_20432759702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9750663 4.7422881)"^^geo:wktLiteral ;
  geo-pos:lat "52.9750663"^^xsd:decimal ;
  geo-pos:long "4.7422881"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432759702_20432759702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432759702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432759702'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.498333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7422881'^^xsd:double;
  dwc:latitude '52.9750663'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumElevation '13'^^xsd:integer;
  dwc:maximumElevation '13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432759702'^^xsd:integer;
  dwc:observationDate '2011-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432759778_20432759778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432759778_20432759778> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432759778_20432759778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.964003 4.7423404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.964003"^^xsd:decimal ;
  dwc:decimalLongitude "4.7423404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432759778_20432759778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.964003 4.7423404)"^^geo:wktLiteral ;
  geo-pos:lat "52.964003"^^xsd:decimal ;
  geo-pos:long "4.7423404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432759778_20432759778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432759778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432759778'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.601666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7423404'^^xsd:double;
  dwc:latitude '52.964003'^^xsd:double;
  dwc:coordinatePrecision '5.6'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432759778'^^xsd:integer;
  dwc:observationDate '2011-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767621_20432767621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767621_20432767621> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767621_20432767621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171441 4.742536)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171441"^^xsd:decimal ;
  dwc:decimalLongitude "4.742536"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767621_20432767621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171441 4.742536)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171441"^^xsd:decimal ;
  geo-pos:long "4.742536"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767621_20432767621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767621'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.36'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.742536'^^xsd:double;
  dwc:latitude '53.0171441'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767621'^^xsd:integer;
  dwc:observationDate '2011-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782759_20432782759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782759_20432782759> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782759_20432782759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9640623 4.7426332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9640623"^^xsd:decimal ;
  dwc:decimalLongitude "4.7426332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782759_20432782759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9640623 4.7426332)"^^geo:wktLiteral ;
  geo-pos:lat "52.9640623"^^xsd:decimal ;
  geo-pos:long "4.7426332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782759_20432782759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782759'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '18.616666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7426332'^^xsd:double;
  dwc:latitude '52.9640623'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782759'^^xsd:integer;
  dwc:observationDate '2012-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782771_20432782771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782771_20432782771> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782771_20432782771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9640452 4.7426592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9640452"^^xsd:decimal ;
  dwc:decimalLongitude "4.7426592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782771_20432782771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9640452 4.7426592)"^^geo:wktLiteral ;
  geo-pos:lat "52.9640452"^^xsd:decimal ;
  geo-pos:long "4.7426592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782771_20432782771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782771'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '20.634444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7426592'^^xsd:double;
  dwc:latitude '52.9640452'^^xsd:double;
  dwc:coordinatePrecision '6.8'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782771'^^xsd:integer;
  dwc:observationDate '2012-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782765_20432782765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782765_20432782765> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782765_20432782765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9640703 4.7426687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9640703"^^xsd:decimal ;
  dwc:decimalLongitude "4.7426687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782765_20432782765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9640703 4.7426687)"^^geo:wktLiteral ;
  geo-pos:lat "52.9640703"^^xsd:decimal ;
  geo-pos:long "4.7426687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782765_20432782765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782765'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '19.628333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7426687'^^xsd:double;
  dwc:latitude '52.9640703'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782765'^^xsd:integer;
  dwc:observationDate '2012-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767736_20432767736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767736_20432767736> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767736_20432767736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0155863 4.7431981)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0155863"^^xsd:decimal ;
  dwc:decimalLongitude "4.7431981"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767736_20432767736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0155863 4.7431981)"^^geo:wktLiteral ;
  geo-pos:lat "53.0155863"^^xsd:decimal ;
  geo-pos:long "4.7431981"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "9.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767736_20432767736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767736'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '10.583333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7431981'^^xsd:double;
  dwc:latitude '53.0155863'^^xsd:double;
  dwc:coordinatePrecision '9.1'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767736'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782811_20432782811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782811_20432782811> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782811_20432782811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9641067 4.7438679)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9641067"^^xsd:decimal ;
  dwc:decimalLongitude "4.7438679"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782811_20432782811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9641067 4.7438679)"^^geo:wktLiteral ;
  geo-pos:lat "52.9641067"^^xsd:decimal ;
  geo-pos:long "4.7438679"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782811_20432782811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782811'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '3.7516666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7438679'^^xsd:double;
  dwc:latitude '52.9641067'^^xsd:double;
  dwc:coordinatePrecision '5.9'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782811'^^xsd:integer;
  dwc:observationDate '2012-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782805_20432782805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782805_20432782805> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782805_20432782805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9641788 4.7438731)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9641788"^^xsd:decimal ;
  dwc:decimalLongitude "4.7438731"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782805_20432782805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9641788 4.7438731)"^^geo:wktLiteral ;
  geo-pos:lat "52.9641788"^^xsd:decimal ;
  geo-pos:long "4.7438731"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782805_20432782805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782805'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '2.7333333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7438731'^^xsd:double;
  dwc:latitude '52.9641788'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782805'^^xsd:integer;
  dwc:observationDate '2012-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782835_20432782835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782835_20432782835> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782835_20432782835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9641213 4.7438991)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9641213"^^xsd:decimal ;
  dwc:decimalLongitude "4.7438991"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782835_20432782835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9641213 4.7438991)"^^geo:wktLiteral ;
  geo-pos:lat "52.9641213"^^xsd:decimal ;
  geo-pos:long "4.7438991"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782835_20432782835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782835'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.7933333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7438991'^^xsd:double;
  dwc:latitude '52.9641213'^^xsd:double;
  dwc:coordinatePrecision '2.5'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782835'^^xsd:integer;
  dwc:observationDate '2012-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782817_20432782817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782817_20432782817> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782817_20432782817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9641615 4.7439033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9641615"^^xsd:decimal ;
  dwc:decimalLongitude "4.7439033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782817_20432782817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9641615 4.7439033)"^^geo:wktLiteral ;
  geo-pos:lat "52.9641615"^^xsd:decimal ;
  geo-pos:long "4.7439033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782817_20432782817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782817'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '4.7566666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7439033'^^xsd:double;
  dwc:latitude '52.9641615'^^xsd:double;
  dwc:coordinatePrecision '7.4'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782817'^^xsd:integer;
  dwc:observationDate '2012-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782828_20432782828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782828_20432782828> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782828_20432782828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9641792 4.7439156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9641792"^^xsd:decimal ;
  dwc:decimalLongitude "4.7439156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782828_20432782828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9641792 4.7439156)"^^geo:wktLiteral ;
  geo-pos:lat "52.9641792"^^xsd:decimal ;
  geo-pos:long "4.7439156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782828_20432782828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782828'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '6.7783333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7439156'^^xsd:double;
  dwc:latitude '52.9641792'^^xsd:double;
  dwc:coordinatePrecision '5'^^xsd:integer;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782828'^^xsd:integer;
  dwc:observationDate '2012-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782985_20432782985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782985_20432782985> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782985_20432782985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9641351 4.7440566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9641351"^^xsd:decimal ;
  dwc:decimalLongitude "4.7440566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782985_20432782985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9641351 4.7440566)"^^geo:wktLiteral ;
  geo-pos:lat "52.9641351"^^xsd:decimal ;
  geo-pos:long "4.7440566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782985_20432782985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782985'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '5.095'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7440566'^^xsd:double;
  dwc:latitude '52.9641351'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782985'^^xsd:integer;
  dwc:observationDate '2012-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782991_20432782991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782991_20432782991> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782991_20432782991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9642027 4.744094)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9642027"^^xsd:decimal ;
  dwc:decimalLongitude "4.744094"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782991_20432782991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9642027 4.744094)"^^geo:wktLiteral ;
  geo-pos:lat "52.9642027"^^xsd:decimal ;
  geo-pos:long "4.744094"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782991_20432782991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782991'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.1'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.744094'^^xsd:double;
  dwc:latitude '52.9642027'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782991'^^xsd:integer;
  dwc:observationDate '2012-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782979_20432782979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782979_20432782979> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782979_20432782979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9641184 4.7440998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9641184"^^xsd:decimal ;
  dwc:decimalLongitude "4.7440998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782979_20432782979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9641184 4.7440998)"^^geo:wktLiteral ;
  geo-pos:lat "52.9641184"^^xsd:decimal ;
  geo-pos:long "4.7440998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "9.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782979_20432782979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782979'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.0808333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7440998'^^xsd:double;
  dwc:latitude '52.9641184'^^xsd:double;
  dwc:coordinatePrecision '9.4'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782979'^^xsd:integer;
  dwc:observationDate '2012-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782973_20432782973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782973_20432782973> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782973_20432782973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9641398 4.7441153)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9641398"^^xsd:decimal ;
  dwc:decimalLongitude "4.7441153"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782973_20432782973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9641398 4.7441153)"^^geo:wktLiteral ;
  geo-pos:lat "52.9641398"^^xsd:decimal ;
  geo-pos:long "4.7441153"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782973_20432782973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782973'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '3.0683333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7441153'^^xsd:double;
  dwc:latitude '52.9641398'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782973'^^xsd:integer;
  dwc:observationDate '2012-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782967_20432782967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782967_20432782967> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782967_20432782967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9642442 4.7442345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9642442"^^xsd:decimal ;
  dwc:decimalLongitude "4.7442345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782967_20432782967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9642442 4.7442345)"^^geo:wktLiteral ;
  geo-pos:lat "52.9642442"^^xsd:decimal ;
  geo-pos:long "4.7442345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782967_20432782967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782967'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '2.0616666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7442345'^^xsd:double;
  dwc:latitude '52.9642442'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782967'^^xsd:integer;
  dwc:observationDate '2012-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782878_20432782878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782878_20432782878> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782878_20432782878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9642533 4.7445322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9642533"^^xsd:decimal ;
  dwc:decimalLongitude "4.7445322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782878_20432782878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9642533 4.7445322)"^^geo:wktLiteral ;
  geo-pos:lat "52.9642533"^^xsd:decimal ;
  geo-pos:long "4.7445322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782878_20432782878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782878'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.866944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7445322'^^xsd:double;
  dwc:latitude '52.9642533'^^xsd:double;
  dwc:coordinatePrecision '11.3'^^xsd:double;
  dwc:minimumElevation '4'^^xsd:integer;
  dwc:maximumElevation '4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782878'^^xsd:integer;
  dwc:observationDate '2012-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432774009_20432774009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432774009_20432774009> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432774009_20432774009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171463 4.744924)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171463"^^xsd:decimal ;
  dwc:decimalLongitude "4.744924"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432774009_20432774009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171463 4.744924)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171463"^^xsd:decimal ;
  geo-pos:long "4.744924"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432774009_20432774009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432774009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432774009'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '2.8619444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.744924'^^xsd:double;
  dwc:latitude '53.0171463'^^xsd:double;
  dwc:coordinatePrecision '6.2'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432774009'^^xsd:integer;
  dwc:observationDate '2012-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432838697_20432838697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432838697_20432838697> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432838697_20432838697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9902141 4.7449897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9902141"^^xsd:decimal ;
  dwc:decimalLongitude "4.7449897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "29.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432838697_20432838697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9902141 4.7449897)"^^geo:wktLiteral ;
  geo-pos:lat "52.9902141"^^xsd:decimal ;
  geo-pos:long "4.7449897"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "29.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432838697_20432838697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432838697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432838697'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '22.821944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7449897'^^xsd:double;
  dwc:latitude '52.9902141'^^xsd:double;
  dwc:coordinatePrecision '29.6'^^xsd:double;
  dwc:minimumElevation '14'^^xsd:integer;
  dwc:maximumElevation '14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432838697'^^xsd:integer;
  dwc:observationDate '2013-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432838696_20432838696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432838696_20432838696> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432838696_20432838696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9902515 4.7450353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9902515"^^xsd:decimal ;
  dwc:decimalLongitude "4.7450353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432838696_20432838696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9902515 4.7450353)"^^geo:wktLiteral ;
  geo-pos:lat "52.9902515"^^xsd:decimal ;
  geo-pos:long "4.7450353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432838696_20432838696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432838696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432838696'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '21.793611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7450353'^^xsd:double;
  dwc:latitude '52.9902515'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432838696'^^xsd:integer;
  dwc:observationDate '2013-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432838694_20432838694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432838694_20432838694> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432838694_20432838694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9901973 4.7450934)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9901973"^^xsd:decimal ;
  dwc:decimalLongitude "4.7450934"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "12.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432838694_20432838694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9901973 4.7450934)"^^geo:wktLiteral ;
  geo-pos:lat "52.9901973"^^xsd:decimal ;
  geo-pos:long "4.7450934"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "12.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432838694_20432838694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432838694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432838694'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19.7775'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7450934'^^xsd:double;
  dwc:latitude '52.9901973'^^xsd:double;
  dwc:coordinatePrecision '12.8'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432838694'^^xsd:integer;
  dwc:observationDate '2013-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432838693_20432838693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432838693_20432838693> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432838693_20432838693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9903254 4.7451635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9903254"^^xsd:decimal ;
  dwc:decimalLongitude "4.7451635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432838693_20432838693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9903254 4.7451635)"^^geo:wktLiteral ;
  geo-pos:lat "52.9903254"^^xsd:decimal ;
  geo-pos:long "4.7451635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432838693_20432838693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432838693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432838693'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '18.769722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7451635'^^xsd:double;
  dwc:latitude '52.9903254'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432838693'^^xsd:integer;
  dwc:observationDate '2013-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782794_20432782794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782794_20432782794> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782794_20432782794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9642923 4.7452049)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9642923"^^xsd:decimal ;
  dwc:decimalLongitude "4.7452049"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782794_20432782794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9642923 4.7452049)"^^geo:wktLiteral ;
  geo-pos:lat "52.9642923"^^xsd:decimal ;
  geo-pos:long "4.7452049"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782794_20432782794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782794'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '0.70777777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7452049'^^xsd:double;
  dwc:latitude '52.9642923'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782794'^^xsd:integer;
  dwc:observationDate '2012-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432838695_20432838695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432838695_20432838695> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432838695_20432838695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.990266 4.745283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.990266"^^xsd:decimal ;
  dwc:decimalLongitude "4.745283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432838695_20432838695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.990266 4.745283)"^^geo:wktLiteral ;
  geo-pos:lat "52.990266"^^xsd:decimal ;
  geo-pos:long "4.745283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432838695_20432838695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432838695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432838695'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '20.785833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.745283'^^xsd:double;
  dwc:latitude '52.990266'^^xsd:double;
  dwc:coordinatePrecision '2.1'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432838695'^^xsd:integer;
  dwc:observationDate '2013-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775611_20432775611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775611_20432775611> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775611_20432775611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0155374 4.7456338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0155374"^^xsd:decimal ;
  dwc:decimalLongitude "4.7456338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432775611_20432775611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0155374 4.7456338)"^^geo:wktLiteral ;
  geo-pos:lat "53.0155374"^^xsd:decimal ;
  geo-pos:long "4.7456338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432775611_20432775611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775611'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '13.520833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7456338'^^xsd:double;
  dwc:latitude '53.0155374'^^xsd:double;
  dwc:coordinatePrecision '6.3'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775611'^^xsd:integer;
  dwc:observationDate '2012-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773987_20432773987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773987_20432773987> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773987_20432773987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0177103 4.7458446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0177103"^^xsd:decimal ;
  dwc:decimalLongitude "4.7458446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432773987_20432773987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0177103 4.7458446)"^^geo:wktLiteral ;
  geo-pos:lat "53.0177103"^^xsd:decimal ;
  geo-pos:long "4.7458446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432773987_20432773987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773987'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '0.84777777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7458446'^^xsd:double;
  dwc:latitude '53.0177103'^^xsd:double;
  dwc:coordinatePrecision '6.3'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773987'^^xsd:integer;
  dwc:observationDate '2012-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773976_20432773976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773976_20432773976> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773976_20432773976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0175415 4.7458762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0175415"^^xsd:decimal ;
  dwc:decimalLongitude "4.7458762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432773976_20432773976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0175415 4.7458762)"^^geo:wktLiteral ;
  geo-pos:lat "53.0175415"^^xsd:decimal ;
  geo-pos:long "4.7458762"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432773976_20432773976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773976'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '23.828333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7458762'^^xsd:double;
  dwc:latitude '53.0175415'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773976'^^xsd:integer;
  dwc:observationDate '2012-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775504_20432775504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775504_20432775504> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775504_20432775504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0175426 4.7459117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0175426"^^xsd:decimal ;
  dwc:decimalLongitude "4.7459117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432775504_20432775504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0175426 4.7459117)"^^geo:wktLiteral ;
  geo-pos:lat "53.0175426"^^xsd:decimal ;
  geo-pos:long "4.7459117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432775504_20432775504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775504'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '2.3963888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7459117'^^xsd:double;
  dwc:latitude '53.0175426'^^xsd:double;
  dwc:coordinatePrecision '8.2'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775504'^^xsd:integer;
  dwc:observationDate '2012-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773998_20432773998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773998_20432773998> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773998_20432773998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172071 4.7459623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0172071"^^xsd:decimal ;
  dwc:decimalLongitude "4.7459623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432773998_20432773998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172071 4.7459623)"^^geo:wktLiteral ;
  geo-pos:lat "53.0172071"^^xsd:decimal ;
  geo-pos:long "4.7459623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432773998_20432773998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773998'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '1.8561111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7459623'^^xsd:double;
  dwc:latitude '53.0172071'^^xsd:double;
  dwc:coordinatePrecision '5'^^xsd:integer;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773998'^^xsd:integer;
  dwc:observationDate '2012-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775495_20432775495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775495_20432775495> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775495_20432775495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171721 4.7459948)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171721"^^xsd:decimal ;
  dwc:decimalLongitude "4.7459948"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432775495_20432775495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171721 4.7459948)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171721"^^xsd:decimal ;
  geo-pos:long "4.7459948"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432775495_20432775495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775495'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.3905555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7459948'^^xsd:double;
  dwc:latitude '53.0171721'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775495'^^xsd:integer;
  dwc:observationDate '2012-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773933_20432773933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773933_20432773933> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773933_20432773933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0175556 4.746056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0175556"^^xsd:decimal ;
  dwc:decimalLongitude "4.746056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432773933_20432773933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0175556 4.746056)"^^geo:wktLiteral ;
  geo-pos:lat "53.0175556"^^xsd:decimal ;
  geo-pos:long "4.746056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432773933_20432773933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773933'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '19.799722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.746056'^^xsd:double;
  dwc:latitude '53.0175556'^^xsd:double;
  dwc:coordinatePrecision '6.4'^^xsd:double;
  dwc:minimumElevation '-18'^^xsd:integer;
  dwc:maximumElevation '-18'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773933'^^xsd:integer;
  dwc:observationDate '2012-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775486_20432775486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775486_20432775486> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775486_20432775486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174108 4.746152)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0174108"^^xsd:decimal ;
  dwc:decimalLongitude "4.746152"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432775486_20432775486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174108 4.746152)"^^geo:wktLiteral ;
  geo-pos:lat "53.0174108"^^xsd:decimal ;
  geo-pos:long "4.746152"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432775486_20432775486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775486'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '0.38666666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.746152'^^xsd:double;
  dwc:latitude '53.0174108'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775486'^^xsd:integer;
  dwc:observationDate '2012-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773965_20432773965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773965_20432773965> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773965_20432773965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0176534 4.7461933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0176534"^^xsd:decimal ;
  dwc:decimalLongitude "4.7461933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432773965_20432773965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0176534 4.7461933)"^^geo:wktLiteral ;
  geo-pos:lat "53.0176534"^^xsd:decimal ;
  geo-pos:long "4.7461933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432773965_20432773965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773965'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '22.815277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7461933'^^xsd:double;
  dwc:latitude '53.0176534'^^xsd:double;
  dwc:coordinatePrecision '5.9'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773965'^^xsd:integer;
  dwc:observationDate '2012-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773797_20432773797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773797_20432773797> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773797_20432773797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173349 4.74644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0173349"^^xsd:decimal ;
  dwc:decimalLongitude "4.74644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432773797_20432773797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173349 4.74644)"^^geo:wktLiteral ;
  geo-pos:lat "53.0173349"^^xsd:decimal ;
  geo-pos:long "4.74644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432773797_20432773797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773797'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '5.6466666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.74644'^^xsd:double;
  dwc:latitude '53.0173349'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773797'^^xsd:integer;
  dwc:observationDate '2012-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432783057_20432783057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432783057_20432783057> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432783057_20432783057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9644048 4.7471104)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9644048"^^xsd:decimal ;
  dwc:decimalLongitude "4.7471104"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432783057_20432783057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9644048 4.7471104)"^^geo:wktLiteral ;
  geo-pos:lat "52.9644048"^^xsd:decimal ;
  geo-pos:long "4.7471104"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432783057_20432783057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432783057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432783057'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '14.181388888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7471104'^^xsd:double;
  dwc:latitude '52.9644048'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432783057'^^xsd:integer;
  dwc:observationDate '2012-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775441_20432775441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775441_20432775441> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775441_20432775441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0176885 4.7471941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0176885"^^xsd:decimal ;
  dwc:decimalLongitude "4.7471941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432775441_20432775441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0176885 4.7471941)"^^geo:wktLiteral ;
  geo-pos:lat "53.0176885"^^xsd:decimal ;
  geo-pos:long "4.7471941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432775441_20432775441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775441'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19.344444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7471941'^^xsd:double;
  dwc:latitude '53.0176885'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775441'^^xsd:integer;
  dwc:observationDate '2012-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773751_20432773751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773751_20432773751> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773751_20432773751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0176056 4.7472639)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0176056"^^xsd:decimal ;
  dwc:decimalLongitude "4.7472639"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432773751_20432773751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0176056 4.7472639)"^^geo:wktLiteral ;
  geo-pos:lat "53.0176056"^^xsd:decimal ;
  geo-pos:long "4.7472639"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432773751_20432773751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773751'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '23.590833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7472639'^^xsd:double;
  dwc:latitude '53.0176056'^^xsd:double;
  dwc:coordinatePrecision '8.4'^^xsd:double;
  dwc:minimumElevation '32'^^xsd:integer;
  dwc:maximumElevation '32'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773751'^^xsd:integer;
  dwc:observationDate '2012-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775450_20432775450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775450_20432775450> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775450_20432775450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174961 4.7472706)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0174961"^^xsd:decimal ;
  dwc:decimalLongitude "4.7472706"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432775450_20432775450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174961 4.7472706)"^^geo:wktLiteral ;
  geo-pos:lat "53.0174961"^^xsd:decimal ;
  geo-pos:long "4.7472706"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432775450_20432775450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775450'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20.353333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7472706'^^xsd:double;
  dwc:latitude '53.0174961'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775450'^^xsd:integer;
  dwc:observationDate '2012-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767948_20432767948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767948_20432767948> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767948_20432767948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0176581 4.7472925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0176581"^^xsd:decimal ;
  dwc:decimalLongitude "4.7472925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767948_20432767948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0176581 4.7472925)"^^geo:wktLiteral ;
  geo-pos:lat "53.0176581"^^xsd:decimal ;
  geo-pos:long "4.7472925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767948_20432767948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767948'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '11.820555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7472925'^^xsd:double;
  dwc:latitude '53.0176581'^^xsd:double;
  dwc:coordinatePrecision '4.9'^^xsd:double;
  dwc:minimumElevation '14'^^xsd:integer;
  dwc:maximumElevation '14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767948'^^xsd:integer;
  dwc:observationDate '2011-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773783_20432773783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773783_20432773783> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773783_20432773783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0176721 4.747329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0176721"^^xsd:decimal ;
  dwc:decimalLongitude "4.747329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432773783_20432773783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0176721 4.747329)"^^geo:wktLiteral ;
  geo-pos:lat "53.0176721"^^xsd:decimal ;
  geo-pos:long "4.747329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432773783_20432773783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773783'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '3.6244444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.747329'^^xsd:double;
  dwc:latitude '53.0176721'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773783'^^xsd:integer;
  dwc:observationDate '2012-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775432_20432775432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775432_20432775432> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775432_20432775432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.017783 4.7473973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.017783"^^xsd:decimal ;
  dwc:decimalLongitude "4.7473973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432775432_20432775432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.017783 4.7473973)"^^geo:wktLiteral ;
  geo-pos:lat "53.017783"^^xsd:decimal ;
  geo-pos:long "4.7473973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432775432_20432775432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775432'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '18.336944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7473973'^^xsd:double;
  dwc:latitude '53.017783'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775432'^^xsd:integer;
  dwc:observationDate '2012-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722089_20432722089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722089_20432722089> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722089_20432722089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9949485 4.7474112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9949485"^^xsd:decimal ;
  dwc:decimalLongitude "4.7474112"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722089_20432722089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9949485 4.7474112)"^^geo:wktLiteral ;
  geo-pos:lat "52.9949485"^^xsd:decimal ;
  geo-pos:long "4.7474112"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722089_20432722089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722089'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '21.261666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7474112'^^xsd:double;
  dwc:latitude '52.9949485'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722089'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722939_20432722939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722939_20432722939> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722939_20432722939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9949794 4.7474969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9949794"^^xsd:decimal ;
  dwc:decimalLongitude "4.7474969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722939_20432722939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9949794 4.7474969)"^^geo:wktLiteral ;
  geo-pos:lat "52.9949794"^^xsd:decimal ;
  geo-pos:long "4.7474969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722939_20432722939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722939'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '22.2975'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7474969'^^xsd:double;
  dwc:latitude '52.9949794'^^xsd:double;
  dwc:coordinatePrecision '11.4'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722939'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722967_20432722967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722967_20432722967> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722967_20432722967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9949747 4.7475179)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9949747"^^xsd:decimal ;
  dwc:decimalLongitude "4.7475179"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722967_20432722967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9949747 4.7475179)"^^geo:wktLiteral ;
  geo-pos:lat "52.9949747"^^xsd:decimal ;
  geo-pos:long "4.7475179"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722967_20432722967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722967'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '0.32'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7475179'^^xsd:double;
  dwc:latitude '52.9949747'^^xsd:double;
  dwc:coordinatePrecision '5'^^xsd:integer;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722967'^^xsd:integer;
  dwc:observationDate '2011-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773759_20432773759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773759_20432773759> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773759_20432773759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174447 4.7475309)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0174447"^^xsd:decimal ;
  dwc:decimalLongitude "4.7475309"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432773759_20432773759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174447 4.7475309)"^^geo:wktLiteral ;
  geo-pos:lat "53.0174447"^^xsd:decimal ;
  geo-pos:long "4.7475309"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432773759_20432773759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773759'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '0.60305555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7475309'^^xsd:double;
  dwc:latitude '53.0174447'^^xsd:double;
  dwc:coordinatePrecision '6.4'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773759'^^xsd:integer;
  dwc:observationDate '2012-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722981_20432722981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722981_20432722981> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722981_20432722981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9949847 4.7475395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9949847"^^xsd:decimal ;
  dwc:decimalLongitude "4.7475395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722981_20432722981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9949847 4.7475395)"^^geo:wktLiteral ;
  geo-pos:lat "52.9949847"^^xsd:decimal ;
  geo-pos:long "4.7475395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722981_20432722981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722981'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '1.3211111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7475395'^^xsd:double;
  dwc:latitude '52.9949847'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '4'^^xsd:integer;
  dwc:maximumElevation '4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722981'^^xsd:integer;
  dwc:observationDate '2011-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722953_20432722953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722953_20432722953> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722953_20432722953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9949977 4.7475631)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9949977"^^xsd:decimal ;
  dwc:decimalLongitude "4.7475631"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722953_20432722953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9949977 4.7475631)"^^geo:wktLiteral ;
  geo-pos:lat "52.9949977"^^xsd:decimal ;
  geo-pos:long "4.7475631"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722953_20432722953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722953'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '23.305555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7475631'^^xsd:double;
  dwc:latitude '52.9949977'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722953'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722101_20432722101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722101_20432722101> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722101_20432722101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9949094 4.7476025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9949094"^^xsd:decimal ;
  dwc:decimalLongitude "4.7476025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722101_20432722101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9949094 4.7476025)"^^geo:wktLiteral ;
  geo-pos:lat "52.9949094"^^xsd:decimal ;
  geo-pos:long "4.7476025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722101_20432722101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722101'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '22.268611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7476025'^^xsd:double;
  dwc:latitude '52.9949094'^^xsd:double;
  dwc:coordinatePrecision '8.8'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722101'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722103_20432722103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722103_20432722103> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722103_20432722103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9948662 4.7476118)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9948662"^^xsd:decimal ;
  dwc:decimalLongitude "4.7476118"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722103_20432722103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9948662 4.7476118)"^^geo:wktLiteral ;
  geo-pos:lat "52.9948662"^^xsd:decimal ;
  geo-pos:long "4.7476118"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722103_20432722103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722103'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '22.315833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7476118'^^xsd:double;
  dwc:latitude '52.9948662'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722103'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772307_20432772307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772307_20432772307> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772307_20432772307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0160279 4.747634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0160279"^^xsd:decimal ;
  dwc:decimalLongitude "4.747634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432772307_20432772307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0160279 4.747634)"^^geo:wktLiteral ;
  geo-pos:lat "53.0160279"^^xsd:decimal ;
  geo-pos:long "4.747634"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432772307_20432772307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772307'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.7575'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.747634'^^xsd:double;
  dwc:latitude '53.0160279'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772307'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722925_20432722925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722925_20432722925> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722925_20432722925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9950208 4.7476836)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9950208"^^xsd:decimal ;
  dwc:decimalLongitude "4.7476836"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722925_20432722925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9950208 4.7476836)"^^geo:wktLiteral ;
  geo-pos:lat "52.9950208"^^xsd:decimal ;
  geo-pos:long "4.7476836"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722925_20432722925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722925'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '21.286388888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7476836'^^xsd:double;
  dwc:latitude '52.9950208'^^xsd:double;
  dwc:coordinatePrecision '3.1'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722925'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773790_20432773790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773790_20432773790> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773790_20432773790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0178725 4.7476967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0178725"^^xsd:decimal ;
  dwc:decimalLongitude "4.7476967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432773790_20432773790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0178725 4.7476967)"^^geo:wktLiteral ;
  geo-pos:lat "53.0178725"^^xsd:decimal ;
  geo-pos:long "4.7476967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432773790_20432773790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773790'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '4.6416666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7476967'^^xsd:double;
  dwc:latitude '53.0178725'^^xsd:double;
  dwc:coordinatePrecision '7.5'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773790'^^xsd:integer;
  dwc:observationDate '2012-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722911_20432722911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722911_20432722911> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722911_20432722911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9950613 4.7477598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9950613"^^xsd:decimal ;
  dwc:decimalLongitude "4.7477598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722911_20432722911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9950613 4.7477598)"^^geo:wktLiteral ;
  geo-pos:lat "52.9950613"^^xsd:decimal ;
  geo-pos:long "4.7477598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722911_20432722911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722911'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20.277777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7477598'^^xsd:double;
  dwc:latitude '52.9950613'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722911'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722142_20432722142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722142_20432722142> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722142_20432722142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.994827 4.747875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.994827"^^xsd:decimal ;
  dwc:decimalLongitude "4.747875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722142_20432722142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.994827 4.747875)"^^geo:wktLiteral ;
  geo-pos:lat "52.994827"^^xsd:decimal ;
  geo-pos:long "4.747875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722142_20432722142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722142'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.3533333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.747875'^^xsd:double;
  dwc:latitude '52.994827'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722142'^^xsd:integer;
  dwc:observationDate '2011-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722129_20432722129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722129_20432722129> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722129_20432722129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9948368 4.7479162)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9948368"^^xsd:decimal ;
  dwc:decimalLongitude "4.7479162"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722129_20432722129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9948368 4.7479162)"^^geo:wktLiteral ;
  geo-pos:lat "52.9948368"^^xsd:decimal ;
  geo-pos:long "4.7479162"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722129_20432722129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722129'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0.34166666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7479162'^^xsd:double;
  dwc:latitude '52.9948368'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722129'^^xsd:integer;
  dwc:observationDate '2011-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722116_20432722116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722116_20432722116> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722116_20432722116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9948735 4.7479214)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9948735"^^xsd:decimal ;
  dwc:decimalLongitude "4.7479214"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722116_20432722116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9948735 4.7479214)"^^geo:wktLiteral ;
  geo-pos:lat "52.9948735"^^xsd:decimal ;
  geo-pos:long "4.7479214"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722116_20432722116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722116'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '23.328333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7479214'^^xsd:double;
  dwc:latitude '52.9948735'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722116'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773775_20432773775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773775_20432773775> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773775_20432773775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174556 4.7479454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0174556"^^xsd:decimal ;
  dwc:decimalLongitude "4.7479454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432773775_20432773775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174556 4.7479454)"^^geo:wktLiteral ;
  geo-pos:lat "53.0174556"^^xsd:decimal ;
  geo-pos:long "4.7479454"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432773775_20432773775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773775'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '2.6197222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7479454'^^xsd:double;
  dwc:latitude '53.0174556'^^xsd:double;
  dwc:coordinatePrecision '6.7'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773775'^^xsd:integer;
  dwc:observationDate '2012-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773743_20432773743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773743_20432773743> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773743_20432773743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0176075 4.747955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0176075"^^xsd:decimal ;
  dwc:decimalLongitude "4.747955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432773743_20432773743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0176075 4.747955)"^^geo:wktLiteral ;
  geo-pos:lat "53.0176075"^^xsd:decimal ;
  geo-pos:long "4.747955"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432773743_20432773743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773743'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.584166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.747955'^^xsd:double;
  dwc:latitude '53.0176075'^^xsd:double;
  dwc:coordinatePrecision '5'^^xsd:integer;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773743'^^xsd:integer;
  dwc:observationDate '2012-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722140_20432722140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722140_20432722140> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722140_20432722140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9950732 4.7479689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9950732"^^xsd:decimal ;
  dwc:decimalLongitude "4.7479689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722140_20432722140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9950732 4.7479689)"^^geo:wktLiteral ;
  geo-pos:lat "52.9950732"^^xsd:decimal ;
  geo-pos:long "4.7479689"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722140_20432722140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722140'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.2936111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7479689'^^xsd:double;
  dwc:latitude '52.9950732'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722140'^^xsd:integer;
  dwc:observationDate '2011-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722127_20432722127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722127_20432722127> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722127_20432722127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9950866 4.7479914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9950866"^^xsd:decimal ;
  dwc:decimalLongitude "4.7479914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "12"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722127_20432722127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9950866 4.7479914)"^^geo:wktLiteral ;
  geo-pos:lat "52.9950866"^^xsd:decimal ;
  geo-pos:long "4.7479914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "12"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722127_20432722127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722127'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0.28222222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7479914'^^xsd:double;
  dwc:latitude '52.9950866'^^xsd:double;
  dwc:coordinatePrecision '12'^^xsd:integer;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722127'^^xsd:integer;
  dwc:observationDate '2011-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432782885_20432782885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432782885_20432782885> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432782885_20432782885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9644693 4.7480116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9644693"^^xsd:decimal ;
  dwc:decimalLongitude "4.7480116"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432782885_20432782885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9644693 4.7480116)"^^geo:wktLiteral ;
  geo-pos:lat "52.9644693"^^xsd:decimal ;
  geo-pos:long "4.7480116"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432782885_20432782885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432782885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432782885'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12.891666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7480116'^^xsd:double;
  dwc:latitude '52.9644693'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432782885'^^xsd:integer;
  dwc:observationDate '2012-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432789342_20432789342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432789342_20432789342> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432789342_20432789342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103409 4.7481639)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0103409"^^xsd:decimal ;
  dwc:decimalLongitude "4.7481639"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432789342_20432789342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103409 4.7481639)"^^geo:wktLiteral ;
  geo-pos:lat "53.0103409"^^xsd:decimal ;
  geo-pos:long "4.7481639"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432789342_20432789342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432789342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432789342'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21.545277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7481639'^^xsd:double;
  dwc:latitude '53.0103409'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432789342'^^xsd:integer;
  dwc:observationDate '2012-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432789347_20432789347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432789347_20432789347> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432789347_20432789347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103558 4.7482348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0103558"^^xsd:decimal ;
  dwc:decimalLongitude "4.7482348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432789347_20432789347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103558 4.7482348)"^^geo:wktLiteral ;
  geo-pos:lat "53.0103558"^^xsd:decimal ;
  geo-pos:long "4.7482348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432789347_20432789347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432789347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432789347'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.553333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7482348'^^xsd:double;
  dwc:latitude '53.0103558'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '11'^^xsd:integer;
  dwc:maximumElevation '11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432789347'^^xsd:integer;
  dwc:observationDate '2012-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773767_20432773767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773767_20432773767> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773767_20432773767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0176242 4.7482602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0176242"^^xsd:decimal ;
  dwc:decimalLongitude "4.7482602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432773767_20432773767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0176242 4.7482602)"^^geo:wktLiteral ;
  geo-pos:lat "53.0176242"^^xsd:decimal ;
  geo-pos:long "4.7482602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432773767_20432773767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773767'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '1.6111111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7482602'^^xsd:double;
  dwc:latitude '53.0176242'^^xsd:double;
  dwc:coordinatePrecision '2.4'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773767'^^xsd:integer;
  dwc:observationDate '2012-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432742056_20432742056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432742056_20432742056> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432742056_20432742056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102396 4.7483087)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0102396"^^xsd:decimal ;
  dwc:decimalLongitude "4.7483087"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432742056_20432742056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102396 4.7483087)"^^geo:wktLiteral ;
  geo-pos:lat "53.0102396"^^xsd:decimal ;
  geo-pos:long "4.7483087"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432742056_20432742056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432742056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432742056'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '2.025'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7483087'^^xsd:double;
  dwc:latitude '53.0102396'^^xsd:double;
  dwc:coordinatePrecision '2.7'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432742056'^^xsd:integer;
  dwc:observationDate '2011-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432789352_20432789352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432789352_20432789352> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432789352_20432789352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102553 4.7483242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0102553"^^xsd:decimal ;
  dwc:decimalLongitude "4.7483242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432789352_20432789352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102553 4.7483242)"^^geo:wktLiteral ;
  geo-pos:lat "53.0102553"^^xsd:decimal ;
  geo-pos:long "4.7483242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432789352_20432789352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432789352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432789352'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '23.557777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7483242'^^xsd:double;
  dwc:latitude '53.0102553'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432789352'^^xsd:integer;
  dwc:observationDate '2012-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432789362_20432789362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432789362_20432789362> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432789362_20432789362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102578 4.7483583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0102578"^^xsd:decimal ;
  dwc:decimalLongitude "4.7483583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432789362_20432789362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102578 4.7483583)"^^geo:wktLiteral ;
  geo-pos:lat "53.0102578"^^xsd:decimal ;
  geo-pos:long "4.7483583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432789362_20432789362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432789362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432789362'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '1.595'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7483583'^^xsd:double;
  dwc:latitude '53.0102578'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432789362'^^xsd:integer;
  dwc:observationDate '2012-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767732_20432767732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767732_20432767732> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767732_20432767732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0155702 4.7483724)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0155702"^^xsd:decimal ;
  dwc:decimalLongitude "4.7483724"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767732_20432767732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0155702 4.7483724)"^^geo:wktLiteral ;
  geo-pos:lat "53.0155702"^^xsd:decimal ;
  geo-pos:long "4.7483724"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767732_20432767732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767732'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '9.5736111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7483724'^^xsd:double;
  dwc:latitude '53.0155702'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767732'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432789357_20432789357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432789357_20432789357> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432789357_20432789357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102652 4.7483789)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0102652"^^xsd:decimal ;
  dwc:decimalLongitude "4.7483789"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "17.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432789357_20432789357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102652 4.7483789)"^^geo:wktLiteral ;
  geo-pos:lat "53.0102652"^^xsd:decimal ;
  geo-pos:long "4.7483789"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "17.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432789357_20432789357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432789357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432789357'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '0.585'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7483789'^^xsd:double;
  dwc:latitude '53.0102652'^^xsd:double;
  dwc:coordinatePrecision '17.2'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432789357'^^xsd:integer;
  dwc:observationDate '2012-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432742068_20432742068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432742068_20432742068> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432742068_20432742068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102219 4.7484065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0102219"^^xsd:decimal ;
  dwc:decimalLongitude "4.7484065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432742068_20432742068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102219 4.7484065)"^^geo:wktLiteral ;
  geo-pos:lat "53.0102219"^^xsd:decimal ;
  geo-pos:long "4.7484065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432742068_20432742068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432742068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432742068'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '3.0313888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7484065'^^xsd:double;
  dwc:latitude '53.0102219'^^xsd:double;
  dwc:coordinatePrecision '5'^^xsd:integer;
  dwc:minimumElevation '9'^^xsd:integer;
  dwc:maximumElevation '9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432742068'^^xsd:integer;
  dwc:observationDate '2011-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432742044_20432742044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432742044_20432742044> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432742044_20432742044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100922 4.7484231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0100922"^^xsd:decimal ;
  dwc:decimalLongitude "4.7484231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432742044_20432742044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100922 4.7484231)"^^geo:wktLiteral ;
  geo-pos:lat "53.0100922"^^xsd:decimal ;
  geo-pos:long "4.7484231"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432742044_20432742044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432742044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432742044'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '1.005'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7484231'^^xsd:double;
  dwc:latitude '53.0100922'^^xsd:double;
  dwc:coordinatePrecision '8.6'^^xsd:double;
  dwc:minimumElevation '-30'^^xsd:integer;
  dwc:maximumElevation '-30'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432742044'^^xsd:integer;
  dwc:observationDate '2011-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432762641_20432762641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432762641_20432762641> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432762641_20432762641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102327 4.7484416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0102327"^^xsd:decimal ;
  dwc:decimalLongitude "4.7484416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432762641_20432762641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102327 4.7484416)"^^geo:wktLiteral ;
  geo-pos:lat "53.0102327"^^xsd:decimal ;
  geo-pos:long "4.7484416"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432762641_20432762641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432762641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432762641'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '20.491666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7484416'^^xsd:double;
  dwc:latitude '53.0102327'^^xsd:double;
  dwc:coordinatePrecision '2.8'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432762641'^^xsd:integer;
  dwc:observationDate '2011-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432742032_20432742032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432742032_20432742032> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432742032_20432742032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102044 4.7485107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0102044"^^xsd:decimal ;
  dwc:decimalLongitude "4.7485107"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432742032_20432742032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102044 4.7485107)"^^geo:wktLiteral ;
  geo-pos:lat "53.0102044"^^xsd:decimal ;
  geo-pos:long "4.7485107"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432742032_20432742032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432742032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432742032'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '23.998333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7485107'^^xsd:double;
  dwc:latitude '53.0102044'^^xsd:double;
  dwc:coordinatePrecision '5'^^xsd:integer;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432742032'^^xsd:integer;
  dwc:observationDate '2011-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432742021_20432742021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432742021_20432742021> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432742021_20432742021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101836 4.7488375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0101836"^^xsd:decimal ;
  dwc:decimalLongitude "4.7488375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432742021_20432742021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101836 4.7488375)"^^geo:wktLiteral ;
  geo-pos:lat "53.0101836"^^xsd:decimal ;
  geo-pos:long "4.7488375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432742021_20432742021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432742021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432742021'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '22.995'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7488375'^^xsd:double;
  dwc:latitude '53.0101836'^^xsd:double;
  dwc:coordinatePrecision '2.6'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432742021'^^xsd:integer;
  dwc:observationDate '2011-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432742009_20432742009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432742009_20432742009> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432742009_20432742009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101424 4.7489694)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0101424"^^xsd:decimal ;
  dwc:decimalLongitude "4.7489694"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432742009_20432742009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101424 4.7489694)"^^geo:wktLiteral ;
  geo-pos:lat "53.0101424"^^xsd:decimal ;
  geo-pos:long "4.7489694"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432742009_20432742009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432742009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432742009'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '21.979166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7489694'^^xsd:double;
  dwc:latitude '53.0101424'^^xsd:double;
  dwc:coordinatePrecision '7.7'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432742009'^^xsd:integer;
  dwc:observationDate '2011-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775658_20432775658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775658_20432775658> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775658_20432775658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0183435 4.7491438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0183435"^^xsd:decimal ;
  dwc:decimalLongitude "4.7491438"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "19"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432775658_20432775658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0183435 4.7491438)"^^geo:wktLiteral ;
  geo-pos:lat "53.0183435"^^xsd:decimal ;
  geo-pos:long "4.7491438"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "19"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432775658_20432775658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775658'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '17.541388888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7491438'^^xsd:double;
  dwc:latitude '53.0183435'^^xsd:double;
  dwc:coordinatePrecision '19'^^xsd:integer;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775658'^^xsd:integer;
  dwc:observationDate '2012-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767740_20432767740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767740_20432767740> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767740_20432767740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0156414 4.7491595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0156414"^^xsd:decimal ;
  dwc:decimalLongitude "4.7491595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767740_20432767740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0156414 4.7491595)"^^geo:wktLiteral ;
  geo-pos:lat "53.0156414"^^xsd:decimal ;
  geo-pos:long "4.7491595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "9.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767740_20432767740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767740'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.591666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7491595'^^xsd:double;
  dwc:latitude '53.0156414'^^xsd:double;
  dwc:coordinatePrecision '9.8'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767740'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432757961_20432757961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432757961_20432757961> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432757961_20432757961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101965 4.7491707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0101965"^^xsd:decimal ;
  dwc:decimalLongitude "4.7491707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432757961_20432757961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101965 4.7491707)"^^geo:wktLiteral ;
  geo-pos:lat "53.0101965"^^xsd:decimal ;
  geo-pos:long "4.7491707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432757961_20432757961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432757961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432757961'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '3.9'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7491707'^^xsd:double;
  dwc:latitude '53.0101965'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432757961'^^xsd:integer;
  dwc:observationDate '2011-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432774052_20432774052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432774052_20432774052> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432774052_20432774052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0181915 4.7491756)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0181915"^^xsd:decimal ;
  dwc:decimalLongitude "4.7491756"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432774052_20432774052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0181915 4.7491756)"^^geo:wktLiteral ;
  geo-pos:lat "53.0181915"^^xsd:decimal ;
  geo-pos:long "4.7491756"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "9.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432774052_20432774052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432774052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432774052'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.8977777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7491756'^^xsd:double;
  dwc:latitude '53.0181915'^^xsd:double;
  dwc:coordinatePrecision '9.4'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432774052'^^xsd:integer;
  dwc:observationDate '2012-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432774020_20432774020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432774020_20432774020> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432774020_20432774020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0181786 4.7491979)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0181786"^^xsd:decimal ;
  dwc:decimalLongitude "4.7491979"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432774020_20432774020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0181786 4.7491979)"^^geo:wktLiteral ;
  geo-pos:lat "53.0181786"^^xsd:decimal ;
  geo-pos:long "4.7491979"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432774020_20432774020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432774020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432774020'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '3.87'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7491979'^^xsd:double;
  dwc:latitude '53.0181786'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432774020'^^xsd:integer;
  dwc:observationDate '2012-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432762633_20432762633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432762633_20432762633> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432762633_20432762633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100539 4.7492088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0100539"^^xsd:decimal ;
  dwc:decimalLongitude "4.7492088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432762633_20432762633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100539 4.7492088)"^^geo:wktLiteral ;
  geo-pos:lat "53.0100539"^^xsd:decimal ;
  geo-pos:long "4.7492088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432762633_20432762633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432762633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432762633'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '19.476944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7492088'^^xsd:double;
  dwc:latitude '53.0100539'^^xsd:double;
  dwc:coordinatePrecision '5.4'^^xsd:double;
  dwc:minimumElevation '-21'^^xsd:integer;
  dwc:maximumElevation '-21'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432762633'^^xsd:integer;
  dwc:observationDate '2011-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432762624_20432762624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432762624_20432762624> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432762624_20432762624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100291 4.7492488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0100291"^^xsd:decimal ;
  dwc:decimalLongitude "4.7492488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432762624_20432762624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100291 4.7492488)"^^geo:wktLiteral ;
  geo-pos:lat "53.0100291"^^xsd:decimal ;
  geo-pos:long "4.7492488"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432762624_20432762624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432762624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432762624'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '18.466944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7492488'^^xsd:double;
  dwc:latitude '53.0100291'^^xsd:double;
  dwc:coordinatePrecision '8.9'^^xsd:double;
  dwc:minimumElevation '4'^^xsd:integer;
  dwc:maximumElevation '4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432762624'^^xsd:integer;
  dwc:observationDate '2011-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432774042_20432774042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432774042_20432774042> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432774042_20432774042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0181886 4.7493279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0181886"^^xsd:decimal ;
  dwc:decimalLongitude "4.7493279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432774042_20432774042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0181886 4.7493279)"^^geo:wktLiteral ;
  geo-pos:lat "53.0181886"^^xsd:decimal ;
  geo-pos:long "4.7493279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432774042_20432774042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432774042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432774042'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.8866666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7493279'^^xsd:double;
  dwc:latitude '53.0181886'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432774042'^^xsd:integer;
  dwc:observationDate '2012-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722114_20432722114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722114_20432722114> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722114_20432722114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9948862 4.7493729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9948862"^^xsd:decimal ;
  dwc:decimalLongitude "4.7493729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "17.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722114_20432722114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9948862 4.7493729)"^^geo:wktLiteral ;
  geo-pos:lat "52.9948862"^^xsd:decimal ;
  geo-pos:long "4.7493729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "17.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722114_20432722114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722114'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '23.272222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7493729'^^xsd:double;
  dwc:latitude '52.9948862'^^xsd:double;
  dwc:coordinatePrecision '17.8'^^xsd:double;
  dwc:minimumElevation '16'^^xsd:integer;
  dwc:maximumElevation '16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722114'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776097_20432776097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776097_20432776097> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776097_20432776097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0167852 4.7494243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0167852"^^xsd:decimal ;
  dwc:decimalLongitude "4.7494243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432776097_20432776097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0167852 4.7494243)"^^geo:wktLiteral ;
  geo-pos:lat "53.0167852"^^xsd:decimal ;
  geo-pos:long "4.7494243"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432776097_20432776097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776097'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.905555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7494243'^^xsd:double;
  dwc:latitude '53.0167852'^^xsd:double;
  dwc:coordinatePrecision '8.7'^^xsd:double;
  dwc:minimumElevation '-41'^^xsd:integer;
  dwc:maximumElevation '-41'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776097'^^xsd:integer;
  dwc:observationDate '2012-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432746971_20432746971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432746971_20432746971> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432746971_20432746971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0109359 4.7494508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0109359"^^xsd:decimal ;
  dwc:decimalLongitude "4.7494508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432746971_20432746971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0109359 4.7494508)"^^geo:wktLiteral ;
  geo-pos:lat "53.0109359"^^xsd:decimal ;
  geo-pos:long "4.7494508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432746971_20432746971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432746971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432746971'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '1.8402777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7494508'^^xsd:double;
  dwc:latitude '53.0109359'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-23'^^xsd:integer;
  dwc:maximumElevation '-23'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432746971'^^xsd:integer;
  dwc:observationDate '2011-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432774031_20432774031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432774031_20432774031> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432774031_20432774031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0181718 4.7494677)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0181718"^^xsd:decimal ;
  dwc:decimalLongitude "4.7494677"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432774031_20432774031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0181718 4.7494677)"^^geo:wktLiteral ;
  geo-pos:lat "53.0181718"^^xsd:decimal ;
  geo-pos:long "4.7494677"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432774031_20432774031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432774031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432774031'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '4.8763888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7494677'^^xsd:double;
  dwc:latitude '53.0181718'^^xsd:double;
  dwc:coordinatePrecision '6.1'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432774031'^^xsd:integer;
  dwc:observationDate '2012-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722091_20432722091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722091_20432722091> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722091_20432722091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9951022 4.7495034)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9951022"^^xsd:decimal ;
  dwc:decimalLongitude "4.7495034"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722091_20432722091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9951022 4.7495034)"^^geo:wktLiteral ;
  geo-pos:lat "52.9951022"^^xsd:decimal ;
  geo-pos:long "4.7495034"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722091_20432722091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722091'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '21.308333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7495034'^^xsd:double;
  dwc:latitude '52.9951022'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '3'^^xsd:integer;
  dwc:maximumElevation '3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722091'^^xsd:integer;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432746982_20432746982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432746982_20432746982> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432746982_20432746982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.010838 4.7495344)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.010838"^^xsd:decimal ;
  dwc:decimalLongitude "4.7495344"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432746982_20432746982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.010838 4.7495344)"^^geo:wktLiteral ;
  geo-pos:lat "53.010838"^^xsd:decimal ;
  geo-pos:long "4.7495344"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432746982_20432746982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432746982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432746982'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '2.8616666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7495344'^^xsd:double;
  dwc:latitude '53.010838'^^xsd:double;
  dwc:coordinatePrecision '5'^^xsd:integer;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432746982'^^xsd:integer;
  dwc:observationDate '2011-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775423_20432775423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775423_20432775423> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775423_20432775423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0181713 4.7496823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0181713"^^xsd:decimal ;
  dwc:decimalLongitude "4.7496823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432775423_20432775423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0181713 4.7496823)"^^geo:wktLiteral ;
  geo-pos:lat "53.0181713"^^xsd:decimal ;
  geo-pos:long "4.7496823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432775423_20432775423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775423'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '17.3275'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7496823'^^xsd:double;
  dwc:latitude '53.0181713'^^xsd:double;
  dwc:coordinatePrecision '4.8'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775423'^^xsd:integer;
  dwc:observationDate '2012-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722920_20432722920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722920_20432722920> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722920_20432722920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9951917 4.7496986)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9951917"^^xsd:decimal ;
  dwc:decimalLongitude "4.7496986"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722920_20432722920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9951917 4.7496986)"^^geo:wktLiteral ;
  geo-pos:lat "52.9951917"^^xsd:decimal ;
  geo-pos:long "4.7496986"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722920_20432722920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722920'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20.835'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7496986'^^xsd:double;
  dwc:latitude '52.9951917'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722920'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432722934_20432722934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432722934_20432722934> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432722934_20432722934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9951482 4.749704)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9951482"^^xsd:decimal ;
  dwc:decimalLongitude "4.749704"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432722934_20432722934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9951482 4.749704)"^^geo:wktLiteral ;
  geo-pos:lat "52.9951482"^^xsd:decimal ;
  geo-pos:long "4.749704"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432722934_20432722934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432722934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432722934'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '21.845'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.749704'^^xsd:double;
  dwc:latitude '52.9951482'^^xsd:double;
  dwc:coordinatePrecision '3.1'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432722934'^^xsd:integer;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432838692_20432838692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432838692_20432838692> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432838692_20432838692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9911504 4.7497479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9911504"^^xsd:decimal ;
  dwc:decimalLongitude "4.7497479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432838692_20432838692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9911504 4.7497479)"^^geo:wktLiteral ;
  geo-pos:lat "52.9911504"^^xsd:decimal ;
  geo-pos:long "4.7497479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432838692_20432838692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432838692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432838692'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17.756388888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7497479'^^xsd:double;
  dwc:latitude '52.9911504'^^xsd:double;
  dwc:coordinatePrecision '7'^^xsd:integer;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432838692'^^xsd:integer;
  dwc:observationDate '2013-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432789215_20432789215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432789215_20432789215> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432789215_20432789215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0098375 4.7497618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0098375"^^xsd:decimal ;
  dwc:decimalLongitude "4.7497618"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432789215_20432789215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0098375 4.7497618)"^^geo:wktLiteral ;
  geo-pos:lat "53.0098375"^^xsd:decimal ;
  geo-pos:long "4.7497618"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432789215_20432789215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432789215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432789215'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '22.251666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7497618'^^xsd:double;
  dwc:latitude '53.0098375'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432789215'^^xsd:integer;
  dwc:observationDate '2012-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432745541_20432745541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432745541_20432745541> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432745541_20432745541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9928797 4.7497817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9928797"^^xsd:decimal ;
  dwc:decimalLongitude "4.7497817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432745541_20432745541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9928797 4.7497817)"^^geo:wktLiteral ;
  geo-pos:lat "52.9928797"^^xsd:decimal ;
  geo-pos:long "4.7497817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432745541_20432745541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432745541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432745541'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '23.858333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7497817'^^xsd:double;
  dwc:latitude '52.9928797'^^xsd:double;
  dwc:coordinatePrecision '5.4'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432745541'^^xsd:integer;
  dwc:observationDate '2011-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432745505_20432745505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432745505_20432745505> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432745505_20432745505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9927929 4.7497839)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9927929"^^xsd:decimal ;
  dwc:decimalLongitude "4.7497839"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432745505_20432745505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9927929 4.7497839)"^^geo:wktLiteral ;
  geo-pos:lat "52.9927929"^^xsd:decimal ;
  geo-pos:long "4.7497839"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432745505_20432745505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432745505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432745505'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.828333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7497839'^^xsd:double;
  dwc:latitude '52.9927929'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432745505'^^xsd:integer;
  dwc:observationDate '2011-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432745517_20432745517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432745517_20432745517> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432745517_20432745517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9928359 4.7497839)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9928359"^^xsd:decimal ;
  dwc:decimalLongitude "4.7497839"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432745517_20432745517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9928359 4.7497839)"^^geo:wktLiteral ;
  geo-pos:lat "52.9928359"^^xsd:decimal ;
  geo-pos:long "4.7497839"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "9.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432745517_20432745517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432745517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432745517'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '21.836111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7497839'^^xsd:double;
  dwc:latitude '52.9928359'^^xsd:double;
  dwc:coordinatePrecision '9.2'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432745517'^^xsd:integer;
  dwc:observationDate '2011-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432745529_20432745529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432745529_20432745529> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432745529_20432745529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9928727 4.7498223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9928727"^^xsd:decimal ;
  dwc:decimalLongitude "4.7498223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432745529_20432745529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9928727 4.7498223)"^^geo:wktLiteral ;
  geo-pos:lat "52.9928727"^^xsd:decimal ;
  geo-pos:long "4.7498223"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432745529_20432745529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432745529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432745529'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '22.848888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7498223'^^xsd:double;
  dwc:latitude '52.9928727'^^xsd:double;
  dwc:coordinatePrecision '8.2'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432745529'^^xsd:integer;
  dwc:observationDate '2011-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432745880_20432745880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432745880_20432745880> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432745880_20432745880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0099639 4.7498836)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0099639"^^xsd:decimal ;
  dwc:decimalLongitude "4.7498836"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432745880_20432745880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0099639 4.7498836)"^^geo:wktLiteral ;
  geo-pos:lat "53.0099639"^^xsd:decimal ;
  geo-pos:long "4.7498836"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432745880_20432745880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432745880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432745880'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '23.653888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7498836'^^xsd:double;
  dwc:latitude '53.0099639'^^xsd:double;
  dwc:coordinatePrecision '5'^^xsd:integer;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432745880'^^xsd:integer;
  dwc:observationDate '2011-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432760585_20432760585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432760585_20432760585> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432760585_20432760585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0105138 4.7498926)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0105138"^^xsd:decimal ;
  dwc:decimalLongitude "4.7498926"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432760585_20432760585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0105138 4.7498926)"^^geo:wktLiteral ;
  geo-pos:lat "53.0105138"^^xsd:decimal ;
  geo-pos:long "4.7498926"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432760585_20432760585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432760585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432760585'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '3.8586111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7498926'^^xsd:double;
  dwc:latitude '53.0105138'^^xsd:double;
  dwc:coordinatePrecision '6.9'^^xsd:double;
  dwc:minimumElevation '-183'^^xsd:integer;
  dwc:maximumElevation '-183'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432760585'^^xsd:integer;
  dwc:observationDate '2011-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432745857_20432745857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432745857_20432745857> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432745857_20432745857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100452 4.7498987)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0100452"^^xsd:decimal ;
  dwc:decimalLongitude "4.7498987"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432745857_20432745857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100452 4.7498987)"^^geo:wktLiteral ;
  geo-pos:lat "53.0100452"^^xsd:decimal ;
  geo-pos:long "4.7498987"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432745857_20432745857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432745857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432745857'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '21.630555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7498987'^^xsd:double;
  dwc:latitude '53.0100452'^^xsd:double;
  dwc:coordinatePrecision '11.3'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432745857'^^xsd:integer;
  dwc:observationDate '2011-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432751057_20432751057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432751057_20432751057> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432751057_20432751057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104964 4.7499037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0104964"^^xsd:decimal ;
  dwc:decimalLongitude "4.7499037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432751057_20432751057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104964 4.7499037)"^^geo:wktLiteral ;
  geo-pos:lat "53.0104964"^^xsd:decimal ;
  geo-pos:long "4.7499037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432751057_20432751057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432751057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432751057'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '23.239444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7499037'^^xsd:double;
  dwc:latitude '53.0104964'^^xsd:double;
  dwc:coordinatePrecision '11.5'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432751057'^^xsd:integer;
  dwc:observationDate '2011-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432741653_20432741653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432741653_20432741653> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432741653_20432741653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104209 4.7499104)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0104209"^^xsd:decimal ;
  dwc:decimalLongitude "4.7499104"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432741653_20432741653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104209 4.7499104)"^^geo:wktLiteral ;
  geo-pos:lat "53.0104209"^^xsd:decimal ;
  geo-pos:long "4.7499104"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432741653_20432741653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432741653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432741653'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '23.089444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7499104'^^xsd:double;
  dwc:latitude '53.0104209'^^xsd:double;
  dwc:coordinatePrecision '5.6'^^xsd:double;
  dwc:minimumElevation '3'^^xsd:integer;
  dwc:maximumElevation '3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432741653'^^xsd:integer;
  dwc:observationDate '2011-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432741258_20432741258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432741258_20432741258> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432741258_20432741258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0099728 4.749913)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0099728"^^xsd:decimal ;
  dwc:decimalLongitude "4.749913"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432741258_20432741258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0099728 4.749913)"^^geo:wktLiteral ;
  geo-pos:lat "53.0099728"^^xsd:decimal ;
  geo-pos:long "4.749913"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432741258_20432741258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432741258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432741258'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '21.036666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.749913'^^xsd:double;
  dwc:latitude '53.0099728'^^xsd:double;
  dwc:coordinatePrecision '4.8'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432741258'^^xsd:integer;
  dwc:observationDate '2011-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432751046_20432751046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432751046_20432751046> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432751046_20432751046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104648 4.7499176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0104648"^^xsd:decimal ;
  dwc:decimalLongitude "4.7499176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432751046_20432751046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104648 4.7499176)"^^geo:wktLiteral ;
  geo-pos:lat "53.0104648"^^xsd:decimal ;
  geo-pos:long "4.7499176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432751046_20432751046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432751046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432751046'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '22.226666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7499176'^^xsd:double;
  dwc:latitude '53.0104648'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432751046'^^xsd:integer;
  dwc:observationDate '2011-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432745868_20432745868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432745868_20432745868> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432745868_20432745868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0099653 4.7499177)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0099653"^^xsd:decimal ;
  dwc:decimalLongitude "4.7499177"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432745868_20432745868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0099653 4.7499177)"^^geo:wktLiteral ;
  geo-pos:lat "53.0099653"^^xsd:decimal ;
  geo-pos:long "4.7499177"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432745868_20432745868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432745868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432745868'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '22.643333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7499177'^^xsd:double;
  dwc:latitude '53.0099653'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432745868'^^xsd:integer;
  dwc:observationDate '2011-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432741689_20432741689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432741689_20432741689> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432741689_20432741689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104999 4.7499209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0104999"^^xsd:decimal ;
  dwc:decimalLongitude "4.7499209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432741689_20432741689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104999 4.7499209)"^^geo:wktLiteral ;
  geo-pos:lat "53.0104999"^^xsd:decimal ;
  geo-pos:long "4.7499209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432741689_20432741689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432741689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432741689'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '2.1202777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7499209'^^xsd:double;
  dwc:latitude '53.0104999'^^xsd:double;
  dwc:coordinatePrecision '5.7'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432741689'^^xsd:integer;
  dwc:observationDate '2011-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432789210_20432789210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432789210_20432789210> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432789210_20432789210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0098414 4.7499218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0098414"^^xsd:decimal ;
  dwc:decimalLongitude "4.7499218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432789210_20432789210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0098414 4.7499218)"^^geo:wktLiteral ;
  geo-pos:lat "53.0098414"^^xsd:decimal ;
  geo-pos:long "4.7499218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432789210_20432789210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432789210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432789210'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '21.236666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7499218'^^xsd:double;
  dwc:latitude '53.0098414'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432789210'^^xsd:integer;
  dwc:observationDate '2012-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432737001_20432737001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432737001_20432737001> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432737001_20432737001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9952333 4.7499225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9952333"^^xsd:decimal ;
  dwc:decimalLongitude "4.7499225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432737001_20432737001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9952333 4.7499225)"^^geo:wktLiteral ;
  geo-pos:lat "52.9952333"^^xsd:decimal ;
  geo-pos:long "4.7499225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432737001_20432737001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432737001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432737001'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '3.9583333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7499225'^^xsd:double;
  dwc:latitude '52.9952333'^^xsd:double;
  dwc:coordinatePrecision '2.6'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432737001'^^xsd:integer;
  dwc:observationDate '2011-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432746239_20432746239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432746239_20432746239> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432746239_20432746239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104623 4.7499412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0104623"^^xsd:decimal ;
  dwc:decimalLongitude "4.7499412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432746239_20432746239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104623 4.7499412)"^^geo:wktLiteral ;
  geo-pos:lat "53.0104623"^^xsd:decimal ;
  geo-pos:long "4.7499412"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432746239_20432746239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432746239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432746239'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '23.706666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7499412'^^xsd:double;
  dwc:latitude '53.0104623'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432746239'^^xsd:integer;
  dwc:observationDate '2011-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432748652_20432748652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432748652_20432748652> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432748652_20432748652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104375 4.7499416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0104375"^^xsd:decimal ;
  dwc:decimalLongitude "4.7499416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432748652_20432748652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104375 4.7499416)"^^geo:wktLiteral ;
  geo-pos:lat "53.0104375"^^xsd:decimal ;
  geo-pos:long "4.7499416"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432748652_20432748652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432748652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432748652'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.035833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7499416'^^xsd:double;
  dwc:latitude '53.0104375'^^xsd:double;
  dwc:coordinatePrecision '6.7'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432748652'^^xsd:integer;
  dwc:observationDate '2011-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432741270_20432741270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432741270_20432741270> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432741270_20432741270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100271 4.749949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0100271"^^xsd:decimal ;
  dwc:decimalLongitude "4.749949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432741270_20432741270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100271 4.749949)"^^geo:wktLiteral ;
  geo-pos:lat "53.0100271"^^xsd:decimal ;
  geo-pos:long "4.749949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432741270_20432741270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432741270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432741270'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '22.041944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.749949'^^xsd:double;
  dwc:latitude '53.0100271'^^xsd:double;
  dwc:coordinatePrecision '3.5'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432741270'^^xsd:integer;
  dwc:observationDate '2011-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432741677_20432741677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432741677_20432741677> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432741677_20432741677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104134 4.7499543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0104134"^^xsd:decimal ;
  dwc:decimalLongitude "4.7499543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432741677_20432741677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104134 4.7499543)"^^geo:wktLiteral ;
  geo-pos:lat "53.0104134"^^xsd:decimal ;
  geo-pos:long "4.7499543"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432741677_20432741677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432741677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432741677'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '1.1183333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7499543'^^xsd:double;
  dwc:latitude '53.0104134'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432741677'^^xsd:integer;
  dwc:observationDate '2011-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432751069_20432751069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432751069_20432751069> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432751069_20432751069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.010426 4.7499564)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.010426"^^xsd:decimal ;
  dwc:decimalLongitude "4.7499564"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432751069_20432751069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.010426 4.7499564)"^^geo:wktLiteral ;
  geo-pos:lat "53.010426"^^xsd:decimal ;
  geo-pos:long "4.7499564"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432751069_20432751069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432751069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432751069'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '0.245'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7499564'^^xsd:double;
  dwc:latitude '53.010426'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432751069'^^xsd:integer;
  dwc:observationDate '2011-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432751034_20432751034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432751034_20432751034> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432751034_20432751034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0105087 4.7499691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0105087"^^xsd:decimal ;
  dwc:decimalLongitude "4.7499691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432751034_20432751034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0105087 4.7499691)"^^geo:wktLiteral ;
  geo-pos:lat "53.0105087"^^xsd:decimal ;
  geo-pos:long "4.7499691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432751034_20432751034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432751034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432751034'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '21.218611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7499691'^^xsd:double;
  dwc:latitude '53.0105087'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432751034'^^xsd:integer;
  dwc:observationDate '2011-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432746949_20432746949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432746949_20432746949> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432746949_20432746949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104552 4.749976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0104552"^^xsd:decimal ;
  dwc:decimalLongitude "4.749976"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432746949_20432746949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104552 4.749976)"^^geo:wktLiteral ;
  geo-pos:lat "53.0104552"^^xsd:decimal ;
  geo-pos:long "4.749976"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432746949_20432746949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432746949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432746949'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '23.818333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.749976'^^xsd:double;
  dwc:latitude '53.0104552'^^xsd:double;
  dwc:coordinatePrecision '2.8'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432746949'^^xsd:integer;
  dwc:observationDate '2011-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763336_20432763336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763336_20432763336> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763336_20432763336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0164493 4.749985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0164493"^^xsd:decimal ;
  dwc:decimalLongitude "4.749985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763336_20432763336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0164493 4.749985)"^^geo:wktLiteral ;
  geo-pos:lat "53.0164493"^^xsd:decimal ;
  geo-pos:long "4.749985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763336_20432763336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763336'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.4711111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.749985'^^xsd:double;
  dwc:latitude '53.0164493'^^xsd:double;
  dwc:coordinatePrecision '10.2'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763336'^^xsd:integer;
  dwc:observationDate '2011-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432743118_20432743118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432743118_20432743118> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432743118_20432743118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103988 4.7499871)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0103988"^^xsd:decimal ;
  dwc:decimalLongitude "4.7499871"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432743118_20432743118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103988 4.7499871)"^^geo:wktLiteral ;
  geo-pos:lat "53.0103988"^^xsd:decimal ;
  geo-pos:long "4.7499871"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432743118_20432743118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432743118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432743118'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '4.1716666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7499871'^^xsd:double;
  dwc:latitude '53.0103988'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432743118'^^xsd:integer;
  dwc:observationDate '2011-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432749005_20432749005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432749005_20432749005> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432749005_20432749005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104253 4.7499876)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0104253"^^xsd:decimal ;
  dwc:decimalLongitude "4.7499876"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432749005_20432749005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104253 4.7499876)"^^geo:wktLiteral ;
  geo-pos:lat "53.0104253"^^xsd:decimal ;
  geo-pos:long "4.7499876"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432749005_20432749005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432749005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432749005'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '18.15'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7499876'^^xsd:double;
  dwc:latitude '53.0104253'^^xsd:double;
  dwc:coordinatePrecision '7.3'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432749005'^^xsd:integer;
  dwc:observationDate '2011-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432741642_20432741642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432741642_20432741642> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432741642_20432741642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103879 4.7499927)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0103879"^^xsd:decimal ;
  dwc:decimalLongitude "4.7499927"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432741642_20432741642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103879 4.7499927)"^^geo:wktLiteral ;
  geo-pos:lat "53.0103879"^^xsd:decimal ;
  geo-pos:long "4.7499927"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432741642_20432741642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432741642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432741642'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '22.086666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7499927'^^xsd:double;
  dwc:latitude '53.0103879'^^xsd:double;
  dwc:coordinatePrecision '2.9'^^xsd:double;
  dwc:minimumElevation '5'^^xsd:integer;
  dwc:maximumElevation '5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432741642'^^xsd:integer;
  dwc:observationDate '2011-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432747657_20432747657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432747657_20432747657> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432747657_20432747657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.01041 4.749997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.01041"^^xsd:decimal ;
  dwc:decimalLongitude "4.749997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432747657_20432747657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.01041 4.749997)"^^geo:wktLiteral ;
  geo-pos:lat "53.01041"^^xsd:decimal ;
  geo-pos:long "4.749997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432747657_20432747657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432747657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432747657'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '1.1577777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.749997'^^xsd:double;
  dwc:latitude '53.01041'^^xsd:double;
  dwc:coordinatePrecision '7.5'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432747657'^^xsd:integer;
  dwc:observationDate '2011-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432752466_20432752466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432752466_20432752466> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432752466_20432752466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103867 4.750001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0103867"^^xsd:decimal ;
  dwc:decimalLongitude "4.750001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432752466_20432752466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103867 4.750001)"^^geo:wktLiteral ;
  geo-pos:lat "53.0103867"^^xsd:decimal ;
  geo-pos:long "4.750001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432752466_20432752466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432752466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432752466'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '2.2980555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.750001'^^xsd:double;
  dwc:latitude '53.0103867'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432752466'^^xsd:integer;
  dwc:observationDate '2011-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432746582_20432746582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432746582_20432746582> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432746582_20432746582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103877 4.7500015)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0103877"^^xsd:decimal ;
  dwc:decimalLongitude "4.7500015"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432746582_20432746582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103877 4.7500015)"^^geo:wktLiteral ;
  geo-pos:lat "53.0103877"^^xsd:decimal ;
  geo-pos:long "4.7500015"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432746582_20432746582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432746582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432746582'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '22.266666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7500015'^^xsd:double;
  dwc:latitude '53.0103877'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432746582'^^xsd:integer;
  dwc:observationDate '2011-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432741294_20432741294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432741294_20432741294> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432741294_20432741294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100392 4.7500027)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0100392"^^xsd:decimal ;
  dwc:decimalLongitude "4.7500027"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432741294_20432741294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100392 4.7500027)"^^geo:wktLiteral ;
  geo-pos:lat "53.0100392"^^xsd:decimal ;
  geo-pos:long "4.7500027"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432741294_20432741294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432741294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432741294'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '0.068333333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7500027'^^xsd:double;
  dwc:latitude '53.0100392'^^xsd:double;
  dwc:coordinatePrecision '3.1'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432741294'^^xsd:integer;
  dwc:observationDate '2011-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432740554_20432740554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432740554_20432740554> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432740554_20432740554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104114 4.7500044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0104114"^^xsd:decimal ;
  dwc:decimalLongitude "4.7500044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432740554_20432740554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104114 4.7500044)"^^geo:wktLiteral ;
  geo-pos:lat "53.0104114"^^xsd:decimal ;
  geo-pos:long "4.7500044"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432740554_20432740554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432740554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432740554'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '22.21'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7500044'^^xsd:double;
  dwc:latitude '53.0104114'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432740554'^^xsd:integer;
  dwc:observationDate '2011-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432749017_20432749017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432749017_20432749017> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432749017_20432749017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103658 4.7500065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0103658"^^xsd:decimal ;
  dwc:decimalLongitude "4.7500065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432749017_20432749017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103658 4.7500065)"^^geo:wktLiteral ;
  geo-pos:lat "53.0103658"^^xsd:decimal ;
  geo-pos:long "4.7500065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432749017_20432749017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432749017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432749017'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.16'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7500065'^^xsd:double;
  dwc:latitude '53.0103658'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432749017'^^xsd:integer;
  dwc:observationDate '2011-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432752454_20432752454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432752454_20432752454> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432752454_20432752454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104041 4.7500072)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0104041"^^xsd:decimal ;
  dwc:decimalLongitude "4.7500072"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432752454_20432752454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104041 4.7500072)"^^geo:wktLiteral ;
  geo-pos:lat "53.0104041"^^xsd:decimal ;
  geo-pos:long "4.7500072"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432752454_20432752454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432752454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432752454'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '1.2866666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7500072'^^xsd:double;
  dwc:latitude '53.0104041'^^xsd:double;
  dwc:coordinatePrecision '2.9'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432752454'^^xsd:integer;
  dwc:observationDate '2011-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432752478_20432752478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432752478_20432752478> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432752478_20432752478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103933 4.7500131)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0103933"^^xsd:decimal ;
  dwc:decimalLongitude "4.7500131"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432752478_20432752478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103933 4.7500131)"^^geo:wktLiteral ;
  geo-pos:lat "53.0103933"^^xsd:decimal ;
  geo-pos:long "4.7500131"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432752478_20432752478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432752478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432752478'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '3.31'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7500131'^^xsd:double;
  dwc:latitude '53.0103933'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432752478'^^xsd:integer;
  dwc:observationDate '2011-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432762982_20432762982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432762982_20432762982> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432762982_20432762982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0160905 4.7500149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0160905"^^xsd:decimal ;
  dwc:decimalLongitude "4.7500149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432762982_20432762982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0160905 4.7500149)"^^geo:wktLiteral ;
  geo-pos:lat "53.0160905"^^xsd:decimal ;
  geo-pos:long "4.7500149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432762982_20432762982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432762982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432762982'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11.909444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7500149'^^xsd:double;
  dwc:latitude '53.0160905'^^xsd:double;
  dwc:coordinatePrecision '5.9'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432762982'^^xsd:integer;
  dwc:observationDate '2011-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432746961_20432746961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432746961_20432746961> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432746961_20432746961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.010492 4.7500172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.010492"^^xsd:decimal ;
  dwc:decimalLongitude "4.7500172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432746961_20432746961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.010492 4.7500172)"^^geo:wktLiteral ;
  geo-pos:lat "53.010492"^^xsd:decimal ;
  geo-pos:long "4.7500172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432746961_20432746961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432746961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432746961'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '0.83027777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7500172'^^xsd:double;
  dwc:latitude '53.010492'^^xsd:double;
  dwc:coordinatePrecision '5.6'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432746961'^^xsd:integer;
  dwc:observationDate '2011-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432741281_20432741281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432741281_20432741281> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432741281_20432741281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100871 4.7500193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0100871"^^xsd:decimal ;
  dwc:decimalLongitude "4.7500193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432741281_20432741281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100871 4.7500193)"^^geo:wktLiteral ;
  geo-pos:lat "53.0100871"^^xsd:decimal ;
  geo-pos:long "4.7500193"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432741281_20432741281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432741281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432741281'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '23.0475'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7500193'^^xsd:double;
  dwc:latitude '53.0100871'^^xsd:double;
  dwc:coordinatePrecision '6.8'^^xsd:double;
  dwc:minimumElevation '8'^^xsd:integer;
  dwc:maximumElevation '8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432741281'^^xsd:integer;
  dwc:observationDate '2011-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432751145_20432751145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432751145_20432751145> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432751145_20432751145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104559 4.7500247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0104559"^^xsd:decimal ;
  dwc:decimalLongitude "4.7500247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432751145_20432751145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104559 4.7500247)"^^geo:wktLiteral ;
  geo-pos:lat "53.0104559"^^xsd:decimal ;
  geo-pos:long "4.7500247"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432751145_20432751145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432751145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432751145'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '7.32'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7500247'^^xsd:double;
  dwc:latitude '53.0104559'^^xsd:double;
  dwc:coordinatePrecision '8.6'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432751145'^^xsd:integer;
  dwc:observationDate '2011-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432746251_20432746251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432746251_20432746251> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432746251_20432746251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104241 4.7500274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0104241"^^xsd:decimal ;
  dwc:decimalLongitude "4.7500274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432746251_20432746251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104241 4.7500274)"^^geo:wktLiteral ;
  geo-pos:lat "53.0104241"^^xsd:decimal ;
  geo-pos:long "4.7500274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432746251_20432746251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432746251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432746251'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '0.71638888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7500274'^^xsd:double;
  dwc:latitude '53.0104241'^^xsd:double;
  dwc:coordinatePrecision '6.6'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432746251'^^xsd:integer;
  dwc:observationDate '2011-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432740577_20432740577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432740577_20432740577> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432740577_20432740577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104211 4.7500335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0104211"^^xsd:decimal ;
  dwc:decimalLongitude "4.7500335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432740577_20432740577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104211 4.7500335)"^^geo:wktLiteral ;
  geo-pos:lat "53.0104211"^^xsd:decimal ;
  geo-pos:long "4.7500335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432740577_20432740577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432740577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432740577'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '0.2325'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7500335'^^xsd:double;
  dwc:latitude '53.0104211'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432740577'^^xsd:integer;
  dwc:observationDate '2011-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432741665_20432741665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432741665_20432741665> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432741665_20432741665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0105159 4.7500371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0105159"^^xsd:decimal ;
  dwc:decimalLongitude "4.7500371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432741665_20432741665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0105159 4.7500371)"^^geo:wktLiteral ;
  geo-pos:lat "53.0105159"^^xsd:decimal ;
  geo-pos:long "4.7500371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432741665_20432741665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432741665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432741665'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '0.096944444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7500371'^^xsd:double;
  dwc:latitude '53.0105159'^^xsd:double;
  dwc:coordinatePrecision '8.4'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432741665'^^xsd:integer;
  dwc:observationDate '2011-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432757971_20432757971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432757971_20432757971> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432757971_20432757971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102918 4.750052)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0102918"^^xsd:decimal ;
  dwc:decimalLongitude "4.750052"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432757971_20432757971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102918 4.750052)"^^geo:wktLiteral ;
  geo-pos:lat "53.0102918"^^xsd:decimal ;
  geo-pos:long "4.750052"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432757971_20432757971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432757971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432757971'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '4.9166666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.750052'^^xsd:double;
  dwc:latitude '53.0102918'^^xsd:double;
  dwc:coordinatePrecision '2.7'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432757971'^^xsd:integer;
  dwc:observationDate '2011-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767747_20432767747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767747_20432767747> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767747_20432767747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103559 4.7500537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0103559"^^xsd:decimal ;
  dwc:decimalLongitude "4.7500537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767747_20432767747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103559 4.7500537)"^^geo:wktLiteral ;
  geo-pos:lat "53.0103559"^^xsd:decimal ;
  geo-pos:long "4.7500537"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767747_20432767747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767747'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.603333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7500537'^^xsd:double;
  dwc:latitude '53.0103559'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767747'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432746615_20432746615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432746615_20432746615> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432746615_20432746615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9947941 4.7500579)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9947941"^^xsd:decimal ;
  dwc:decimalLongitude "4.7500579"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432746615_20432746615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9947941 4.7500579)"^^geo:wktLiteral ;
  geo-pos:lat "52.9947941"^^xsd:decimal ;
  geo-pos:long "4.7500579"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432746615_20432746615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432746615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432746615'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.3'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7500579'^^xsd:double;
  dwc:latitude '52.9947941'^^xsd:double;
  dwc:coordinatePrecision '2.7'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432746615'^^xsd:integer;
  dwc:observationDate '2011-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432746227_20432746227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432746227_20432746227> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432746227_20432746227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104081 4.7500579)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0104081"^^xsd:decimal ;
  dwc:decimalLongitude "4.7500579"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432746227_20432746227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104081 4.7500579)"^^geo:wktLiteral ;
  geo-pos:lat "53.0104081"^^xsd:decimal ;
  geo-pos:long "4.7500579"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432746227_20432746227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432746227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432746227'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '22.695'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7500579'^^xsd:double;
  dwc:latitude '53.0104081'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432746227'^^xsd:integer;
  dwc:observationDate '2011-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432746925_20432746925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432746925_20432746925> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432746925_20432746925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104421 4.7500644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0104421"^^xsd:decimal ;
  dwc:decimalLongitude "4.7500644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432746925_20432746925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104421 4.7500644)"^^geo:wktLiteral ;
  geo-pos:lat "53.0104421"^^xsd:decimal ;
  geo-pos:long "4.7500644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432746925_20432746925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432746925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432746925'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '21.797777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7500644'^^xsd:double;
  dwc:latitude '53.0104421'^^xsd:double;
  dwc:coordinatePrecision '7.1'^^xsd:double;
  dwc:minimumElevation '5'^^xsd:integer;
  dwc:maximumElevation '5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432746925'^^xsd:integer;
  dwc:observationDate '2011-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432746937_20432746937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432746937_20432746937> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432746937_20432746937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103897 4.7500659)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0103897"^^xsd:decimal ;
  dwc:decimalLongitude "4.7500659"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432746937_20432746937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103897 4.7500659)"^^geo:wktLiteral ;
  geo-pos:lat "53.0103897"^^xsd:decimal ;
  geo-pos:long "4.7500659"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432746937_20432746937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432746937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432746937'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '22.811666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7500659'^^xsd:double;
  dwc:latitude '53.0103897'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '4'^^xsd:integer;
  dwc:maximumElevation '4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432746937'^^xsd:integer;
  dwc:observationDate '2011-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432751313_20432751313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432751313_20432751313> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432751313_20432751313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103439 4.7500694)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0103439"^^xsd:decimal ;
  dwc:decimalLongitude "4.7500694"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432751313_20432751313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103439 4.7500694)"^^geo:wktLiteral ;
  geo-pos:lat "53.0103439"^^xsd:decimal ;
  geo-pos:long "4.7500694"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432751313_20432751313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432751313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432751313'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '17.422777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7500694'^^xsd:double;
  dwc:latitude '53.0103439'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432751313'^^xsd:integer;
  dwc:observationDate '2011-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432762976_20432762976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432762976_20432762976> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432762976_20432762976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0163913 4.7500759)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0163913"^^xsd:decimal ;
  dwc:decimalLongitude "4.7500759"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432762976_20432762976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0163913 4.7500759)"^^geo:wktLiteral ;
  geo-pos:lat "53.0163913"^^xsd:decimal ;
  geo-pos:long "4.7500759"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432762976_20432762976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432762976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432762976'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.891666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7500759'^^xsd:double;
  dwc:latitude '53.0163913'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432762976'^^xsd:integer;
  dwc:observationDate '2011-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432743107_20432743107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432743107_20432743107> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432743107_20432743107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103412 4.7500813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0103412"^^xsd:decimal ;
  dwc:decimalLongitude "4.7500813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432743107_20432743107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103412 4.7500813)"^^geo:wktLiteral ;
  geo-pos:lat "53.0103412"^^xsd:decimal ;
  geo-pos:long "4.7500813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432743107_20432743107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432743107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432743107'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '3.1688888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7500813'^^xsd:double;
  dwc:latitude '53.0103412'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432743107'^^xsd:integer;
  dwc:observationDate '2011-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432746594_20432746594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432746594_20432746594> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432746594_20432746594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103869 4.7500822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0103869"^^xsd:decimal ;
  dwc:decimalLongitude "4.7500822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432746594_20432746594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103869 4.7500822)"^^geo:wktLiteral ;
  geo-pos:lat "53.0103869"^^xsd:decimal ;
  geo-pos:long "4.7500822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432746594_20432746594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432746594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432746594'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '23.278055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7500822'^^xsd:double;
  dwc:latitude '53.0103869'^^xsd:double;
  dwc:coordinatePrecision '7.1'^^xsd:double;
  dwc:minimumElevation '3'^^xsd:integer;
  dwc:maximumElevation '3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432746594'^^xsd:integer;
  dwc:observationDate '2011-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767616_20432767616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767616_20432767616> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767616_20432767616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0152127 4.7500907)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0152127"^^xsd:decimal ;
  dwc:decimalLongitude "4.7500907"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767616_20432767616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0152127 4.7500907)"^^geo:wktLiteral ;
  geo-pos:lat "53.0152127"^^xsd:decimal ;
  geo-pos:long "4.7500907"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767616_20432767616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767616'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.345'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7500907'^^xsd:double;
  dwc:latitude '53.0152127'^^xsd:double;
  dwc:coordinatePrecision '6.4'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767616'^^xsd:integer;
  dwc:observationDate '2011-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432740565_20432740565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432740565_20432740565> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432740565_20432740565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0105242 4.7500958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0105242"^^xsd:decimal ;
  dwc:decimalLongitude "4.7500958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432740565_20432740565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0105242 4.7500958)"^^geo:wktLiteral ;
  geo-pos:lat "53.0105242"^^xsd:decimal ;
  geo-pos:long "4.7500958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432740565_20432740565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432740565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432740565'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '23.22'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7500958'^^xsd:double;
  dwc:latitude '53.0105242'^^xsd:double;
  dwc:minimumElevation '6'^^xsd:integer;
  dwc:maximumElevation '6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432740565'^^xsd:integer;
  dwc:observationDate '2011-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432742735_20432742735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432742735_20432742735> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432742735_20432742735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0099506 4.7501586)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0099506"^^xsd:decimal ;
  dwc:decimalLongitude "4.7501586"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432742735_20432742735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0099506 4.7501586)"^^geo:wktLiteral ;
  geo-pos:lat "53.0099506"^^xsd:decimal ;
  geo-pos:long "4.7501586"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432742735_20432742735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432742735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432742735'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '1.0913888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7501586'^^xsd:double;
  dwc:latitude '53.0099506'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432742735'^^xsd:integer;
  dwc:observationDate '2011-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432761751_20432761751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432761751_20432761751> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432761751_20432761751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0167063 4.7501703)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0167063"^^xsd:decimal ;
  dwc:decimalLongitude "4.7501703"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432761751_20432761751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0167063 4.7501703)"^^geo:wktLiteral ;
  geo-pos:lat "53.0167063"^^xsd:decimal ;
  geo-pos:long "4.7501703"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "9.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432761751_20432761751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432761751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432761751'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8.625'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7501703'^^xsd:double;
  dwc:latitude '53.0167063'^^xsd:double;
  dwc:coordinatePrecision '9.1'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432761751'^^xsd:integer;
  dwc:observationDate '2011-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432736989_20432736989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432736989_20432736989> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432736989_20432736989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9951109 4.7501866)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9951109"^^xsd:decimal ;
  dwc:decimalLongitude "4.7501866"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432736989_20432736989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9951109 4.7501866)"^^geo:wktLiteral ;
  geo-pos:lat "52.9951109"^^xsd:decimal ;
  geo-pos:long "4.7501866"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432736989_20432736989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432736989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432736989'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '2.9433333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7501866'^^xsd:double;
  dwc:latitude '52.9951109'^^xsd:double;
  dwc:coordinatePrecision '4.8'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432736989'^^xsd:integer;
  dwc:observationDate '2011-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432746570_20432746570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432746570_20432746570> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432746570_20432746570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103278 4.7501866)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0103278"^^xsd:decimal ;
  dwc:decimalLongitude "4.7501866"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432746570_20432746570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103278 4.7501866)"^^geo:wktLiteral ;
  geo-pos:lat "53.0103278"^^xsd:decimal ;
  geo-pos:long "4.7501866"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432746570_20432746570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432746570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432746570'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '21.251388888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7501866'^^xsd:double;
  dwc:latitude '53.0103278'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432746570'^^xsd:integer;
  dwc:observationDate '2011-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775477_20432775477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775477_20432775477> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775477_20432775477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0166261 4.750206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0166261"^^xsd:decimal ;
  dwc:decimalLongitude "4.750206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432775477_20432775477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0166261 4.750206)"^^geo:wktLiteral ;
  geo-pos:lat "53.0166261"^^xsd:decimal ;
  geo-pos:long "4.750206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432775477_20432775477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775477'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '23.376944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.750206'^^xsd:double;
  dwc:latitude '53.0166261'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775477'^^xsd:integer;
  dwc:observationDate '2012-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432742394_20432742394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432742394_20432742394> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432742394_20432742394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102436 4.7502075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0102436"^^xsd:decimal ;
  dwc:decimalLongitude "4.7502075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432742394_20432742394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102436 4.7502075)"^^geo:wktLiteral ;
  geo-pos:lat "53.0102436"^^xsd:decimal ;
  geo-pos:long "4.7502075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432742394_20432742394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432742394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432742394'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '2.2811111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7502075'^^xsd:double;
  dwc:latitude '53.0102436'^^xsd:double;
  dwc:coordinatePrecision '7.4'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432742394'^^xsd:integer;
  dwc:observationDate '2011-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432742384_20432742384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432742384_20432742384> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432742384_20432742384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103102 4.7502386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0103102"^^xsd:decimal ;
  dwc:decimalLongitude "4.7502386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432742384_20432742384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103102 4.7502386)"^^geo:wktLiteral ;
  geo-pos:lat "53.0103102"^^xsd:decimal ;
  geo-pos:long "4.7502386"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432742384_20432742384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432742384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432742384'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '1.2705555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7502386'^^xsd:double;
  dwc:latitude '53.0103102'^^xsd:double;
  dwc:coordinatePrecision '7.1'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432742384'^^xsd:integer;
  dwc:observationDate '2011-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432742406_20432742406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432742406_20432742406> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432742406_20432742406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103301 4.7502595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0103301"^^xsd:decimal ;
  dwc:decimalLongitude "4.7502595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432742406_20432742406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103301 4.7502595)"^^geo:wktLiteral ;
  geo-pos:lat "53.0103301"^^xsd:decimal ;
  geo-pos:long "4.7502595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432742406_20432742406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432742406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432742406'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '3.2944444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7502595'^^xsd:double;
  dwc:latitude '53.0103301'^^xsd:double;
  dwc:coordinatePrecision '3.5'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432742406'^^xsd:integer;
  dwc:observationDate '2011-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775736_20432775736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775736_20432775736> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775736_20432775736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0165858 4.7502846)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0165858"^^xsd:decimal ;
  dwc:decimalLongitude "4.7502846"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432775736_20432775736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0165858 4.7502846)"^^geo:wktLiteral ;
  geo-pos:lat "53.0165858"^^xsd:decimal ;
  geo-pos:long "4.7502846"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432775736_20432775736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775736'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '1.6163888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7502846'^^xsd:double;
  dwc:latitude '53.0165858'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775736'^^xsd:integer;
  dwc:observationDate '2012-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432746216_20432746216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432746216_20432746216> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432746216_20432746216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.010205 4.750287)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.010205"^^xsd:decimal ;
  dwc:decimalLongitude "4.750287"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432746216_20432746216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.010205 4.750287)"^^geo:wktLiteral ;
  geo-pos:lat "53.010205"^^xsd:decimal ;
  geo-pos:long "4.750287"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432746216_20432746216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432746216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432746216'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '21.678333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.750287'^^xsd:double;
  dwc:latitude '53.010205'^^xsd:double;
  dwc:coordinatePrecision '8.2'^^xsd:double;
  dwc:minimumElevation '-19'^^xsd:integer;
  dwc:maximumElevation '-19'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432746216'^^xsd:integer;
  dwc:observationDate '2011-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432736977_20432736977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432736977_20432736977> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432736977_20432736977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103526 4.7502875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0103526"^^xsd:decimal ;
  dwc:decimalLongitude "4.7502875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432736977_20432736977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103526 4.7502875)"^^geo:wktLiteral ;
  geo-pos:lat "53.0103526"^^xsd:decimal ;
  geo-pos:long "4.7502875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432736977_20432736977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432736977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432736977'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '1.9308333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7502875'^^xsd:double;
  dwc:latitude '53.0103526'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432736977'^^xsd:integer;
  dwc:observationDate '2011-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432746626_20432746626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432746626_20432746626> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432746626_20432746626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9947856 4.7502878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9947856"^^xsd:decimal ;
  dwc:decimalLongitude "4.7502878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432746626_20432746626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9947856 4.7502878)"^^geo:wktLiteral ;
  geo-pos:lat "52.9947856"^^xsd:decimal ;
  geo-pos:long "4.7502878"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432746626_20432746626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432746626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432746626'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '2.3083333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7502878'^^xsd:double;
  dwc:latitude '52.9947856'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432746626'^^xsd:integer;
  dwc:observationDate '2011-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432740542_20432740542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432740542_20432740542> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432740542_20432740542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104001 4.750288)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0104001"^^xsd:decimal ;
  dwc:decimalLongitude "4.750288"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432740542_20432740542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104001 4.750288)"^^geo:wktLiteral ;
  geo-pos:lat "53.0104001"^^xsd:decimal ;
  geo-pos:long "4.750288"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432740542_20432740542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432740542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432740542'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '21.2'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.750288'^^xsd:double;
  dwc:latitude '53.0104001'^^xsd:double;
  dwc:coordinatePrecision '2.6'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432740542'^^xsd:integer;
  dwc:observationDate '2011-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432762989_20432762989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432762989_20432762989> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432762989_20432762989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.015984 4.7503681)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.015984"^^xsd:decimal ;
  dwc:decimalLongitude "4.7503681"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432762989_20432762989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.015984 4.7503681)"^^geo:wktLiteral ;
  geo-pos:lat "53.015984"^^xsd:decimal ;
  geo-pos:long "4.7503681"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432762989_20432762989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432762989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432762989'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '12.9125'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7503681'^^xsd:double;
  dwc:latitude '53.015984'^^xsd:double;
  dwc:coordinatePrecision '11.3'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432762989'^^xsd:integer;
  dwc:observationDate '2011-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432742418_20432742418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432742418_20432742418> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432742418_20432742418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102749 4.7503947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0102749"^^xsd:decimal ;
  dwc:decimalLongitude "4.7503947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432742418_20432742418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102749 4.7503947)"^^geo:wktLiteral ;
  geo-pos:lat "53.0102749"^^xsd:decimal ;
  geo-pos:long "4.7503947"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432742418_20432742418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432742418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432742418'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.3052777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7503947'^^xsd:double;
  dwc:latitude '53.0102749'^^xsd:double;
  dwc:coordinatePrecision '8.4'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432742418'^^xsd:integer;
  dwc:observationDate '2011-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432765389_20432765389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432765389_20432765389> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432765389_20432765389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.010339 4.7504036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.010339"^^xsd:decimal ;
  dwc:decimalLongitude "4.7504036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432765389_20432765389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.010339 4.7504036)"^^geo:wktLiteral ;
  geo-pos:lat "53.010339"^^xsd:decimal ;
  geo-pos:long "4.7504036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432765389_20432765389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432765389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432765389'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.029166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7504036'^^xsd:double;
  dwc:latitude '53.010339'^^xsd:double;
  dwc:coordinatePrecision '6.3'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432765389'^^xsd:integer;
  dwc:observationDate '2011-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432746638_20432746638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432746638_20432746638> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432746638_20432746638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9946586 4.750469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9946586"^^xsd:decimal ;
  dwc:decimalLongitude "4.750469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432746638_20432746638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9946586 4.750469)"^^geo:wktLiteral ;
  geo-pos:lat "52.9946586"^^xsd:decimal ;
  geo-pos:long "4.750469"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432746638_20432746638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432746638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432746638'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '3.3152777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.750469'^^xsd:double;
  dwc:latitude '52.9946586'^^xsd:double;
  dwc:coordinatePrecision '6.4'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432746638'^^xsd:integer;
  dwc:observationDate '2011-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432751023_20432751023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432751023_20432751023> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432751023_20432751023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103274 4.7504807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0103274"^^xsd:decimal ;
  dwc:decimalLongitude "4.7504807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432751023_20432751023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103274 4.7504807)"^^geo:wktLiteral ;
  geo-pos:lat "53.0103274"^^xsd:decimal ;
  geo-pos:long "4.7504807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432751023_20432751023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432751023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432751023'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '20.212222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7504807'^^xsd:double;
  dwc:latitude '53.0103274'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432751023'^^xsd:integer;
  dwc:observationDate '2011-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432740915_20432740915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432740915_20432740915> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432740915_20432740915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102867 4.7505032)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0102867"^^xsd:decimal ;
  dwc:decimalLongitude "4.7505032"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432740915_20432740915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102867 4.7505032)"^^geo:wktLiteral ;
  geo-pos:lat "53.0102867"^^xsd:decimal ;
  geo-pos:long "4.7505032"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432740915_20432740915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432740915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432740915'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '21.247777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7505032'^^xsd:double;
  dwc:latitude '53.0102867'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432740915'^^xsd:integer;
  dwc:observationDate '2011-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432740939_20432740939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432740939_20432740939> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432740939_20432740939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103335 4.750506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0103335"^^xsd:decimal ;
  dwc:decimalLongitude "4.750506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432740939_20432740939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103335 4.750506)"^^geo:wktLiteral ;
  geo-pos:lat "53.0103335"^^xsd:decimal ;
  geo-pos:long "4.750506"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432740939_20432740939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432740939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432740939'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '23.274722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.750506'^^xsd:double;
  dwc:latitude '53.0103335'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432740939'^^xsd:integer;
  dwc:observationDate '2011-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432740903_20432740903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432740903_20432740903> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432740903_20432740903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102564 4.7505068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0102564"^^xsd:decimal ;
  dwc:decimalLongitude "4.7505068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432740903_20432740903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102564 4.7505068)"^^geo:wktLiteral ;
  geo-pos:lat "53.0102564"^^xsd:decimal ;
  geo-pos:long "4.7505068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432740903_20432740903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432740903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432740903'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '20.235'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7505068'^^xsd:double;
  dwc:latitude '53.0102564'^^xsd:double;
  dwc:coordinatePrecision '8.8'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432740903'^^xsd:integer;
  dwc:observationDate '2011-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432740927_20432740927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432740927_20432740927> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432740927_20432740927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102996 4.75051)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0102996"^^xsd:decimal ;
  dwc:decimalLongitude "4.75051"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432740927_20432740927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102996 4.75051)"^^geo:wktLiteral ;
  geo-pos:lat "53.0102996"^^xsd:decimal ;
  geo-pos:long "4.75051"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432740927_20432740927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432740927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432740927'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '22.261666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.75051'^^xsd:double;
  dwc:latitude '53.0102996'^^xsd:double;
  dwc:coordinatePrecision '2.4'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432740927'^^xsd:integer;
  dwc:observationDate '2011-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432746604_20432746604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432746604_20432746604> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432746604_20432746604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9945371 4.750542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9945371"^^xsd:decimal ;
  dwc:decimalLongitude "4.750542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "18.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432746604_20432746604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9945371 4.750542)"^^geo:wktLiteral ;
  geo-pos:lat "52.9945371"^^xsd:decimal ;
  geo-pos:long "4.750542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "18.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432746604_20432746604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432746604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432746604'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0.28805555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.750542'^^xsd:double;
  dwc:latitude '52.9945371'^^xsd:double;
  dwc:coordinatePrecision '18.7'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432746604'^^xsd:integer;
  dwc:observationDate '2011-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432740951_20432740951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432740951_20432740951> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432740951_20432740951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102833 4.7505677)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0102833"^^xsd:decimal ;
  dwc:decimalLongitude "4.7505677"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432740951_20432740951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102833 4.7505677)"^^geo:wktLiteral ;
  geo-pos:lat "53.0102833"^^xsd:decimal ;
  geo-pos:long "4.7505677"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432740951_20432740951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432740951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432740951'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '0.27861111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7505677'^^xsd:double;
  dwc:latitude '53.0102833'^^xsd:double;
  dwc:coordinatePrecision '6.5'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432740951'^^xsd:integer;
  dwc:observationDate '2011-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432740891_20432740891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432740891_20432740891> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432740891_20432740891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103539 4.750624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0103539"^^xsd:decimal ;
  dwc:decimalLongitude "4.750624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432740891_20432740891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103539 4.750624)"^^geo:wktLiteral ;
  geo-pos:lat "53.0103539"^^xsd:decimal ;
  geo-pos:long "4.750624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432740891_20432740891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432740891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432740891'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '19.220555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.750624'^^xsd:double;
  dwc:latitude '53.0103539'^^xsd:double;
  dwc:coordinatePrecision '5.7'^^xsd:double;
  dwc:minimumElevation '-19'^^xsd:integer;
  dwc:maximumElevation '-19'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432740891'^^xsd:integer;
  dwc:observationDate '2011-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777368_20432777368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777368_20432777368> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777368_20432777368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169306 4.7506409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169306"^^xsd:decimal ;
  dwc:decimalLongitude "4.7506409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777368_20432777368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169306 4.7506409)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169306"^^xsd:decimal ;
  geo-pos:long "4.7506409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777368_20432777368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777368'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '2.015'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7506409'^^xsd:double;
  dwc:latitude '53.0169306'^^xsd:double;
  dwc:coordinatePrecision '6.1'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777368'^^xsd:integer;
  dwc:observationDate '2012-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771721_20432771721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771721_20432771721> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771721_20432771721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0204776 4.7506708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0204776"^^xsd:decimal ;
  dwc:decimalLongitude "4.7506708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "30.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432771721_20432771721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0204776 4.7506708)"^^geo:wktLiteral ;
  geo-pos:lat "53.0204776"^^xsd:decimal ;
  geo-pos:long "4.7506708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "30.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432771721_20432771721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771721'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '1.9988888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7506708'^^xsd:double;
  dwc:latitude '53.0204776'^^xsd:double;
  dwc:coordinatePrecision '30.9'^^xsd:double;
  dwc:minimumElevation '-50'^^xsd:integer;
  dwc:maximumElevation '-50'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771721'^^xsd:integer;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432741630_20432741630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432741630_20432741630> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432741630_20432741630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104642 4.7506769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0104642"^^xsd:decimal ;
  dwc:decimalLongitude "4.7506769"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432741630_20432741630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0104642 4.7506769)"^^geo:wktLiteral ;
  geo-pos:lat "53.0104642"^^xsd:decimal ;
  geo-pos:long "4.7506769"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432741630_20432741630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432741630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432741630'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '21.071388888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7506769'^^xsd:double;
  dwc:latitude '53.0104642'^^xsd:double;
  dwc:coordinatePrecision '6.9'^^xsd:double;
  dwc:minimumElevation '-37'^^xsd:integer;
  dwc:maximumElevation '-37'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432741630'^^xsd:integer;
  dwc:observationDate '2011-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432738218_20432738218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432738218_20432738218> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432738218_20432738218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102278 4.7506834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0102278"^^xsd:decimal ;
  dwc:decimalLongitude "4.7506834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432738218_20432738218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102278 4.7506834)"^^geo:wktLiteral ;
  geo-pos:lat "53.0102278"^^xsd:decimal ;
  geo-pos:long "4.7506834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432738218_20432738218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432738218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432738218'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.3780555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7506834'^^xsd:double;
  dwc:latitude '53.0102278'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432738218'^^xsd:integer;
  dwc:observationDate '2011-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775677_20432775677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775677_20432775677> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775677_20432775677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173959 4.7507094)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0173959"^^xsd:decimal ;
  dwc:decimalLongitude "4.7507094"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "13.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432775677_20432775677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173959 4.7507094)"^^geo:wktLiteral ;
  geo-pos:lat "53.0173959"^^xsd:decimal ;
  geo-pos:long "4.7507094"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "13.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432775677_20432775677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775677'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '19.572222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7507094'^^xsd:double;
  dwc:latitude '53.0173959'^^xsd:double;
  dwc:coordinatePrecision '13.1'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775677'^^xsd:integer;
  dwc:observationDate '2012-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721230_20432721230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721230_20432721230> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721230_20432721230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101079 4.7507364)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0101079"^^xsd:decimal ;
  dwc:decimalLongitude "4.7507364"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721230_20432721230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101079 4.7507364)"^^geo:wktLiteral ;
  geo-pos:lat "53.0101079"^^xsd:decimal ;
  geo-pos:long "4.7507364"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721230_20432721230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721230'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9.5002777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7507364'^^xsd:double;
  dwc:latitude '53.0101079'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721230'^^xsd:integer;
  dwc:observationDate '2011-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777378_20432777378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777378_20432777378> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777378_20432777378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171266 4.7507677)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171266"^^xsd:decimal ;
  dwc:decimalLongitude "4.7507677"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777378_20432777378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171266 4.7507677)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171266"^^xsd:decimal ;
  geo-pos:long "4.7507677"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777378_20432777378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777378'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '3.0266666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7507677'^^xsd:double;
  dwc:latitude '53.0171266'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777378'^^xsd:integer;
  dwc:observationDate '2012-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775717_20432775717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775717_20432775717> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775717_20432775717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173723 4.7507759)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0173723"^^xsd:decimal ;
  dwc:decimalLongitude "4.7507759"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432775717_20432775717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173723 4.7507759)"^^geo:wktLiteral ;
  geo-pos:lat "53.0173723"^^xsd:decimal ;
  geo-pos:long "4.7507759"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432775717_20432775717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775717'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '23.603333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7507759'^^xsd:double;
  dwc:latitude '53.0173723'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775717'^^xsd:integer;
  dwc:observationDate '2012-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432741997_20432741997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432741997_20432741997> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432741997_20432741997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103056 4.7507842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0103056"^^xsd:decimal ;
  dwc:decimalLongitude "4.7507842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432741997_20432741997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103056 4.7507842)"^^geo:wktLiteral ;
  geo-pos:lat "53.0103056"^^xsd:decimal ;
  geo-pos:long "4.7507842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432741997_20432741997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432741997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432741997'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '20.975'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7507842'^^xsd:double;
  dwc:latitude '53.0103056'^^xsd:double;
  dwc:coordinatePrecision '7.3'^^xsd:double;
  dwc:minimumElevation '-20'^^xsd:integer;
  dwc:maximumElevation '-20'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432741997'^^xsd:integer;
  dwc:observationDate '2011-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775986_20432775986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775986_20432775986> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775986_20432775986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174173 4.7507942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0174173"^^xsd:decimal ;
  dwc:decimalLongitude "4.7507942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432775986_20432775986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174173 4.7507942)"^^geo:wktLiteral ;
  geo-pos:lat "53.0174173"^^xsd:decimal ;
  geo-pos:long "4.7507942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432775986_20432775986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775986'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '0.835'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7507942'^^xsd:double;
  dwc:latitude '53.0174173'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775986'^^xsd:integer;
  dwc:observationDate '2012-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777338_20432777338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777338_20432777338> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777338_20432777338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174358 4.7508091)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0174358"^^xsd:decimal ;
  dwc:decimalLongitude "4.7508091"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777338_20432777338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174358 4.7508091)"^^geo:wktLiteral ;
  geo-pos:lat "53.0174358"^^xsd:decimal ;
  geo-pos:long "4.7508091"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "9.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777338_20432777338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777338'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '22.981944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7508091'^^xsd:double;
  dwc:latitude '53.0174358'^^xsd:double;
  dwc:coordinatePrecision '9.6'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777338'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775707_20432775707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775707_20432775707> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775707_20432775707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173996 4.7508139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0173996"^^xsd:decimal ;
  dwc:decimalLongitude "4.7508139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432775707_20432775707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173996 4.7508139)"^^geo:wktLiteral ;
  geo-pos:lat "53.0173996"^^xsd:decimal ;
  geo-pos:long "4.7508139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432775707_20432775707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775707'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '22.592222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7508139'^^xsd:double;
  dwc:latitude '53.0173996'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775707'^^xsd:integer;
  dwc:observationDate '2012-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432746558_20432746558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432746558_20432746558> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432746558_20432746558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101435 4.7508267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0101435"^^xsd:decimal ;
  dwc:decimalLongitude "4.7508267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432746558_20432746558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101435 4.7508267)"^^geo:wktLiteral ;
  geo-pos:lat "53.0101435"^^xsd:decimal ;
  geo-pos:long "4.7508267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432746558_20432746558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432746558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432746558'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '20.245'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7508267'^^xsd:double;
  dwc:latitude '53.0101435'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432746558'^^xsd:integer;
  dwc:observationDate '2011-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432757981_20432757981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432757981_20432757981> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432757981_20432757981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.010125 4.750827)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.010125"^^xsd:decimal ;
  dwc:decimalLongitude "4.750827"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432757981_20432757981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.010125 4.750827)"^^geo:wktLiteral ;
  geo-pos:lat "53.010125"^^xsd:decimal ;
  geo-pos:long "4.750827"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432757981_20432757981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432757981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432757981'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.9280555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.750827'^^xsd:double;
  dwc:latitude '53.010125'^^xsd:double;
  dwc:coordinatePrecision '10.9'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432757981'^^xsd:integer;
  dwc:observationDate '2011-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777849_20432777849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777849_20432777849> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777849_20432777849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173238 4.750834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0173238"^^xsd:decimal ;
  dwc:decimalLongitude "4.750834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777849_20432777849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173238 4.750834)"^^geo:wktLiteral ;
  geo-pos:lat "53.0173238"^^xsd:decimal ;
  geo-pos:long "4.750834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777849_20432777849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777849'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '20.473611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.750834'^^xsd:double;
  dwc:latitude '53.0173238'^^xsd:double;
  dwc:coordinatePrecision '5'^^xsd:integer;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777849'^^xsd:integer;
  dwc:observationDate '2012-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777561_20432777561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777561_20432777561> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777561_20432777561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174771 4.7508392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0174771"^^xsd:decimal ;
  dwc:decimalLongitude "4.7508392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777561_20432777561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174771 4.7508392)"^^geo:wktLiteral ;
  geo-pos:lat "53.0174771"^^xsd:decimal ;
  geo-pos:long "4.7508392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777561_20432777561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777561'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '20.245'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7508392'^^xsd:double;
  dwc:latitude '53.0174771'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777561'^^xsd:integer;
  dwc:observationDate '2012-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775468_20432775468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775468_20432775468> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775468_20432775468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0166265 4.7508418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0166265"^^xsd:decimal ;
  dwc:decimalLongitude "4.7508418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432775468_20432775468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0166265 4.7508418)"^^geo:wktLiteral ;
  geo-pos:lat "53.0166265"^^xsd:decimal ;
  geo-pos:long "4.7508418"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432775468_20432775468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775468'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '22.369722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7508418'^^xsd:double;
  dwc:latitude '53.0166265'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775468'^^xsd:integer;
  dwc:observationDate '2012-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432743849_20432743849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432743849_20432743849> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432743849_20432743849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101347 4.7508547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0101347"^^xsd:decimal ;
  dwc:decimalLongitude "4.7508547"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432743849_20432743849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101347 4.7508547)"^^geo:wktLiteral ;
  geo-pos:lat "53.0101347"^^xsd:decimal ;
  geo-pos:long "4.7508547"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432743849_20432743849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432743849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432743849'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '3.9933333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7508547'^^xsd:double;
  dwc:latitude '53.0101347'^^xsd:double;
  dwc:coordinatePrecision '7'^^xsd:integer;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432743849'^^xsd:integer;
  dwc:observationDate '2011-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432742372_20432742372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432742372_20432742372> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432742372_20432742372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101707 4.7508578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0101707"^^xsd:decimal ;
  dwc:decimalLongitude "4.7508578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432742372_20432742372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101707 4.7508578)"^^geo:wktLiteral ;
  geo-pos:lat "53.0101707"^^xsd:decimal ;
  geo-pos:long "4.7508578"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432742372_20432742372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432742372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432742372'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '0.25916666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7508578'^^xsd:double;
  dwc:latitude '53.0101707'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432742372'^^xsd:integer;
  dwc:observationDate '2011-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432778103_20432778103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432778103_20432778103> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432778103_20432778103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174034 4.7508607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0174034"^^xsd:decimal ;
  dwc:decimalLongitude "4.7508607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432778103_20432778103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174034 4.7508607)"^^geo:wktLiteral ;
  geo-pos:lat "53.0174034"^^xsd:decimal ;
  geo-pos:long "4.7508607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432778103_20432778103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432778103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432778103'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '19.715'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7508607'^^xsd:double;
  dwc:latitude '53.0174034'^^xsd:double;
  dwc:coordinatePrecision '3.5'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432778103'^^xsd:integer;
  dwc:observationDate '2012-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767691_20432767691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767691_20432767691> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767691_20432767691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173664 4.7508781)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0173664"^^xsd:decimal ;
  dwc:decimalLongitude "4.7508781"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767691_20432767691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173664 4.7508781)"^^geo:wktLiteral ;
  geo-pos:lat "53.0173664"^^xsd:decimal ;
  geo-pos:long "4.7508781"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767691_20432767691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767691'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '0.47'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7508781'^^xsd:double;
  dwc:latitude '53.0173664'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767691'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767826_20432767826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767826_20432767826> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767826_20432767826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173508 4.7508787)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0173508"^^xsd:decimal ;
  dwc:decimalLongitude "4.7508787"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767826_20432767826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173508 4.7508787)"^^geo:wktLiteral ;
  geo-pos:lat "53.0173508"^^xsd:decimal ;
  geo-pos:long "4.7508787"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767826_20432767826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767826'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '21.678055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7508787'^^xsd:double;
  dwc:latitude '53.0173508'^^xsd:double;
  dwc:coordinatePrecision '4.9'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767826'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432762967_20432762967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432762967_20432762967> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432762967_20432762967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.017339 4.7508789)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.017339"^^xsd:decimal ;
  dwc:decimalLongitude "4.7508789"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432762967_20432762967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.017339 4.7508789)"^^geo:wktLiteral ;
  geo-pos:lat "53.017339"^^xsd:decimal ;
  geo-pos:long "4.7508789"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "25.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432762967_20432762967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432762967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432762967'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '9.8822222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7508789'^^xsd:double;
  dwc:latitude '53.017339'^^xsd:double;
  dwc:coordinatePrecision '25.2'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432762967'^^xsd:integer;
  dwc:observationDate '2011-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432743861_20432743861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432743861_20432743861> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432743861_20432743861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101753 4.7508799)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0101753"^^xsd:decimal ;
  dwc:decimalLongitude "4.7508799"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432743861_20432743861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101753 4.7508799)"^^geo:wktLiteral ;
  geo-pos:lat "53.0101753"^^xsd:decimal ;
  geo-pos:long "4.7508799"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432743861_20432743861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432743861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432743861'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '5.0033333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7508799'^^xsd:double;
  dwc:latitude '53.0101753'^^xsd:double;
  dwc:coordinatePrecision '8'^^xsd:integer;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432743861'^^xsd:integer;
  dwc:observationDate '2011-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777571_20432777571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777571_20432777571> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777571_20432777571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.017177 4.750885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.017177"^^xsd:decimal ;
  dwc:decimalLongitude "4.750885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777571_20432777571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.017177 4.750885)"^^geo:wktLiteral ;
  geo-pos:lat "53.017177"^^xsd:decimal ;
  geo-pos:long "4.750885"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777571_20432777571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777571'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.249722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.750885'^^xsd:double;
  dwc:latitude '53.017177'^^xsd:double;
  dwc:coordinatePrecision '6.3'^^xsd:double;
  dwc:minimumElevation '-26'^^xsd:integer;
  dwc:maximumElevation '-26'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777571'^^xsd:integer;
  dwc:observationDate '2012-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767835_20432767835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767835_20432767835> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767835_20432767835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174006 4.7508851)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0174006"^^xsd:decimal ;
  dwc:decimalLongitude "4.7508851"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767835_20432767835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174006 4.7508851)"^^geo:wktLiteral ;
  geo-pos:lat "53.0174006"^^xsd:decimal ;
  geo-pos:long "4.7508851"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "9.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767835_20432767835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767835'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '22.684444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7508851'^^xsd:double;
  dwc:latitude '53.0174006'^^xsd:double;
  dwc:coordinatePrecision '9.2'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767835'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777178_20432777178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777178_20432777178> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777178_20432777178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174035 4.7508924)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0174035"^^xsd:decimal ;
  dwc:decimalLongitude "4.7508924"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777178_20432777178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174035 4.7508924)"^^geo:wktLiteral ;
  geo-pos:lat "53.0174035"^^xsd:decimal ;
  geo-pos:long "4.7508924"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777178_20432777178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777178'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.8361111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7508924'^^xsd:double;
  dwc:latitude '53.0174035'^^xsd:double;
  dwc:coordinatePrecision '3.1'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777178'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777128_20432777128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777128_20432777128> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777128_20432777128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174584 4.7508943)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0174584"^^xsd:decimal ;
  dwc:decimalLongitude "4.7508943"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777128_20432777128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174584 4.7508943)"^^geo:wktLiteral ;
  geo-pos:lat "53.0174584"^^xsd:decimal ;
  geo-pos:long "4.7508943"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777128_20432777128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777128'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '1.77'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7508943'^^xsd:double;
  dwc:latitude '53.0174584'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-24'^^xsd:integer;
  dwc:maximumElevation '-24'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777128'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767853_20432767853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767853_20432767853> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767853_20432767853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174099 4.750907)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0174099"^^xsd:decimal ;
  dwc:decimalLongitude "4.750907"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767853_20432767853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174099 4.750907)"^^geo:wktLiteral ;
  geo-pos:lat "53.0174099"^^xsd:decimal ;
  geo-pos:long "4.750907"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767853_20432767853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767853'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '0.70805555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.750907'^^xsd:double;
  dwc:latitude '53.0174099'^^xsd:double;
  dwc:coordinatePrecision '8.6'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767853'^^xsd:integer;
  dwc:observationDate '2011-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432761894_20432761894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432761894_20432761894> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432761894_20432761894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174864 4.7509123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0174864"^^xsd:decimal ;
  dwc:decimalLongitude "4.7509123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432761894_20432761894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174864 4.7509123)"^^geo:wktLiteral ;
  geo-pos:lat "53.0174864"^^xsd:decimal ;
  geo-pos:long "4.7509123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432761894_20432761894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432761894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432761894'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.754722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7509123'^^xsd:double;
  dwc:latitude '53.0174864'^^xsd:double;
  dwc:coordinatePrecision '10.5'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432761894'^^xsd:integer;
  dwc:observationDate '2011-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432760565_20432760565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432760565_20432760565> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432760565_20432760565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101436 4.7509141)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0101436"^^xsd:decimal ;
  dwc:decimalLongitude "4.7509141"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432760565_20432760565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101436 4.7509141)"^^geo:wktLiteral ;
  geo-pos:lat "53.0101436"^^xsd:decimal ;
  geo-pos:long "4.7509141"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432760565_20432760565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432760565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432760565'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '0.82'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7509141'^^xsd:double;
  dwc:latitude '53.0101436'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432760565'^^xsd:integer;
  dwc:observationDate '2011-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777915_20432777915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777915_20432777915> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777915_20432777915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0175574 4.7509206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0175574"^^xsd:decimal ;
  dwc:decimalLongitude "4.7509206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777915_20432777915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0175574 4.7509206)"^^geo:wktLiteral ;
  geo-pos:lat "53.0175574"^^xsd:decimal ;
  geo-pos:long "4.7509206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777915_20432777915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777915'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '2.5427777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7509206'^^xsd:double;
  dwc:latitude '53.0175574'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777915'^^xsd:integer;
  dwc:observationDate '2012-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432764257_20432764257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432764257_20432764257> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432764257_20432764257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0165083 4.7509292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0165083"^^xsd:decimal ;
  dwc:decimalLongitude "4.7509292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432764257_20432764257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0165083 4.7509292)"^^geo:wktLiteral ;
  geo-pos:lat "53.0165083"^^xsd:decimal ;
  geo-pos:long "4.7509292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432764257_20432764257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432764257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432764257'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '13.4325'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7509292'^^xsd:double;
  dwc:latitude '53.0165083'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432764257'^^xsd:integer;
  dwc:observationDate '2011-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432760572_20432760572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432760572_20432760572> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432760572_20432760572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101346 4.7509407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0101346"^^xsd:decimal ;
  dwc:decimalLongitude "4.7509407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432760572_20432760572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101346 4.7509407)"^^geo:wktLiteral ;
  geo-pos:lat "53.0101346"^^xsd:decimal ;
  geo-pos:long "4.7509407"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432760572_20432760572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432760572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432760572'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.8333333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7509407'^^xsd:double;
  dwc:latitude '53.0101346'^^xsd:double;
  dwc:coordinatePrecision '3.1'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432760572'^^xsd:integer;
  dwc:observationDate '2011-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432760578_20432760578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432760578_20432760578> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432760578_20432760578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101552 4.7509417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0101552"^^xsd:decimal ;
  dwc:decimalLongitude "4.7509417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432760578_20432760578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101552 4.7509417)"^^geo:wktLiteral ;
  geo-pos:lat "53.0101552"^^xsd:decimal ;
  geo-pos:long "4.7509417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432760578_20432760578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432760578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432760578'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '2.8352777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7509417'^^xsd:double;
  dwc:latitude '53.0101552'^^xsd:double;
  dwc:coordinatePrecision '2.7'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432760578'^^xsd:integer;
  dwc:observationDate '2011-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777871_20432777871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777871_20432777871> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777871_20432777871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172857 4.7509538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0172857"^^xsd:decimal ;
  dwc:decimalLongitude "4.7509538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777871_20432777871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172857 4.7509538)"^^geo:wktLiteral ;
  geo-pos:lat "53.0172857"^^xsd:decimal ;
  geo-pos:long "4.7509538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777871_20432777871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777871'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.497777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7509538'^^xsd:double;
  dwc:latitude '53.0172857'^^xsd:double;
  dwc:coordinatePrecision '11.4'^^xsd:double;
  dwc:minimumElevation '6'^^xsd:integer;
  dwc:maximumElevation '6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777871'^^xsd:integer;
  dwc:observationDate '2012-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432752442_20432752442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432752442_20432752442> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432752442_20432752442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101693 4.7509712)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0101693"^^xsd:decimal ;
  dwc:decimalLongitude "4.7509712"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432752442_20432752442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101693 4.7509712)"^^geo:wktLiteral ;
  geo-pos:lat "53.0101693"^^xsd:decimal ;
  geo-pos:long "4.7509712"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "9.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432752442_20432752442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432752442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432752442'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '0.27861111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7509712'^^xsd:double;
  dwc:latitude '53.0101693'^^xsd:double;
  dwc:coordinatePrecision '9.1'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432752442'^^xsd:integer;
  dwc:observationDate '2011-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432752430_20432752430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432752430_20432752430> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432752430_20432752430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101608 4.7509718)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0101608"^^xsd:decimal ;
  dwc:decimalLongitude "4.7509718"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432752430_20432752430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101608 4.7509718)"^^geo:wktLiteral ;
  geo-pos:lat "53.0101608"^^xsd:decimal ;
  geo-pos:long "4.7509718"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432752430_20432752430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432752430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432752430'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '23.27'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7509718'^^xsd:double;
  dwc:latitude '53.0101608'^^xsd:double;
  dwc:coordinatePrecision '3.7'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432752430'^^xsd:integer;
  dwc:observationDate '2011-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777095_20432777095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777095_20432777095> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777095_20432777095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173535 4.7509765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0173535"^^xsd:decimal ;
  dwc:decimalLongitude "4.7509765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777095_20432777095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173535 4.7509765)"^^geo:wktLiteral ;
  geo-pos:lat "53.0173535"^^xsd:decimal ;
  geo-pos:long "4.7509765"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777095_20432777095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777095'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '22.723611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7509765'^^xsd:double;
  dwc:latitude '53.0173535'^^xsd:double;
  dwc:coordinatePrecision '4.8'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777095'^^xsd:integer;
  dwc:observationDate '2012-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777860_20432777860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777860_20432777860> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777860_20432777860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173052 4.7509769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0173052"^^xsd:decimal ;
  dwc:decimalLongitude "4.7509769"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777860_20432777860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173052 4.7509769)"^^geo:wktLiteral ;
  geo-pos:lat "53.0173052"^^xsd:decimal ;
  geo-pos:long "4.7509769"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777860_20432777860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777860'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21.486388888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7509769'^^xsd:double;
  dwc:latitude '53.0173052'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777860'^^xsd:integer;
  dwc:observationDate '2012-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432738206_20432738206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432738206_20432738206> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432738206_20432738206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.010242 4.75098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.010242"^^xsd:decimal ;
  dwc:decimalLongitude "4.75098"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432738206_20432738206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.010242 4.75098)"^^geo:wktLiteral ;
  geo-pos:lat "53.010242"^^xsd:decimal ;
  geo-pos:long "4.75098"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432738206_20432738206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432738206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432738206'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.37'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.75098'^^xsd:double;
  dwc:latitude '53.010242'^^xsd:double;
  dwc:coordinatePrecision '3.1'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432738206'^^xsd:integer;
  dwc:observationDate '2011-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763690_20432763690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763690_20432763690> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763690_20432763690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0164915 4.7509984)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0164915"^^xsd:decimal ;
  dwc:decimalLongitude "4.7509984"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763690_20432763690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0164915 4.7509984)"^^geo:wktLiteral ;
  geo-pos:lat "53.0164915"^^xsd:decimal ;
  geo-pos:long "4.7509984"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763690_20432763690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763690'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.079166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7509984'^^xsd:double;
  dwc:latitude '53.0164915'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumElevation '-29'^^xsd:integer;
  dwc:maximumElevation '-29'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763690'^^xsd:integer;
  dwc:observationDate '2011-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432752530_20432752530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432752530_20432752530> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432752530_20432752530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0167131 4.7510081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0167131"^^xsd:decimal ;
  dwc:decimalLongitude "4.7510081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432752530_20432752530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0167131 4.7510081)"^^geo:wktLiteral ;
  geo-pos:lat "53.0167131"^^xsd:decimal ;
  geo-pos:long "4.7510081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432752530_20432752530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432752530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432752530'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.3522222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7510081'^^xsd:double;
  dwc:latitude '53.0167131'^^xsd:double;
  dwc:coordinatePrecision '4.9'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432752530'^^xsd:integer;
  dwc:observationDate '2011-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777320_20432777320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777320_20432777320> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777320_20432777320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173727 4.7510091)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0173727"^^xsd:decimal ;
  dwc:decimalLongitude "4.7510091"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777320_20432777320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173727 4.7510091)"^^geo:wktLiteral ;
  geo-pos:lat "53.0173727"^^xsd:decimal ;
  geo-pos:long "4.7510091"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777320_20432777320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777320'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.966111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7510091'^^xsd:double;
  dwc:latitude '53.0173727'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-18'^^xsd:integer;
  dwc:maximumElevation '-18'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777320'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767817_20432767817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767817_20432767817> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767817_20432767817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172761 4.7510124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0172761"^^xsd:decimal ;
  dwc:decimalLongitude "4.7510124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767817_20432767817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172761 4.7510124)"^^geo:wktLiteral ;
  geo-pos:lat "53.0172761"^^xsd:decimal ;
  geo-pos:long "4.7510124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767817_20432767817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767817'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '20.678333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7510124'^^xsd:double;
  dwc:latitude '53.0172761'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767817'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767878_20432767878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767878_20432767878> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767878_20432767878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172301 4.7510171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0172301"^^xsd:decimal ;
  dwc:decimalLongitude "4.7510171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767878_20432767878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172301 4.7510171)"^^geo:wktLiteral ;
  geo-pos:lat "53.0172301"^^xsd:decimal ;
  geo-pos:long "4.7510171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767878_20432767878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767878'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '3.7219444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7510171'^^xsd:double;
  dwc:latitude '53.0172301'^^xsd:double;
  dwc:coordinatePrecision '7.7'^^xsd:double;
  dwc:minimumElevation '-20'^^xsd:integer;
  dwc:maximumElevation '-20'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767878'^^xsd:integer;
  dwc:observationDate '2011-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777882_20432777882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777882_20432777882> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777882_20432777882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174114 4.7510238)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0174114"^^xsd:decimal ;
  dwc:decimalLongitude "4.7510238"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777882_20432777882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174114 4.7510238)"^^geo:wktLiteral ;
  geo-pos:lat "53.0174114"^^xsd:decimal ;
  geo-pos:long "4.7510238"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777882_20432777882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777882'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.506666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7510238'^^xsd:double;
  dwc:latitude '53.0174114'^^xsd:double;
  dwc:coordinatePrecision '6.8'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777882'^^xsd:integer;
  dwc:observationDate '2012-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763668_20432763668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763668_20432763668> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763668_20432763668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.016524 4.7510292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.016524"^^xsd:decimal ;
  dwc:decimalLongitude "4.7510292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763668_20432763668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.016524 4.7510292)"^^geo:wktLiteral ;
  geo-pos:lat "53.016524"^^xsd:decimal ;
  geo-pos:long "4.7510292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763668_20432763668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763668'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.024166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7510292'^^xsd:double;
  dwc:latitude '53.016524'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763668'^^xsd:integer;
  dwc:observationDate '2011-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777828_20432777828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777828_20432777828> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777828_20432777828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0175855 4.7510406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0175855"^^xsd:decimal ;
  dwc:decimalLongitude "4.7510406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777828_20432777828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0175855 4.7510406)"^^geo:wktLiteral ;
  geo-pos:lat "53.0175855"^^xsd:decimal ;
  geo-pos:long "4.7510406"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777828_20432777828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777828'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '18.461666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7510406'^^xsd:double;
  dwc:latitude '53.0175855'^^xsd:double;
  dwc:coordinatePrecision '7.5'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777828'^^xsd:integer;
  dwc:observationDate '2012-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777291_20432777291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777291_20432777291> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777291_20432777291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174501 4.7510552)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0174501"^^xsd:decimal ;
  dwc:decimalLongitude "4.7510552"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777291_20432777291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174501 4.7510552)"^^geo:wktLiteral ;
  geo-pos:lat "53.0174501"^^xsd:decimal ;
  geo-pos:long "4.7510552"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777291_20432777291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777291'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.936666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7510552'^^xsd:double;
  dwc:latitude '53.0174501'^^xsd:double;
  dwc:coordinatePrecision '7.8'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777291'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775697_20432775697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775697_20432775697> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775697_20432775697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173435 4.7510557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0173435"^^xsd:decimal ;
  dwc:decimalLongitude "4.7510557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432775697_20432775697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173435 4.7510557)"^^geo:wktLiteral ;
  geo-pos:lat "53.0173435"^^xsd:decimal ;
  geo-pos:long "4.7510557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432775697_20432775697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775697'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '21.588055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7510557'^^xsd:double;
  dwc:latitude '53.0173435'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775697'^^xsd:integer;
  dwc:observationDate '2012-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432736965_20432736965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432736965_20432736965> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432736965_20432736965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102107 4.7510595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0102107"^^xsd:decimal ;
  dwc:decimalLongitude "4.7510595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432736965_20432736965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102107 4.7510595)"^^geo:wktLiteral ;
  geo-pos:lat "53.0102107"^^xsd:decimal ;
  geo-pos:long "4.7510595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432736965_20432736965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432736965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432736965'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '0.91833333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7510595'^^xsd:double;
  dwc:latitude '53.0102107'^^xsd:double;
  dwc:coordinatePrecision '2.5'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432736965'^^xsd:integer;
  dwc:observationDate '2011-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777582_20432777582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777582_20432777582> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777582_20432777582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174129 4.7510597)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0174129"^^xsd:decimal ;
  dwc:decimalLongitude "4.7510597"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777582_20432777582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174129 4.7510597)"^^geo:wktLiteral ;
  geo-pos:lat "53.0174129"^^xsd:decimal ;
  geo-pos:long "4.7510597"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777582_20432777582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777582'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22.255555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7510597'^^xsd:double;
  dwc:latitude '53.0174129'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777582'^^xsd:integer;
  dwc:observationDate '2012-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777550_20432777550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777550_20432777550> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777550_20432777550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172982 4.751067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0172982"^^xsd:decimal ;
  dwc:decimalLongitude "4.751067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777550_20432777550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172982 4.751067)"^^geo:wktLiteral ;
  geo-pos:lat "53.0172982"^^xsd:decimal ;
  geo-pos:long "4.751067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777550_20432777550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777550'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.2275'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.751067'^^xsd:double;
  dwc:latitude '53.0172982'^^xsd:double;
  dwc:coordinatePrecision '7'^^xsd:integer;
  dwc:minimumElevation '43'^^xsd:integer;
  dwc:maximumElevation '43'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777550'^^xsd:integer;
  dwc:observationDate '2012-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721232_20432721232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721232_20432721232> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721232_20432721232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.01014 4.7510755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.01014"^^xsd:decimal ;
  dwc:decimalLongitude "4.7510755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721232_20432721232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.01014 4.7510755)"^^geo:wktLiteral ;
  geo-pos:lat "53.01014"^^xsd:decimal ;
  geo-pos:long "4.7510755"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721232_20432721232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721232'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.090833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7510755'^^xsd:double;
  dwc:latitude '53.01014'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '3'^^xsd:integer;
  dwc:maximumElevation '3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721232'^^xsd:integer;
  dwc:observationDate '2011-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772187_20432772187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772187_20432772187> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772187_20432772187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0170703 4.751076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0170703"^^xsd:decimal ;
  dwc:decimalLongitude "4.751076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432772187_20432772187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0170703 4.751076)"^^geo:wktLiteral ;
  geo-pos:lat "53.0170703"^^xsd:decimal ;
  geo-pos:long "4.751076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432772187_20432772187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772187'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '18.601944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.751076'^^xsd:double;
  dwc:latitude '53.0170703'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '-23'^^xsd:integer;
  dwc:maximumElevation '-23'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772187'^^xsd:integer;
  dwc:observationDate '2012-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432762091_20432762091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432762091_20432762091> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432762091_20432762091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172125 4.7510771)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0172125"^^xsd:decimal ;
  dwc:decimalLongitude "4.7510771"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432762091_20432762091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172125 4.7510771)"^^geo:wktLiteral ;
  geo-pos:lat "53.0172125"^^xsd:decimal ;
  geo-pos:long "4.7510771"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432762091_20432762091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432762091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432762091'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '14.950277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7510771'^^xsd:double;
  dwc:latitude '53.0172125'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432762091'^^xsd:integer;
  dwc:observationDate '2011-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432742361_20432742361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432742361_20432742361> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432742361_20432742361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100591 4.7510786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0100591"^^xsd:decimal ;
  dwc:decimalLongitude "4.7510786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432742361_20432742361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100591 4.7510786)"^^geo:wktLiteral ;
  geo-pos:lat "53.0100591"^^xsd:decimal ;
  geo-pos:long "4.7510786"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432742361_20432742361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432742361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432742361'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '23.245833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7510786'^^xsd:double;
  dwc:latitude '53.0100591'^^xsd:double;
  dwc:coordinatePrecision '5.6'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432742361'^^xsd:integer;
  dwc:observationDate '2011-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432762017_20432762017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432762017_20432762017> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432762017_20432762017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172003 4.7510829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0172003"^^xsd:decimal ;
  dwc:decimalLongitude "4.7510829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432762017_20432762017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172003 4.7510829)"^^geo:wktLiteral ;
  geo-pos:lat "53.0172003"^^xsd:decimal ;
  geo-pos:long "4.7510829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432762017_20432762017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432762017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432762017'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.9016666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7510829'^^xsd:double;
  dwc:latitude '53.0172003'^^xsd:double;
  dwc:coordinatePrecision '3.7'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432762017'^^xsd:integer;
  dwc:observationDate '2011-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777073_20432777073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777073_20432777073> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777073_20432777073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0175185 4.751084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0175185"^^xsd:decimal ;
  dwc:decimalLongitude "4.751084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777073_20432777073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0175185 4.751084)"^^geo:wktLiteral ;
  geo-pos:lat "53.0175185"^^xsd:decimal ;
  geo-pos:long "4.751084"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777073_20432777073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777073'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.699166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.751084'^^xsd:double;
  dwc:latitude '53.0175185'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777073'^^xsd:integer;
  dwc:observationDate '2012-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767870_20432767870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767870_20432767870> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767870_20432767870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174057 4.7510857)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0174057"^^xsd:decimal ;
  dwc:decimalLongitude "4.7510857"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767870_20432767870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174057 4.7510857)"^^geo:wktLiteral ;
  geo-pos:lat "53.0174057"^^xsd:decimal ;
  geo-pos:long "4.7510857"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767870_20432767870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767870'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '2.7227777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7510857'^^xsd:double;
  dwc:latitude '53.0174057'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767870'^^xsd:integer;
  dwc:observationDate '2011-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432787654_20432787654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432787654_20432787654> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432787654_20432787654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100942 4.7510869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0100942"^^xsd:decimal ;
  dwc:decimalLongitude "4.7510869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432787654_20432787654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100942 4.7510869)"^^geo:wktLiteral ;
  geo-pos:lat "53.0100942"^^xsd:decimal ;
  geo-pos:long "4.7510869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432787654_20432787654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432787654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432787654'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '9.6880555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7510869'^^xsd:double;
  dwc:latitude '53.0100942'^^xsd:double;
  dwc:coordinatePrecision '5'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432787654'^^xsd:integer;
  dwc:observationDate '2012-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432761643_20432761643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432761643_20432761643> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432761643_20432761643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171914 4.7510976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171914"^^xsd:decimal ;
  dwc:decimalLongitude "4.7510976"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432761643_20432761643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171914 4.7510976)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171914"^^xsd:decimal ;
  geo-pos:long "4.7510976"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432761643_20432761643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432761643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432761643'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.511111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7510976'^^xsd:double;
  dwc:latitude '53.0171914'^^xsd:double;
  dwc:coordinatePrecision '3.5'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432761643'^^xsd:integer;
  dwc:observationDate '2011-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767679_20432767679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767679_20432767679> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767679_20432767679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173369 4.751101)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0173369"^^xsd:decimal ;
  dwc:decimalLongitude "4.751101"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767679_20432767679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173369 4.751101)"^^geo:wktLiteral ;
  geo-pos:lat "53.0173369"^^xsd:decimal ;
  geo-pos:long "4.751101"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767679_20432767679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767679'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '22.450277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.751101'^^xsd:double;
  dwc:latitude '53.0173369'^^xsd:double;
  dwc:coordinatePrecision '5.6'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767679'^^xsd:integer;
  dwc:observationDate '2011-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777117_20432777117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777117_20432777117> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777117_20432777117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174464 4.7511013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0174464"^^xsd:decimal ;
  dwc:decimalLongitude "4.7511013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777117_20432777117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174464 4.7511013)"^^geo:wktLiteral ;
  geo-pos:lat "53.0174464"^^xsd:decimal ;
  geo-pos:long "4.7511013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777117_20432777117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777117'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '0.75166666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7511013'^^xsd:double;
  dwc:latitude '53.0174464'^^xsd:double;
  dwc:coordinatePrecision '8.3'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777117'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763149_20432763149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763149_20432763149> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763149_20432763149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174446 4.7511041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0174446"^^xsd:decimal ;
  dwc:decimalLongitude "4.7511041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763149_20432763149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174446 4.7511041)"^^geo:wktLiteral ;
  geo-pos:lat "53.0174446"^^xsd:decimal ;
  geo-pos:long "4.7511041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763149_20432763149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763149'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.191111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7511041'^^xsd:double;
  dwc:latitude '53.0174446'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763149'^^xsd:integer;
  dwc:observationDate '2011-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432743755_20432743755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432743755_20432743755> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432743755_20432743755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101357 4.7511081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0101357"^^xsd:decimal ;
  dwc:decimalLongitude "4.7511081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432743755_20432743755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101357 4.7511081)"^^geo:wktLiteral ;
  geo-pos:lat "53.0101357"^^xsd:decimal ;
  geo-pos:long "4.7511081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432743755_20432743755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432743755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432743755'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.903333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7511081'^^xsd:double;
  dwc:latitude '53.0101357'^^xsd:double;
  dwc:coordinatePrecision '4.9'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432743755'^^xsd:integer;
  dwc:observationDate '2011-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763248_20432763248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763248_20432763248> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763248_20432763248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0176504 4.7511252)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0176504"^^xsd:decimal ;
  dwc:decimalLongitude "4.7511252"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763248_20432763248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0176504 4.7511252)"^^geo:wktLiteral ;
  geo-pos:lat "53.0176504"^^xsd:decimal ;
  geo-pos:long "4.7511252"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763248_20432763248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763248'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '21.353611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7511252'^^xsd:double;
  dwc:latitude '53.0176504'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763248'^^xsd:integer;
  dwc:observationDate '2011-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767673_20432767673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767673_20432767673> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767673_20432767673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171945 4.7511253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171945"^^xsd:decimal ;
  dwc:decimalLongitude "4.7511253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767673_20432767673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171945 4.7511253)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171945"^^xsd:decimal ;
  geo-pos:long "4.7511253"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767673_20432767673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767673'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '21.443611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7511253'^^xsd:double;
  dwc:latitude '53.0171945'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767673'^^xsd:integer;
  dwc:observationDate '2011-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775687_20432775687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775687_20432775687> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775687_20432775687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173636 4.7511269)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0173636"^^xsd:decimal ;
  dwc:decimalLongitude "4.7511269"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432775687_20432775687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173636 4.7511269)"^^geo:wktLiteral ;
  geo-pos:lat "53.0173636"^^xsd:decimal ;
  geo-pos:long "4.7511269"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432775687_20432775687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775687'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '20.583333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7511269'^^xsd:double;
  dwc:latitude '53.0173636'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775687'^^xsd:integer;
  dwc:observationDate '2012-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432752100_20432752100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432752100_20432752100> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432752100_20432752100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100752 4.7511284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0100752"^^xsd:decimal ;
  dwc:decimalLongitude "4.7511284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432752100_20432752100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100752 4.7511284)"^^geo:wktLiteral ;
  geo-pos:lat "53.0100752"^^xsd:decimal ;
  geo-pos:long "4.7511284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432752100_20432752100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432752100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432752100'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '1.0144444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7511284'^^xsd:double;
  dwc:latitude '53.0100752'^^xsd:double;
  dwc:coordinatePrecision '6.4'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432752100'^^xsd:integer;
  dwc:observationDate '2011-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432743743_20432743743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432743743_20432743743> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432743743_20432743743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0099709 4.7511333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0099709"^^xsd:decimal ;
  dwc:decimalLongitude "4.7511333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "16.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432743743_20432743743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0099709 4.7511333)"^^geo:wktLiteral ;
  geo-pos:lat "53.0099709"^^xsd:decimal ;
  geo-pos:long "4.7511333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "16.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432743743_20432743743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432743743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432743743'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '18.890555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7511333'^^xsd:double;
  dwc:latitude '53.0099709'^^xsd:double;
  dwc:coordinatePrecision '16.3'^^xsd:double;
  dwc:minimumElevation '19'^^xsd:integer;
  dwc:maximumElevation '19'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432743743'^^xsd:integer;
  dwc:observationDate '2011-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432758598_20432758598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432758598_20432758598> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432758598_20432758598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172478 4.7511404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0172478"^^xsd:decimal ;
  dwc:decimalLongitude "4.7511404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432758598_20432758598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172478 4.7511404)"^^geo:wktLiteral ;
  geo-pos:lat "53.0172478"^^xsd:decimal ;
  geo-pos:long "4.7511404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432758598_20432758598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432758598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432758598'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3.4586111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7511404'^^xsd:double;
  dwc:latitude '53.0172478'^^xsd:double;
  dwc:coordinatePrecision '6.6'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432758598'^^xsd:integer;
  dwc:observationDate '2011-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432762305_20432762305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432762305_20432762305> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432762305_20432762305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0179704 4.7511424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0179704"^^xsd:decimal ;
  dwc:decimalLongitude "4.7511424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432762305_20432762305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0179704 4.7511424)"^^geo:wktLiteral ;
  geo-pos:lat "53.0179704"^^xsd:decimal ;
  geo-pos:long "4.7511424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432762305_20432762305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432762305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432762305'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.178333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7511424'^^xsd:double;
  dwc:latitude '53.0179704'^^xsd:double;
  dwc:coordinatePrecision '7'^^xsd:integer;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432762305'^^xsd:integer;
  dwc:observationDate '2011-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763515_20432763515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763515_20432763515> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763515_20432763515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0170037 4.751151)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0170037"^^xsd:decimal ;
  dwc:decimalLongitude "4.751151"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763515_20432763515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0170037 4.751151)"^^geo:wktLiteral ;
  geo-pos:lat "53.0170037"^^xsd:decimal ;
  geo-pos:long "4.751151"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763515_20432763515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763515'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10.745'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.751151'^^xsd:double;
  dwc:latitude '53.0170037'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763515'^^xsd:integer;
  dwc:observationDate '2011-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432752112_20432752112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432752112_20432752112> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432752112_20432752112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.010094 4.7511565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.010094"^^xsd:decimal ;
  dwc:decimalLongitude "4.7511565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432752112_20432752112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.010094 4.7511565)"^^geo:wktLiteral ;
  geo-pos:lat "53.010094"^^xsd:decimal ;
  geo-pos:long "4.7511565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432752112_20432752112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432752112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432752112'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '2.0333333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7511565'^^xsd:double;
  dwc:latitude '53.010094'^^xsd:double;
  dwc:coordinatePrecision '3.1'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432752112'^^xsd:integer;
  dwc:observationDate '2011-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721223_20432721223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721223_20432721223> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721223_20432721223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101298 4.7511573)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0101298"^^xsd:decimal ;
  dwc:decimalLongitude "4.7511573"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721223_20432721223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101298 4.7511573)"^^geo:wktLiteral ;
  geo-pos:lat "53.0101298"^^xsd:decimal ;
  geo-pos:long "4.7511573"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721223_20432721223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721223'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9.0741666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7511573'^^xsd:double;
  dwc:latitude '53.0101298'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721223'^^xsd:integer;
  dwc:observationDate '2011-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777904_20432777904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777904_20432777904> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777904_20432777904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174207 4.7511589)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0174207"^^xsd:decimal ;
  dwc:decimalLongitude "4.7511589"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777904_20432777904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174207 4.7511589)"^^geo:wktLiteral ;
  geo-pos:lat "53.0174207"^^xsd:decimal ;
  geo-pos:long "4.7511589"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777904_20432777904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777904'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '1.5261111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7511589'^^xsd:double;
  dwc:latitude '53.0174207'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777904'^^xsd:integer;
  dwc:observationDate '2012-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432762733_20432762733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432762733_20432762733> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432762733_20432762733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173252 4.751163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0173252"^^xsd:decimal ;
  dwc:decimalLongitude "4.751163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432762733_20432762733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173252 4.751163)"^^geo:wktLiteral ;
  geo-pos:lat "53.0173252"^^xsd:decimal ;
  geo-pos:long "4.751163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432762733_20432762733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432762733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432762733'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '8.6263888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.751163'^^xsd:double;
  dwc:latitude '53.0173252'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '4'^^xsd:integer;
  dwc:maximumElevation '4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432762733'^^xsd:integer;
  dwc:observationDate '2011-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432748990_20432748990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432748990_20432748990> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432748990_20432748990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103125 4.7511694)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0103125"^^xsd:decimal ;
  dwc:decimalLongitude "4.7511694"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "19.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432748990_20432748990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0103125 4.7511694)"^^geo:wktLiteral ;
  geo-pos:lat "53.0103125"^^xsd:decimal ;
  geo-pos:long "4.7511694"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "19.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432748990_20432748990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432748990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432748990'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '16.878888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7511694'^^xsd:double;
  dwc:latitude '53.0103125'^^xsd:double;
  dwc:coordinatePrecision '19.8'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432748990'^^xsd:integer;
  dwc:observationDate '2011-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767685_20432767685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767685_20432767685> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767685_20432767685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171553 4.7511741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171553"^^xsd:decimal ;
  dwc:decimalLongitude "4.7511741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767685_20432767685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171553 4.7511741)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171553"^^xsd:decimal ;
  geo-pos:long "4.7511741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767685_20432767685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767685'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.458055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7511741'^^xsd:double;
  dwc:latitude '53.0171553'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-18'^^xsd:integer;
  dwc:maximumElevation '-18'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767685'^^xsd:integer;
  dwc:observationDate '2011-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763342_20432763342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763342_20432763342> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763342_20432763342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0166422 4.7511749)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0166422"^^xsd:decimal ;
  dwc:decimalLongitude "4.7511749"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763342_20432763342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0166422 4.7511749)"^^geo:wktLiteral ;
  geo-pos:lat "53.0166422"^^xsd:decimal ;
  geo-pos:long "4.7511749"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763342_20432763342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763342'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.482222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7511749'^^xsd:double;
  dwc:latitude '53.0166422'^^xsd:double;
  dwc:coordinatePrecision '6.8'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763342'^^xsd:integer;
  dwc:observationDate '2011-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432762648_20432762648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432762648_20432762648> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432762648_20432762648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172192 4.7511823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0172192"^^xsd:decimal ;
  dwc:decimalLongitude "4.7511823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432762648_20432762648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172192 4.7511823)"^^geo:wktLiteral ;
  geo-pos:lat "53.0172192"^^xsd:decimal ;
  geo-pos:long "4.7511823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432762648_20432762648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432762648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432762648'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '21.500277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7511823'^^xsd:double;
  dwc:latitude '53.0172192'^^xsd:double;
  dwc:coordinatePrecision '5.7'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432762648'^^xsd:integer;
  dwc:observationDate '2011-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777838_20432777838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777838_20432777838> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777838_20432777838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172274 4.7511834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0172274"^^xsd:decimal ;
  dwc:decimalLongitude "4.7511834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777838_20432777838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172274 4.7511834)"^^geo:wktLiteral ;
  geo-pos:lat "53.0172274"^^xsd:decimal ;
  geo-pos:long "4.7511834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777838_20432777838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777838'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '19.469444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7511834'^^xsd:double;
  dwc:latitude '53.0172274'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777838'^^xsd:integer;
  dwc:observationDate '2012-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432761633_20432761633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432761633_20432761633> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432761633_20432761633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172688 4.7511852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0172688"^^xsd:decimal ;
  dwc:decimalLongitude "4.7511852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432761633_20432761633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172688 4.7511852)"^^geo:wktLiteral ;
  geo-pos:lat "53.0172688"^^xsd:decimal ;
  geo-pos:long "4.7511852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432761633_20432761633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432761633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432761633'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.499166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7511852'^^xsd:double;
  dwc:latitude '53.0172688'^^xsd:double;
  dwc:coordinatePrecision '4.9'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432761633'^^xsd:integer;
  dwc:observationDate '2011-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432761623_20432761623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432761623_20432761623> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432761623_20432761623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172047 4.7511858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0172047"^^xsd:decimal ;
  dwc:decimalLongitude "4.7511858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432761623_20432761623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172047 4.7511858)"^^geo:wktLiteral ;
  geo-pos:lat "53.0172047"^^xsd:decimal ;
  geo-pos:long "4.7511858"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432761623_20432761623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432761623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432761623'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '19.494444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7511858'^^xsd:double;
  dwc:latitude '53.0172047'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432761623'^^xsd:integer;
  dwc:observationDate '2011-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775727_20432775727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775727_20432775727> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775727_20432775727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174442 4.7511889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0174442"^^xsd:decimal ;
  dwc:decimalLongitude "4.7511889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432775727_20432775727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174442 4.7511889)"^^geo:wktLiteral ;
  geo-pos:lat "53.0174442"^^xsd:decimal ;
  geo-pos:long "4.7511889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432775727_20432775727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775727'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '0.61166666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7511889'^^xsd:double;
  dwc:latitude '53.0174442'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775727'^^xsd:integer;
  dwc:observationDate '2012-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763682_20432763682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763682_20432763682> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763682_20432763682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0167091 4.7511915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0167091"^^xsd:decimal ;
  dwc:decimalLongitude "4.7511915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763682_20432763682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0167091 4.7511915)"^^geo:wktLiteral ;
  geo-pos:lat "53.0167091"^^xsd:decimal ;
  geo-pos:long "4.7511915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763682_20432763682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763682'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.045'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7511915'^^xsd:double;
  dwc:latitude '53.0167091'^^xsd:double;
  dwc:coordinatePrecision '5.4'^^xsd:double;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763682'^^xsd:integer;
  dwc:observationDate '2011-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432752088_20432752088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432752088_20432752088> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432752088_20432752088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101159 4.7512057)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0101159"^^xsd:decimal ;
  dwc:decimalLongitude "4.7512057"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432752088_20432752088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101159 4.7512057)"^^geo:wktLiteral ;
  geo-pos:lat "53.0101159"^^xsd:decimal ;
  geo-pos:long "4.7512057"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432752088_20432752088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432752088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432752088'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '0.0066666666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7512057'^^xsd:double;
  dwc:latitude '53.0101159'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432752088'^^xsd:integer;
  dwc:observationDate '2011-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432764649_20432764649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432764649_20432764649> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432764649_20432764649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0178029 4.7512248)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0178029"^^xsd:decimal ;
  dwc:decimalLongitude "4.7512248"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432764649_20432764649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0178029 4.7512248)"^^geo:wktLiteral ;
  geo-pos:lat "53.0178029"^^xsd:decimal ;
  geo-pos:long "4.7512248"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432764649_20432764649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432764649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432764649'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '20.230555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7512248'^^xsd:double;
  dwc:latitude '53.0178029'^^xsd:double;
  dwc:coordinatePrecision '4.8'^^xsd:double;
  dwc:minimumElevation '-32'^^xsd:integer;
  dwc:maximumElevation '-32'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432764649'^^xsd:integer;
  dwc:observationDate '2011-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763696_20432763696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763696_20432763696> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763696_20432763696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0168489 4.7512456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0168489"^^xsd:decimal ;
  dwc:decimalLongitude "4.7512456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763696_20432763696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0168489 4.7512456)"^^geo:wktLiteral ;
  geo-pos:lat "53.0168489"^^xsd:decimal ;
  geo-pos:long "4.7512456"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "9.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763696_20432763696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763696'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15.087777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7512456'^^xsd:double;
  dwc:latitude '53.0168489'^^xsd:double;
  dwc:coordinatePrecision '9.3'^^xsd:double;
  dwc:minimumElevation '132'^^xsd:integer;
  dwc:maximumElevation '132'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763696'^^xsd:integer;
  dwc:observationDate '2011-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432752077_20432752077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432752077_20432752077> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432752077_20432752077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101445 4.7512511)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0101445"^^xsd:decimal ;
  dwc:decimalLongitude "4.7512511"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432752077_20432752077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101445 4.7512511)"^^geo:wktLiteral ;
  geo-pos:lat "53.0101445"^^xsd:decimal ;
  geo-pos:long "4.7512511"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432752077_20432752077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432752077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432752077'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '22.998333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7512511'^^xsd:double;
  dwc:latitude '53.0101445'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432752077'^^xsd:integer;
  dwc:observationDate '2011-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777926_20432777926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777926_20432777926> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777926_20432777926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173849 4.7512515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0173849"^^xsd:decimal ;
  dwc:decimalLongitude "4.7512515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777926_20432777926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173849 4.7512515)"^^geo:wktLiteral ;
  geo-pos:lat "53.0173849"^^xsd:decimal ;
  geo-pos:long "4.7512515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777926_20432777926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777926'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.5497222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7512515'^^xsd:double;
  dwc:latitude '53.0173849'^^xsd:double;
  dwc:coordinatePrecision '8.7'^^xsd:double;
  dwc:minimumElevation '10'^^xsd:integer;
  dwc:maximumElevation '10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777926'^^xsd:integer;
  dwc:observationDate '2012-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432760559_20432760559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432760559_20432760559> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432760559_20432760559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100941 4.7512571)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0100941"^^xsd:decimal ;
  dwc:decimalLongitude "4.7512571"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432760559_20432760559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100941 4.7512571)"^^geo:wktLiteral ;
  geo-pos:lat "53.0100941"^^xsd:decimal ;
  geo-pos:long "4.7512571"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "9.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432760559_20432760559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432760559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432760559'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '23.806388888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7512571'^^xsd:double;
  dwc:latitude '53.0100941'^^xsd:double;
  dwc:coordinatePrecision '9.3'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432760559'^^xsd:integer;
  dwc:observationDate '2011-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777348_20432777348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777348_20432777348> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777348_20432777348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172185 4.7512631)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0172185"^^xsd:decimal ;
  dwc:decimalLongitude "4.7512631"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777348_20432777348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172185 4.7512631)"^^geo:wktLiteral ;
  geo-pos:lat "53.0172185"^^xsd:decimal ;
  geo-pos:long "4.7512631"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777348_20432777348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777348'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '0.0027777777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7512631'^^xsd:double;
  dwc:latitude '53.0172185'^^xsd:double;
  dwc:coordinatePrecision '2.9'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777348'^^xsd:integer;
  dwc:observationDate '2012-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432789220_20432789220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432789220_20432789220> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432789220_20432789220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100495 4.7512647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0100495"^^xsd:decimal ;
  dwc:decimalLongitude "4.7512647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "27.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432789220_20432789220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100495 4.7512647)"^^geo:wktLiteral ;
  geo-pos:lat "53.0100495"^^xsd:decimal ;
  geo-pos:long "4.7512647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "27.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432789220_20432789220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432789220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432789220'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '23.27'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7512647'^^xsd:double;
  dwc:latitude '53.0100495'^^xsd:double;
  dwc:coordinatePrecision '27.9'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432789220'^^xsd:integer;
  dwc:observationDate '2012-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432748993_20432748993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432748993_20432748993> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432748993_20432748993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101383 4.7512658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0101383"^^xsd:decimal ;
  dwc:decimalLongitude "4.7512658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432748993_20432748993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101383 4.7512658)"^^geo:wktLiteral ;
  geo-pos:lat "53.0101383"^^xsd:decimal ;
  geo-pos:long "4.7512658"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432748993_20432748993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432748993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432748993'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.1325'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7512658'^^xsd:double;
  dwc:latitude '53.0101383'^^xsd:double;
  dwc:coordinatePrecision '7.4'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432748993'^^xsd:integer;
  dwc:observationDate '2011-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775540_20432775540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775540_20432775540> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775540_20432775540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171598 4.7512726)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171598"^^xsd:decimal ;
  dwc:decimalLongitude "4.7512726"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432775540_20432775540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171598 4.7512726)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171598"^^xsd:decimal ;
  geo-pos:long "4.7512726"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432775540_20432775540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775540'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '6.4352777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7512726'^^xsd:double;
  dwc:latitude '53.0171598'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775540'^^xsd:integer;
  dwc:observationDate '2012-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772248_20432772248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772248_20432772248> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772248_20432772248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173722 4.75128)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0173722"^^xsd:decimal ;
  dwc:decimalLongitude "4.75128"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432772248_20432772248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173722 4.75128)"^^geo:wktLiteral ;
  geo-pos:lat "53.0173722"^^xsd:decimal ;
  geo-pos:long "4.75128"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432772248_20432772248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772248'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '2.6697222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.75128'^^xsd:double;
  dwc:latitude '53.0173722'^^xsd:double;
  dwc:coordinatePrecision '3.7'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772248'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432755292_20432755292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432755292_20432755292> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432755292_20432755292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171839 4.7512827)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171839"^^xsd:decimal ;
  dwc:decimalLongitude "4.7512827"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432755292_20432755292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171839 4.7512827)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171839"^^xsd:decimal ;
  geo-pos:long "4.7512827"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432755292_20432755292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432755292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432755292'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.188888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7512827'^^xsd:double;
  dwc:latitude '53.0171839'^^xsd:double;
  dwc:coordinatePrecision '4.8'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432755292'^^xsd:integer;
  dwc:observationDate '2011-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772420_20432772420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772420_20432772420> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772420_20432772420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.017436 4.7512915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.017436"^^xsd:decimal ;
  dwc:decimalLongitude "4.7512915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432772420_20432772420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.017436 4.7512915)"^^geo:wktLiteral ;
  geo-pos:lat "53.017436"^^xsd:decimal ;
  geo-pos:long "4.7512915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432772420_20432772420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772420'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '23.873611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7512915'^^xsd:double;
  dwc:latitude '53.017436'^^xsd:double;
  dwc:coordinatePrecision '6.3'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772420'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432788245_20432788245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432788245_20432788245> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432788245_20432788245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0094448 4.7512919)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0094448"^^xsd:decimal ;
  dwc:decimalLongitude "4.7512919"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432788245_20432788245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0094448 4.7512919)"^^geo:wktLiteral ;
  geo-pos:lat "53.0094448"^^xsd:decimal ;
  geo-pos:long "4.7512919"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432788245_20432788245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432788245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432788245'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.8744444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7512919'^^xsd:double;
  dwc:latitude '53.0094448'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432788245'^^xsd:integer;
  dwc:observationDate '2012-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432758749_20432758749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432758749_20432758749> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432758749_20432758749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171879 4.7513123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171879"^^xsd:decimal ;
  dwc:decimalLongitude "4.7513123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432758749_20432758749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171879 4.7513123)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171879"^^xsd:decimal ;
  geo-pos:long "4.7513123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432758749_20432758749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432758749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432758749'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '22.638888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7513123'^^xsd:double;
  dwc:latitude '53.0171879'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432758749'^^xsd:integer;
  dwc:observationDate '2011-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772428_20432772428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772428_20432772428> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772428_20432772428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174274 4.7513125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0174274"^^xsd:decimal ;
  dwc:decimalLongitude "4.7513125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432772428_20432772428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174274 4.7513125)"^^geo:wktLiteral ;
  geo-pos:lat "53.0174274"^^xsd:decimal ;
  geo-pos:long "4.7513125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432772428_20432772428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772428'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '0.87861111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7513125'^^xsd:double;
  dwc:latitude '53.0174274'^^xsd:double;
  dwc:coordinatePrecision '7.3'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772428'^^xsd:integer;
  dwc:observationDate '2012-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432764956_20432764956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432764956_20432764956> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432764956_20432764956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0166443 4.7513367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0166443"^^xsd:decimal ;
  dwc:decimalLongitude "4.7513367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432764956_20432764956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0166443 4.7513367)"^^geo:wktLiteral ;
  geo-pos:lat "53.0166443"^^xsd:decimal ;
  geo-pos:long "4.7513367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432764956_20432764956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432764956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432764956'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '12.375833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7513367'^^xsd:double;
  dwc:latitude '53.0166443'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432764956'^^xsd:integer;
  dwc:observationDate '2011-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772412_20432772412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772412_20432772412> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772412_20432772412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174318 4.7513367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0174318"^^xsd:decimal ;
  dwc:decimalLongitude "4.7513367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432772412_20432772412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174318 4.7513367)"^^geo:wktLiteral ;
  geo-pos:lat "53.0174318"^^xsd:decimal ;
  geo-pos:long "4.7513367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432772412_20432772412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772412'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '22.859444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7513367'^^xsd:double;
  dwc:latitude '53.0174318'^^xsd:double;
  dwc:coordinatePrecision '5.9'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772412'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763827_20432763827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763827_20432763827> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763827_20432763827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0165204 4.7513404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0165204"^^xsd:decimal ;
  dwc:decimalLongitude "4.7513404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763827_20432763827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0165204 4.7513404)"^^geo:wktLiteral ;
  geo-pos:lat "53.0165204"^^xsd:decimal ;
  geo-pos:long "4.7513404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763827_20432763827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763827'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.296111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7513404'^^xsd:double;
  dwc:latitude '53.0165204'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763827'^^xsd:integer;
  dwc:observationDate '2011-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432752065_20432752065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432752065_20432752065> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432752065_20432752065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101172 4.7513512)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0101172"^^xsd:decimal ;
  dwc:decimalLongitude "4.7513512"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432752065_20432752065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101172 4.7513512)"^^geo:wktLiteral ;
  geo-pos:lat "53.0101172"^^xsd:decimal ;
  geo-pos:long "4.7513512"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432752065_20432752065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432752065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432752065'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '21.985'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7513512'^^xsd:double;
  dwc:latitude '53.0101172'^^xsd:double;
  dwc:coordinatePrecision '2.8'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432752065'^^xsd:integer;
  dwc:observationDate '2011-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432736507_20432736507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432736507_20432736507> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432736507_20432736507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102323 4.751354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0102323"^^xsd:decimal ;
  dwc:decimalLongitude "4.751354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432736507_20432736507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0102323 4.751354)"^^geo:wktLiteral ;
  geo-pos:lat "53.0102323"^^xsd:decimal ;
  geo-pos:long "4.751354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432736507_20432736507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432736507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432736507'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '22.819166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.751354'^^xsd:double;
  dwc:latitude '53.0102323'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432736507'^^xsd:integer;
  dwc:observationDate '2011-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432762466_20432762466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432762466_20432762466> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432762466_20432762466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171324 4.7513543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171324"^^xsd:decimal ;
  dwc:decimalLongitude "4.7513543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432762466_20432762466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171324 4.7513543)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171324"^^xsd:decimal ;
  geo-pos:long "4.7513543"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432762466_20432762466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432762466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432762466'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '2.3283333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7513543'^^xsd:double;
  dwc:latitude '53.0171324'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432762466'^^xsd:integer;
  dwc:observationDate '2011-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432746204_20432746204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432746204_20432746204> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432746204_20432746204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101988 4.7513599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0101988"^^xsd:decimal ;
  dwc:decimalLongitude "4.7513599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432746204_20432746204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101988 4.7513599)"^^geo:wktLiteral ;
  geo-pos:lat "53.0101988"^^xsd:decimal ;
  geo-pos:long "4.7513599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432746204_20432746204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432746204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432746204'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '20.67'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7513599'^^xsd:double;
  dwc:latitude '53.0101988'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432746204'^^xsd:integer;
  dwc:observationDate '2011-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721212_20432721212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721212_20432721212> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721212_20432721212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101228 4.7513616)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0101228"^^xsd:decimal ;
  dwc:decimalLongitude "4.7513616"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721212_20432721212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101228 4.7513616)"^^geo:wktLiteral ;
  geo-pos:lat "53.0101228"^^xsd:decimal ;
  geo-pos:long "4.7513616"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "9.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721212_20432721212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721212'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.0669444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7513616'^^xsd:double;
  dwc:latitude '53.0101228'^^xsd:double;
  dwc:coordinatePrecision '9.6'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721212'^^xsd:integer;
  dwc:observationDate '2011-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432762769_20432762769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432762769_20432762769> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432762769_20432762769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171452 4.7513778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171452"^^xsd:decimal ;
  dwc:decimalLongitude "4.7513778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432762769_20432762769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171452 4.7513778)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171452"^^xsd:decimal ;
  geo-pos:long "4.7513778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432762769_20432762769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432762769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432762769'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.66'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7513778'^^xsd:double;
  dwc:latitude '53.0171452'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432762769'^^xsd:integer;
  dwc:observationDate '2011-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767655_20432767655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767655_20432767655> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767655_20432767655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.017152 4.7513819)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.017152"^^xsd:decimal ;
  dwc:decimalLongitude "4.7513819"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767655_20432767655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.017152 4.7513819)"^^geo:wktLiteral ;
  geo-pos:lat "53.017152"^^xsd:decimal ;
  geo-pos:long "4.7513819"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767655_20432767655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767655'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '18.412777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7513819'^^xsd:double;
  dwc:latitude '53.017152'^^xsd:double;
  dwc:coordinatePrecision '5'^^xsd:integer;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767655'^^xsd:integer;
  dwc:observationDate '2011-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432788241_20432788241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432788241_20432788241> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432788241_20432788241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0094087 4.7513823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0094087"^^xsd:decimal ;
  dwc:decimalLongitude "4.7513823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432788241_20432788241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0094087 4.7513823)"^^geo:wktLiteral ;
  geo-pos:lat "53.0094087"^^xsd:decimal ;
  geo-pos:long "4.7513823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "9.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432788241_20432788241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432788241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432788241'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.87'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7513823'^^xsd:double;
  dwc:latitude '53.0094087'^^xsd:double;
  dwc:coordinatePrecision '9.5'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432788241'^^xsd:integer;
  dwc:observationDate '2012-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432764253_20432764253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432764253_20432764253> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432764253_20432764253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0168944 4.7513955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0168944"^^xsd:decimal ;
  dwc:decimalLongitude "4.7513955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432764253_20432764253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0168944 4.7513955)"^^geo:wktLiteral ;
  geo-pos:lat "53.0168944"^^xsd:decimal ;
  geo-pos:long "4.7513955"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432764253_20432764253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432764253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432764253'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '12.426111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7513955'^^xsd:double;
  dwc:latitude '53.0168944'^^xsd:double;
  dwc:coordinatePrecision '7'^^xsd:integer;
  dwc:minimumElevation '-27'^^xsd:integer;
  dwc:maximumElevation '-27'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432764253'^^xsd:integer;
  dwc:observationDate '2011-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772862_20432772862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772862_20432772862> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772862_20432772862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174738 4.7514017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0174738"^^xsd:decimal ;
  dwc:decimalLongitude "4.7514017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432772862_20432772862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174738 4.7514017)"^^geo:wktLiteral ;
  geo-pos:lat "53.0174738"^^xsd:decimal ;
  geo-pos:long "4.7514017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432772862_20432772862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772862'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '23.380555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7514017'^^xsd:double;
  dwc:latitude '53.0174738'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772862'^^xsd:integer;
  dwc:observationDate '2012-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767861_20432767861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767861_20432767861> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767861_20432767861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171582 4.7514035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171582"^^xsd:decimal ;
  dwc:decimalLongitude "4.7514035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767861_20432767861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171582 4.7514035)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171582"^^xsd:decimal ;
  geo-pos:long "4.7514035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767861_20432767861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767861'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '1.7183333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7514035'^^xsd:double;
  dwc:latitude '53.0171582'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767861'^^xsd:integer;
  dwc:observationDate '2011-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432761926_20432761926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432761926_20432761926> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432761926_20432761926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171846 4.7514087)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171846"^^xsd:decimal ;
  dwc:decimalLongitude "4.7514087"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432761926_20432761926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171846 4.7514087)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171846"^^xsd:decimal ;
  geo-pos:long "4.7514087"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432761926_20432761926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432761926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432761926'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '23.785'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7514087'^^xsd:double;
  dwc:latitude '53.0171846'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432761926'^^xsd:integer;
  dwc:observationDate '2011-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775253_20432775253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775253_20432775253> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775253_20432775253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0170976 4.7514252)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0170976"^^xsd:decimal ;
  dwc:decimalLongitude "4.7514252"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432775253_20432775253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0170976 4.7514252)"^^geo:wktLiteral ;
  geo-pos:lat "53.0170976"^^xsd:decimal ;
  geo-pos:long "4.7514252"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432775253_20432775253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775253'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '21.046944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7514252'^^xsd:double;
  dwc:latitude '53.0170976'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775253'^^xsd:integer;
  dwc:observationDate '2012-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767809_20432767809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767809_20432767809> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767809_20432767809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171875 4.7514276)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171875"^^xsd:decimal ;
  dwc:decimalLongitude "4.7514276"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767809_20432767809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171875 4.7514276)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171875"^^xsd:decimal ;
  geo-pos:long "4.7514276"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767809_20432767809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767809'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '19.673055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7514276'^^xsd:double;
  dwc:latitude '53.0171875'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767809'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777229_20432777229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777229_20432777229> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777229_20432777229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171182 4.751429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171182"^^xsd:decimal ;
  dwc:decimalLongitude "4.751429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777229_20432777229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171182 4.751429)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171182"^^xsd:decimal ;
  geo-pos:long "4.751429"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777229_20432777229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777229'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '11.876944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.751429'^^xsd:double;
  dwc:latitude '53.0171182'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-20'^^xsd:integer;
  dwc:maximumElevation '-20'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777229'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777062_20432777062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777062_20432777062> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777062_20432777062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0177379 4.751438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0177379"^^xsd:decimal ;
  dwc:decimalLongitude "4.751438"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777062_20432777062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0177379 4.751438)"^^geo:wktLiteral ;
  geo-pos:lat "53.0177379"^^xsd:decimal ;
  geo-pos:long "4.751438"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777062_20432777062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777062'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '19.695'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.751438'^^xsd:double;
  dwc:latitude '53.0177379'^^xsd:double;
  dwc:coordinatePrecision '3.7'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777062'^^xsd:integer;
  dwc:observationDate '2012-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772403_20432772403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772403_20432772403> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772403_20432772403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174817 4.7514382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0174817"^^xsd:decimal ;
  dwc:decimalLongitude "4.7514382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432772403_20432772403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174817 4.7514382)"^^geo:wktLiteral ;
  geo-pos:lat "53.0174817"^^xsd:decimal ;
  geo-pos:long "4.7514382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432772403_20432772403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772403'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '21.844444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7514382'^^xsd:double;
  dwc:latitude '53.0174817'^^xsd:double;
  dwc:coordinatePrecision '3.7'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772403'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432789224_20432789224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432789224_20432789224> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432789224_20432789224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101847 4.7514394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0101847"^^xsd:decimal ;
  dwc:decimalLongitude "4.7514394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "14.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432789224_20432789224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101847 4.7514394)"^^geo:wktLiteral ;
  geo-pos:lat "53.0101847"^^xsd:decimal ;
  geo-pos:long "4.7514394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "14.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432789224_20432789224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432789224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432789224'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '0.295'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7514394'^^xsd:double;
  dwc:latitude '53.0101847'^^xsd:double;
  dwc:coordinatePrecision '14.9'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432789224'^^xsd:integer;
  dwc:observationDate '2012-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772436_20432772436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772436_20432772436> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772436_20432772436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.017449 4.751443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.017449"^^xsd:decimal ;
  dwc:decimalLongitude "4.751443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432772436_20432772436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.017449 4.751443)"^^geo:wktLiteral ;
  geo-pos:lat "53.017449"^^xsd:decimal ;
  geo-pos:long "4.751443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432772436_20432772436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772436'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '1.8861111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.751443'^^xsd:double;
  dwc:latitude '53.017449'^^xsd:double;
  dwc:coordinatePrecision '2.6'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772436'^^xsd:integer;
  dwc:observationDate '2012-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767661_20432767661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767661_20432767661> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767661_20432767661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171484 4.7514456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171484"^^xsd:decimal ;
  dwc:decimalLongitude "4.7514456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767661_20432767661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171484 4.7514456)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171484"^^xsd:decimal ;
  geo-pos:long "4.7514456"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767661_20432767661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767661'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '19.418611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7514456'^^xsd:double;
  dwc:latitude '53.0171484'^^xsd:double;
  dwc:coordinatePrecision '7'^^xsd:integer;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767661'^^xsd:integer;
  dwc:observationDate '2011-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767844_20432767844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767844_20432767844> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767844_20432767844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171608 4.751448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171608"^^xsd:decimal ;
  dwc:decimalLongitude "4.751448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767844_20432767844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171608 4.751448)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171608"^^xsd:decimal ;
  geo-pos:long "4.751448"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767844_20432767844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767844'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '23.7'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.751448'^^xsd:double;
  dwc:latitude '53.0171608'^^xsd:double;
  dwc:coordinatePrecision '6.3'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767844'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432789273_20432789273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432789273_20432789273> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432789273_20432789273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100828 4.7514572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0100828"^^xsd:decimal ;
  dwc:decimalLongitude "4.7514572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432789273_20432789273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100828 4.7514572)"^^geo:wktLiteral ;
  geo-pos:lat "53.0100828"^^xsd:decimal ;
  geo-pos:long "4.7514572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432789273_20432789273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432789273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432789273'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.3766666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7514572'^^xsd:double;
  dwc:latitude '53.0100828'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432789273'^^xsd:integer;
  dwc:observationDate '2012-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432764249_20432764249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432764249_20432764249> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432764249_20432764249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0166798 4.7514718)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0166798"^^xsd:decimal ;
  dwc:decimalLongitude "4.7514718"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432764249_20432764249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0166798 4.7514718)"^^geo:wktLiteral ;
  geo-pos:lat "53.0166798"^^xsd:decimal ;
  geo-pos:long "4.7514718"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432764249_20432764249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432764249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432764249'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '11.411666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7514718'^^xsd:double;
  dwc:latitude '53.0166798'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432764249'^^xsd:integer;
  dwc:observationDate '2011-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432760554_20432760554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432760554_20432760554> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432760554_20432760554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100939 4.7514747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0100939"^^xsd:decimal ;
  dwc:decimalLongitude "4.7514747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432760554_20432760554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100939 4.7514747)"^^geo:wktLiteral ;
  geo-pos:lat "53.0100939"^^xsd:decimal ;
  geo-pos:long "4.7514747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432760554_20432760554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432760554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432760554'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '22.786388888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7514747'^^xsd:double;
  dwc:latitude '53.0100939'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '4'^^xsd:integer;
  dwc:maximumElevation '4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432760554'^^xsd:integer;
  dwc:observationDate '2011-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777084_20432777084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777084_20432777084> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777084_20432777084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173997 4.7514769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0173997"^^xsd:decimal ;
  dwc:decimalLongitude "4.7514769"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777084_20432777084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173997 4.7514769)"^^geo:wktLiteral ;
  geo-pos:lat "53.0173997"^^xsd:decimal ;
  geo-pos:long "4.7514769"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777084_20432777084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777084'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.709722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7514769'^^xsd:double;
  dwc:latitude '53.0173997'^^xsd:double;
  dwc:coordinatePrecision '7.3'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777084'^^xsd:integer;
  dwc:observationDate '2012-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432742746_20432742746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432742746_20432742746> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432742746_20432742746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.010118 4.7514776)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.010118"^^xsd:decimal ;
  dwc:decimalLongitude "4.7514776"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432742746_20432742746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.010118 4.7514776)"^^geo:wktLiteral ;
  geo-pos:lat "53.010118"^^xsd:decimal ;
  geo-pos:long "4.7514776"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432742746_20432742746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432742746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432742746'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '2.1005555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7514776'^^xsd:double;
  dwc:latitude '53.010118'^^xsd:double;
  dwc:coordinatePrecision '8.6'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432742746'^^xsd:integer;
  dwc:observationDate '2011-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777358_20432777358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777358_20432777358> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777358_20432777358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169817 4.7514785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169817"^^xsd:decimal ;
  dwc:decimalLongitude "4.7514785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777358_20432777358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169817 4.7514785)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169817"^^xsd:decimal ;
  geo-pos:long "4.7514785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777358_20432777358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777358'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '1.0086111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7514785'^^xsd:double;
  dwc:latitude '53.0169817'^^xsd:double;
  dwc:coordinatePrecision '8.4'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777358'^^xsd:integer;
  dwc:observationDate '2012-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763935_20432763935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763935_20432763935> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763935_20432763935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.017118 4.7514801)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.017118"^^xsd:decimal ;
  dwc:decimalLongitude "4.7514801"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763935_20432763935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.017118 4.7514801)"^^geo:wktLiteral ;
  geo-pos:lat "53.017118"^^xsd:decimal ;
  geo-pos:long "4.7514801"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763935_20432763935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763935'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '0.63444444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7514801'^^xsd:double;
  dwc:latitude '53.017118'^^xsd:double;
  dwc:coordinatePrecision '4.8'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763935'^^xsd:integer;
  dwc:observationDate '2011-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721244_20432721244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721244_20432721244> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721244_20432721244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.010067 4.7514905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.010067"^^xsd:decimal ;
  dwc:decimalLongitude "4.7514905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721244_20432721244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.010067 4.7514905)"^^geo:wktLiteral ;
  geo-pos:lat "53.010067"^^xsd:decimal ;
  geo-pos:long "4.7514905"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721244_20432721244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721244'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.517777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7514905'^^xsd:double;
  dwc:latitude '53.010067'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721244'^^xsd:integer;
  dwc:observationDate '2011-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432764936_20432764936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432764936_20432764936> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432764936_20432764936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0168375 4.7514978)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0168375"^^xsd:decimal ;
  dwc:decimalLongitude "4.7514978"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432764936_20432764936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0168375 4.7514978)"^^geo:wktLiteral ;
  geo-pos:lat "53.0168375"^^xsd:decimal ;
  geo-pos:long "4.7514978"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432764936_20432764936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432764936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432764936'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.16'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7514978'^^xsd:double;
  dwc:latitude '53.0168375'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432764936'^^xsd:integer;
  dwc:observationDate '2011-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432761936_20432761936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432761936_20432761936> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432761936_20432761936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173907 4.7515017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0173907"^^xsd:decimal ;
  dwc:decimalLongitude "4.7515017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432761936_20432761936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173907 4.7515017)"^^geo:wktLiteral ;
  geo-pos:lat "53.0173907"^^xsd:decimal ;
  geo-pos:long "4.7515017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432761936_20432761936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432761936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432761936'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '0.79611111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7515017'^^xsd:double;
  dwc:latitude '53.0173907'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432761936'^^xsd:integer;
  dwc:observationDate '2011-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775576_20432775576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775576_20432775576> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775576_20432775576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101297 4.75151)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0101297"^^xsd:decimal ;
  dwc:decimalLongitude "4.75151"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432775576_20432775576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101297 4.75151)"^^geo:wktLiteral ;
  geo-pos:lat "53.0101297"^^xsd:decimal ;
  geo-pos:long "4.75151"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432775576_20432775576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775576'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '10.476944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.75151'^^xsd:double;
  dwc:latitude '53.0101297'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775576'^^xsd:integer;
  dwc:observationDate '2012-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432742770_20432742770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432742770_20432742770> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432742770_20432742770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100613 4.7515149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0100613"^^xsd:decimal ;
  dwc:decimalLongitude "4.7515149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432742770_20432742770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100613 4.7515149)"^^geo:wktLiteral ;
  geo-pos:lat "53.0100613"^^xsd:decimal ;
  geo-pos:long "4.7515149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432742770_20432742770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432742770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432742770'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '4.1319444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7515149'^^xsd:double;
  dwc:latitude '53.0100613'^^xsd:double;
  dwc:coordinatePrecision '2.8'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432742770'^^xsd:integer;
  dwc:observationDate '2011-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432742758_20432742758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432742758_20432742758> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432742758_20432742758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100794 4.7515197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0100794"^^xsd:decimal ;
  dwc:decimalLongitude "4.7515197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432742758_20432742758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100794 4.7515197)"^^geo:wktLiteral ;
  geo-pos:lat "53.0100794"^^xsd:decimal ;
  geo-pos:long "4.7515197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432742758_20432742758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432742758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432742758'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '3.1183333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7515197'^^xsd:double;
  dwc:latitude '53.0100794'^^xsd:double;
  dwc:coordinatePrecision '2.9'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432742758'^^xsd:integer;
  dwc:observationDate '2011-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777329_20432777329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777329_20432777329> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777329_20432777329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.017363 4.7515211)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.017363"^^xsd:decimal ;
  dwc:decimalLongitude "4.7515211"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777329_20432777329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.017363 4.7515211)"^^geo:wktLiteral ;
  geo-pos:lat "53.017363"^^xsd:decimal ;
  geo-pos:long "4.7515211"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777329_20432777329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777329'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '21.969166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7515211'^^xsd:double;
  dwc:latitude '53.017363'^^xsd:double;
  dwc:coordinatePrecision '7.6'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777329'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772232_20432772232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772232_20432772232> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772232_20432772232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174855 4.7515392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0174855"^^xsd:decimal ;
  dwc:decimalLongitude "4.7515392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "17.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432772232_20432772232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174855 4.7515392)"^^geo:wktLiteral ;
  geo-pos:lat "53.0174855"^^xsd:decimal ;
  geo-pos:long "4.7515392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "17.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432772232_20432772232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772232'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0.65777777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7515392'^^xsd:double;
  dwc:latitude '53.0174855'^^xsd:double;
  dwc:coordinatePrecision '17.3'^^xsd:double;
  dwc:minimumElevation '-20'^^xsd:integer;
  dwc:maximumElevation '-20'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772232'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432747313_20432747313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432747313_20432747313> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432747313_20432747313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0154469 4.7515415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0154469"^^xsd:decimal ;
  dwc:decimalLongitude "4.7515415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432747313_20432747313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0154469 4.7515415)"^^geo:wktLiteral ;
  geo-pos:lat "53.0154469"^^xsd:decimal ;
  geo-pos:long "4.7515415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432747313_20432747313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432747313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432747313'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '2.1102777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7515415'^^xsd:double;
  dwc:latitude '53.0154469'^^xsd:double;
  dwc:coordinatePrecision '6.5'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432747313'^^xsd:integer;
  dwc:observationDate '2011-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763087_20432763087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763087_20432763087> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763087_20432763087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171464 4.7515495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171464"^^xsd:decimal ;
  dwc:decimalLongitude "4.7515495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763087_20432763087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171464 4.7515495)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171464"^^xsd:decimal ;
  geo-pos:long "4.7515495"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763087_20432763087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763087'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '2.0763888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7515495'^^xsd:double;
  dwc:latitude '53.0171464'^^xsd:double;
  dwc:coordinatePrecision '4.9'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763087'^^xsd:integer;
  dwc:observationDate '2011-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432747336_20432747336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432747336_20432747336> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432747336_20432747336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0153678 4.7515624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0153678"^^xsd:decimal ;
  dwc:decimalLongitude "4.7515624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432747336_20432747336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0153678 4.7515624)"^^geo:wktLiteral ;
  geo-pos:lat "53.0153678"^^xsd:decimal ;
  geo-pos:long "4.7515624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432747336_20432747336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432747336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432747336'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '4.13'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7515624'^^xsd:double;
  dwc:latitude '53.0153678'^^xsd:double;
  dwc:coordinatePrecision '6.5'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432747336'^^xsd:integer;
  dwc:observationDate '2011-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432747324_20432747324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432747324_20432747324> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432747324_20432747324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0153843 4.7515786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0153843"^^xsd:decimal ;
  dwc:decimalLongitude "4.7515786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432747324_20432747324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0153843 4.7515786)"^^geo:wktLiteral ;
  geo-pos:lat "53.0153843"^^xsd:decimal ;
  geo-pos:long "4.7515786"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432747324_20432747324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432747324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432747324'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '3.12'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7515786'^^xsd:double;
  dwc:latitude '53.0153843'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432747324'^^xsd:integer;
  dwc:observationDate '2011-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721237_20432721237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721237_20432721237> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721237_20432721237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0099982 4.7515798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0099982"^^xsd:decimal ;
  dwc:decimalLongitude "4.7515798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721237_20432721237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0099982 4.7515798)"^^geo:wktLiteral ;
  geo-pos:lat "53.0099982"^^xsd:decimal ;
  geo-pos:long "4.7515798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721237_20432721237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721237'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.51'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7515798'^^xsd:double;
  dwc:latitude '53.0099982'^^xsd:double;
  dwc:coordinatePrecision '11.8'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721237'^^xsd:integer;
  dwc:observationDate '2011-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432788569_20432788569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432788569_20432788569> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432788569_20432788569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100834 4.7515889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0100834"^^xsd:decimal ;
  dwc:decimalLongitude "4.7515889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432788569_20432788569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0100834 4.7515889)"^^geo:wktLiteral ;
  geo-pos:lat "53.0100834"^^xsd:decimal ;
  geo-pos:long "4.7515889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432788569_20432788569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432788569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432788569'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17.706111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7515889'^^xsd:double;
  dwc:latitude '53.0100834'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432788569'^^xsd:integer;
  dwc:observationDate '2012-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777106_20432777106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777106_20432777106> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777106_20432777106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0175201 4.7515972)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0175201"^^xsd:decimal ;
  dwc:decimalLongitude "4.7515972"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777106_20432777106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0175201 4.7515972)"^^geo:wktLiteral ;
  geo-pos:lat "53.0175201"^^xsd:decimal ;
  geo-pos:long "4.7515972"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777106_20432777106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777106'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '23.738055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7515972'^^xsd:double;
  dwc:latitude '53.0175201'^^xsd:double;
  dwc:coordinatePrecision '5.4'^^xsd:double;
  dwc:minimumElevation '2'^^xsd:integer;
  dwc:maximumElevation '2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777106'^^xsd:integer;
  dwc:observationDate '2012-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432758581_20432758581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432758581_20432758581> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432758581_20432758581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171239 4.7516022)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171239"^^xsd:decimal ;
  dwc:decimalLongitude "4.7516022"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432758581_20432758581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171239 4.7516022)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171239"^^xsd:decimal ;
  geo-pos:long "4.7516022"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432758581_20432758581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432758581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432758581'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1.4341666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7516022'^^xsd:double;
  dwc:latitude '53.0171239'^^xsd:double;
  dwc:coordinatePrecision '5.8'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432758581'^^xsd:integer;
  dwc:observationDate '2011-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772240_20432772240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772240_20432772240> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772240_20432772240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173898 4.7516051)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0173898"^^xsd:decimal ;
  dwc:decimalLongitude "4.7516051"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432772240_20432772240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173898 4.7516051)"^^geo:wktLiteral ;
  geo-pos:lat "53.0173898"^^xsd:decimal ;
  geo-pos:long "4.7516051"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432772240_20432772240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772240'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.6677777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7516051'^^xsd:double;
  dwc:latitude '53.0173898'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772240'^^xsd:integer;
  dwc:observationDate '2012-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432762182_20432762182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432762182_20432762182> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432762182_20432762182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172189 4.751607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0172189"^^xsd:decimal ;
  dwc:decimalLongitude "4.751607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432762182_20432762182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172189 4.751607)"^^geo:wktLiteral ;
  geo-pos:lat "53.0172189"^^xsd:decimal ;
  geo-pos:long "4.751607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432762182_20432762182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432762182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432762182'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '0.042777777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.751607'^^xsd:double;
  dwc:latitude '53.0172189'^^xsd:double;
  dwc:coordinatePrecision '8.7'^^xsd:double;
  dwc:minimumElevation '6'^^xsd:integer;
  dwc:maximumElevation '6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432762182'^^xsd:integer;
  dwc:observationDate '2011-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767516_20432767516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767516_20432767516> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767516_20432767516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.017339 4.7516101)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.017339"^^xsd:decimal ;
  dwc:decimalLongitude "4.7516101"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767516_20432767516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.017339 4.7516101)"^^geo:wktLiteral ;
  geo-pos:lat "53.017339"^^xsd:decimal ;
  geo-pos:long "4.7516101"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767516_20432767516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767516'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '20.204444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7516101'^^xsd:double;
  dwc:latitude '53.017339'^^xsd:double;
  dwc:coordinatePrecision '8.2'^^xsd:double;
  dwc:minimumElevation '-18'^^xsd:integer;
  dwc:maximumElevation '-18'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767516'^^xsd:integer;
  dwc:observationDate '2011-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721695_20432721695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721695_20432721695> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721695_20432721695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9939556 4.7516172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9939556"^^xsd:decimal ;
  dwc:decimalLongitude "4.7516172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721695_20432721695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9939556 4.7516172)"^^geo:wktLiteral ;
  geo-pos:lat "52.9939556"^^xsd:decimal ;
  geo-pos:long "4.7516172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721695_20432721695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721695'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '21.519444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7516172'^^xsd:double;
  dwc:latitude '52.9939556'^^xsd:double;
  dwc:coordinatePrecision '5'^^xsd:integer;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721695'^^xsd:integer;
  dwc:observationDate '2011-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432764043_20432764043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432764043_20432764043> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432764043_20432764043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169726 4.7516198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169726"^^xsd:decimal ;
  dwc:decimalLongitude "4.7516198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432764043_20432764043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169726 4.7516198)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169726"^^xsd:decimal ;
  geo-pos:long "4.7516198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432764043_20432764043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432764043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432764043'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.86'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7516198'^^xsd:double;
  dwc:latitude '53.0169726'^^xsd:double;
  dwc:coordinatePrecision '5.4'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432764043'^^xsd:integer;
  dwc:observationDate '2011-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432757912_20432757912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432757912_20432757912> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432757912_20432757912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171178 4.7516205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171178"^^xsd:decimal ;
  dwc:decimalLongitude "4.7516205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432757912_20432757912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171178 4.7516205)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171178"^^xsd:decimal ;
  geo-pos:long "4.7516205"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432757912_20432757912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432757912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432757912'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '22.849444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7516205'^^xsd:double;
  dwc:latitude '53.0171178'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432757912'^^xsd:integer;
  dwc:observationDate '2011-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432777311_20432777311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432777311_20432777311> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432777311_20432777311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0176423 4.7516274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0176423"^^xsd:decimal ;
  dwc:decimalLongitude "4.7516274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432777311_20432777311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0176423 4.7516274)"^^geo:wktLiteral ;
  geo-pos:lat "53.0176423"^^xsd:decimal ;
  geo-pos:long "4.7516274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432777311_20432777311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432777311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432777311'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.958333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7516274'^^xsd:double;
  dwc:latitude '53.0176423'^^xsd:double;
  dwc:coordinatePrecision '8.7'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432777311'^^xsd:integer;
  dwc:observationDate '2012-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763757_20432763757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763757_20432763757> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763757_20432763757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169153 4.7516326)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169153"^^xsd:decimal ;
  dwc:decimalLongitude "4.7516326"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763757_20432763757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169153 4.7516326)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169153"^^xsd:decimal ;
  geo-pos:long "4.7516326"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763757_20432763757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763757'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '0.15111111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7516326'^^xsd:double;
  dwc:latitude '53.0169153'^^xsd:double;
  dwc:coordinatePrecision '6.1'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763757'^^xsd:integer;
  dwc:observationDate '2011-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767437_20432767437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767437_20432767437> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767437_20432767437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169458 4.7516378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169458"^^xsd:decimal ;
  dwc:decimalLongitude "4.7516378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "12.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767437_20432767437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169458 4.7516378)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169458"^^xsd:decimal ;
  geo-pos:long "4.7516378"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "12.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767437_20432767437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767437'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.138888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7516378'^^xsd:double;
  dwc:latitude '53.0169458'^^xsd:double;
  dwc:coordinatePrecision '12.4'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767437'^^xsd:integer;
  dwc:observationDate '2011-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763998_20432763998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763998_20432763998> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763998_20432763998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.016939 4.7516417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.016939"^^xsd:decimal ;
  dwc:decimalLongitude "4.7516417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "13"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763998_20432763998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.016939 4.7516417)"^^geo:wktLiteral ;
  geo-pos:lat "53.016939"^^xsd:decimal ;
  geo-pos:long "4.7516417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "13"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763998_20432763998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763998'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10.798611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7516417'^^xsd:double;
  dwc:latitude '53.016939'^^xsd:double;
  dwc:coordinatePrecision '13'^^xsd:integer;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763998'^^xsd:integer;
  dwc:observationDate '2011-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432751464_20432751464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432751464_20432751464> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432751464_20432751464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101805 4.751661)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0101805"^^xsd:decimal ;
  dwc:decimalLongitude "4.751661"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432751464_20432751464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0101805 4.751661)"^^geo:wktLiteral ;
  geo-pos:lat "53.0101805"^^xsd:decimal ;
  geo-pos:long "4.751661"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432751464_20432751464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432751464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432751464'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '6.5777777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.751661'^^xsd:double;
  dwc:latitude '53.0101805'^^xsd:double;
  dwc:coordinatePrecision '6.8'^^xsd:double;
  dwc:minimumElevation '16'^^xsd:integer;
  dwc:maximumElevation '16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432751464'^^xsd:integer;
  dwc:observationDate '2011-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432758532_20432758532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432758532_20432758532> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432758532_20432758532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172151 4.7516737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0172151"^^xsd:decimal ;
  dwc:decimalLongitude "4.7516737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432758532_20432758532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172151 4.7516737)"^^geo:wktLiteral ;
  geo-pos:lat "53.0172151"^^xsd:decimal ;
  geo-pos:long "4.7516737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432758532_20432758532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432758532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432758532'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.386666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7516737'^^xsd:double;
  dwc:latitude '53.0172151'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432758532'^^xsd:integer;
  dwc:observationDate '2011-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432764944_20432764944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432764944_20432764944> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432764944_20432764944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169634 4.7516739)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169634"^^xsd:decimal ;
  dwc:decimalLongitude "4.7516739"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432764944_20432764944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169634 4.7516739)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169634"^^xsd:decimal ;
  geo-pos:long "4.7516739"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432764944_20432764944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432764944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432764944'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.160555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7516739'^^xsd:double;
  dwc:latitude '53.0169634'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432764944'^^xsd:integer;
  dwc:observationDate '2011-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763820_20432763820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763820_20432763820> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763820_20432763820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.016895 4.751679)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.016895"^^xsd:decimal ;
  dwc:decimalLongitude "4.751679"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763820_20432763820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.016895 4.751679)"^^geo:wktLiteral ;
  geo-pos:lat "53.016895"^^xsd:decimal ;
  geo-pos:long "4.751679"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763820_20432763820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763820'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.289166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.751679'^^xsd:double;
  dwc:latitude '53.016895'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763820'^^xsd:integer;
  dwc:observationDate '2011-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763770_20432763770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763770_20432763770> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763770_20432763770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0168824 4.7516809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0168824"^^xsd:decimal ;
  dwc:decimalLongitude "4.7516809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763770_20432763770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0168824 4.7516809)"^^geo:wktLiteral ;
  geo-pos:lat "53.0168824"^^xsd:decimal ;
  geo-pos:long "4.7516809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763770_20432763770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763770'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '2.1708333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7516809'^^xsd:double;
  dwc:latitude '53.0168824'^^xsd:double;
  dwc:coordinatePrecision '7'^^xsd:integer;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763770'^^xsd:integer;
  dwc:observationDate '2011-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772001_20432772001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772001_20432772001> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772001_20432772001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171637 4.7516809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171637"^^xsd:decimal ;
  dwc:decimalLongitude "4.7516809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432772001_20432772001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171637 4.7516809)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171637"^^xsd:decimal ;
  geo-pos:long "4.7516809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432772001_20432772001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772001'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '4.4716666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7516809'^^xsd:double;
  dwc:latitude '53.0171637'^^xsd:double;
  dwc:coordinatePrecision '6.8'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772001'^^xsd:integer;
  dwc:observationDate '2012-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432786347_20432786347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432786347_20432786347> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432786347_20432786347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0099729 4.7516815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0099729"^^xsd:decimal ;
  dwc:decimalLongitude "4.7516815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432786347_20432786347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0099729 4.7516815)"^^geo:wktLiteral ;
  geo-pos:lat "53.0099729"^^xsd:decimal ;
  geo-pos:long "4.7516815"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432786347_20432786347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432786347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432786347'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.586666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7516815'^^xsd:double;
  dwc:latitude '53.0099729'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432786347'^^xsd:integer;
  dwc:observationDate '2012-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432829397_20432829397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432829397_20432829397> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432829397_20432829397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.431619 4.7516887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.431619"^^xsd:decimal ;
  dwc:decimalLongitude "4.7516887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432829397_20432829397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.431619 4.7516887)"^^geo:wktLiteral ;
  geo-pos:lat "52.431619"^^xsd:decimal ;
  geo-pos:long "4.7516887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432829397_20432829397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432829397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432829397'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '19.479444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7516887'^^xsd:double;
  dwc:latitude '52.431619'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432829397'^^xsd:integer;
  dwc:observationDate '2013-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771958_20432771958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771958_20432771958> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771958_20432771958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171644 4.7516934)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171644"^^xsd:decimal ;
  dwc:decimalLongitude "4.7516934"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432771958_20432771958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171644 4.7516934)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171644"^^xsd:decimal ;
  geo-pos:long "4.7516934"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432771958_20432771958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771958'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '23.436944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7516934'^^xsd:double;
  dwc:latitude '53.0171644'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771958'^^xsd:integer;
  dwc:observationDate '2012-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432742722_20432742722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432742722_20432742722> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432742722_20432742722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0095658 4.7516949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0095658"^^xsd:decimal ;
  dwc:decimalLongitude "4.7516949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432742722_20432742722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0095658 4.7516949)"^^geo:wktLiteral ;
  geo-pos:lat "53.0095658"^^xsd:decimal ;
  geo-pos:long "4.7516949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432742722_20432742722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432742722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432742722'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '0.078333333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7516949'^^xsd:double;
  dwc:latitude '53.0095658'^^xsd:double;
  dwc:coordinatePrecision '2.5'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432742722'^^xsd:integer;
  dwc:observationDate '2011-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432764928_20432764928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432764928_20432764928> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432764928_20432764928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169416 4.7516959)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169416"^^xsd:decimal ;
  dwc:decimalLongitude "4.7516959"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432764928_20432764928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169416 4.7516959)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169416"^^xsd:decimal ;
  geo-pos:long "4.7516959"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432764928_20432764928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432764928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432764928'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.1488888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7516959'^^xsd:double;
  dwc:latitude '53.0169416'^^xsd:double;
  dwc:coordinatePrecision '7.9'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432764928'^^xsd:integer;
  dwc:observationDate '2011-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432737014_20432737014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432737014_20432737014> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432737014_20432737014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9942045 4.7516961)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9942045"^^xsd:decimal ;
  dwc:decimalLongitude "4.7516961"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432737014_20432737014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9942045 4.7516961)"^^geo:wktLiteral ;
  geo-pos:lat "52.9942045"^^xsd:decimal ;
  geo-pos:long "4.7516961"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432737014_20432737014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432737014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432737014'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '5.2208333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7516961'^^xsd:double;
  dwc:latitude '52.9942045'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432737014'^^xsd:integer;
  dwc:observationDate '2011-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763893_20432763893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763893_20432763893> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763893_20432763893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169661 4.7516963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169661"^^xsd:decimal ;
  dwc:decimalLongitude "4.7516963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763893_20432763893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169661 4.7516963)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169661"^^xsd:decimal ;
  geo-pos:long "4.7516963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763893_20432763893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763893'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '19.593333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7516963'^^xsd:double;
  dwc:latitude '53.0169661'^^xsd:double;
  dwc:coordinatePrecision '5.6'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763893'^^xsd:integer;
  dwc:observationDate '2011-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763944_20432763944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763944_20432763944> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763944_20432763944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169013 4.7516967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169013"^^xsd:decimal ;
  dwc:decimalLongitude "4.7516967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763944_20432763944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169013 4.7516967)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169013"^^xsd:decimal ;
  geo-pos:long "4.7516967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763944_20432763944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763944'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '1.6433333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7516967'^^xsd:double;
  dwc:latitude '53.0169013'^^xsd:double;
  dwc:coordinatePrecision '3.1'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763944'^^xsd:integer;
  dwc:observationDate '2011-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432737013_20432737013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432737013_20432737013> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432737013_20432737013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.994215 4.7516979)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.994215"^^xsd:decimal ;
  dwc:decimalLongitude "4.7516979"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432737013_20432737013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.994215 4.7516979)"^^geo:wktLiteral ;
  geo-pos:lat "52.994215"^^xsd:decimal ;
  geo-pos:long "4.7516979"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432737013_20432737013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432737013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432737013'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '4.9663888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7516979'^^xsd:double;
  dwc:latitude '52.994215'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432737013'^^xsd:integer;
  dwc:observationDate '2011-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432764724_20432764724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432764724_20432764724> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432764724_20432764724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169318 4.7516994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169318"^^xsd:decimal ;
  dwc:decimalLongitude "4.7516994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432764724_20432764724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169318 4.7516994)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169318"^^xsd:decimal ;
  geo-pos:long "4.7516994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432764724_20432764724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432764724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432764724'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.3683333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7516994'^^xsd:double;
  dwc:latitude '53.0169318'^^xsd:double;
  dwc:coordinatePrecision '3.6'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432764724'^^xsd:integer;
  dwc:observationDate '2011-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432747301_20432747301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432747301_20432747301> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432747301_20432747301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0156282 4.7517003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0156282"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432747301_20432747301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0156282 4.7517003)"^^geo:wktLiteral ;
  geo-pos:lat "53.0156282"^^xsd:decimal ;
  geo-pos:long "4.7517003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432747301_20432747301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432747301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432747301'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '1.1027777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517003'^^xsd:double;
  dwc:latitude '53.0156282'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '13'^^xsd:integer;
  dwc:maximumElevation '13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432747301'^^xsd:integer;
  dwc:observationDate '2011-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432751418_20432751418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432751418_20432751418> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432751418_20432751418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171335 4.7517007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171335"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432751418_20432751418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171335 4.7517007)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171335"^^xsd:decimal ;
  geo-pos:long "4.7517007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432751418_20432751418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432751418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432751418'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '2.5369444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517007'^^xsd:double;
  dwc:latitude '53.0171335'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432751418'^^xsd:integer;
  dwc:observationDate '2011-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763730_20432763730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763730_20432763730> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763730_20432763730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169233 4.751702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169233"^^xsd:decimal ;
  dwc:decimalLongitude "4.751702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763730_20432763730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169233 4.751702)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169233"^^xsd:decimal ;
  geo-pos:long "4.751702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763730_20432763730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763730'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '20.127222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.751702'^^xsd:double;
  dwc:latitude '53.0169233'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763730'^^xsd:integer;
  dwc:observationDate '2011-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432764860_20432764860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432764860_20432764860> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432764860_20432764860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0170996 4.7517067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0170996"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432764860_20432764860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0170996 4.7517067)"^^geo:wktLiteral ;
  geo-pos:lat "53.0170996"^^xsd:decimal ;
  geo-pos:long "4.7517067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432764860_20432764860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432764860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432764860'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '1.0538888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517067'^^xsd:double;
  dwc:latitude '53.0170996'^^xsd:double;
  dwc:coordinatePrecision '10.2'^^xsd:double;
  dwc:minimumElevation '17'^^xsd:integer;
  dwc:maximumElevation '17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432764860'^^xsd:integer;
  dwc:observationDate '2011-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432764028_20432764028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432764028_20432764028> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432764028_20432764028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.016891 4.7517129)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.016891"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517129"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432764028_20432764028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.016891 4.7517129)"^^geo:wktLiteral ;
  geo-pos:lat "53.016891"^^xsd:decimal ;
  geo-pos:long "4.7517129"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432764028_20432764028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432764028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432764028'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '14.835'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517129'^^xsd:double;
  dwc:latitude '53.016891'^^xsd:double;
  dwc:coordinatePrecision '5.7'^^xsd:double;
  dwc:minimumElevation '-23'^^xsd:integer;
  dwc:maximumElevation '-23'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432764028'^^xsd:integer;
  dwc:observationDate '2011-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763744_20432763744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763744_20432763744> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763744_20432763744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.016926 4.7517151)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.016926"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517151"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763744_20432763744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.016926 4.7517151)"^^geo:wktLiteral ;
  geo-pos:lat "53.016926"^^xsd:decimal ;
  geo-pos:long "4.7517151"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763744_20432763744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763744'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '22.143333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517151'^^xsd:double;
  dwc:latitude '53.016926'^^xsd:double;
  dwc:coordinatePrecision '2.9'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763744'^^xsd:integer;
  dwc:observationDate '2011-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767801_20432767801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767801_20432767801> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767801_20432767801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0170838 4.751717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0170838"^^xsd:decimal ;
  dwc:decimalLongitude "4.751717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767801_20432767801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0170838 4.751717)"^^geo:wktLiteral ;
  geo-pos:lat "53.0170838"^^xsd:decimal ;
  geo-pos:long "4.751717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767801_20432767801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767801'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '18.673055555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.751717'^^xsd:double;
  dwc:latitude '53.0170838'^^xsd:double;
  dwc:coordinatePrecision '3.5'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767801'^^xsd:integer;
  dwc:observationDate '2011-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432764067_20432764067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432764067_20432764067> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432764067_20432764067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169558 4.7517198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169558"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432764067_20432764067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169558 4.7517198)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169558"^^xsd:decimal ;
  geo-pos:long "4.7517198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432764067_20432764067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432764067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432764067'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19.895833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517198'^^xsd:double;
  dwc:latitude '53.0169558'^^xsd:double;
  dwc:coordinatePrecision '6.6'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432764067'^^xsd:integer;
  dwc:observationDate '2011-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763902_20432763902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763902_20432763902> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763902_20432763902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169105 4.7517203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169105"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763902_20432763902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169105 4.7517203)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169105"^^xsd:decimal ;
  geo-pos:long "4.7517203"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763902_20432763902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763902'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20.598611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517203'^^xsd:double;
  dwc:latitude '53.0169105'^^xsd:double;
  dwc:coordinatePrecision '4.6'^^xsd:double;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763902'^^xsd:integer;
  dwc:observationDate '2011-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763841_20432763841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763841_20432763841> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763841_20432763841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.016957 4.7517215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.016957"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763841_20432763841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.016957 4.7517215)"^^geo:wktLiteral ;
  geo-pos:lat "53.016957"^^xsd:decimal ;
  geo-pos:long "4.7517215"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763841_20432763841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763841'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.309166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517215'^^xsd:double;
  dwc:latitude '53.016957'^^xsd:double;
  dwc:coordinatePrecision '7.9'^^xsd:double;
  dwc:minimumElevation '-21'^^xsd:integer;
  dwc:maximumElevation '-21'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763841'^^xsd:integer;
  dwc:observationDate '2011-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432789337_20432789337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432789337_20432789337> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432789337_20432789337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0098445 4.7517252)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0098445"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517252"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432789337_20432789337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0098445 4.7517252)"^^geo:wktLiteral ;
  geo-pos:lat "53.0098445"^^xsd:decimal ;
  geo-pos:long "4.7517252"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432789337_20432789337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432789337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432789337'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20.532777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517252'^^xsd:double;
  dwc:latitude '53.0098445'^^xsd:double;
  dwc:coordinatePrecision '4.1'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432789337'^^xsd:integer;
  dwc:observationDate '2012-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763520_20432763520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763520_20432763520> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763520_20432763520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169205 4.7517265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169205"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763520_20432763520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169205 4.7517265)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169205"^^xsd:decimal ;
  geo-pos:long "4.7517265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763520_20432763520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763520'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.753333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517265'^^xsd:double;
  dwc:latitude '53.0169205'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763520'^^xsd:integer;
  dwc:observationDate '2011-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432764245_20432764245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432764245_20432764245> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432764245_20432764245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169116 4.7517266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169116"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "14.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432764245_20432764245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169116 4.7517266)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169116"^^xsd:decimal ;
  geo-pos:long "4.7517266"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "14.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432764245_20432764245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432764245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432764245'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.400833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517266'^^xsd:double;
  dwc:latitude '53.0169116'^^xsd:double;
  dwc:coordinatePrecision '14.6'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432764245'^^xsd:integer;
  dwc:observationDate '2011-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432737050_20432737050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432737050_20432737050> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432737050_20432737050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9942654 4.7517376)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9942654"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517376"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432737050_20432737050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9942654 4.7517376)"^^geo:wktLiteral ;
  geo-pos:lat "52.9942654"^^xsd:decimal ;
  geo-pos:long "4.7517376"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432737050_20432737050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432737050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432737050'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '6.2391666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517376'^^xsd:double;
  dwc:latitude '52.9942654'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432737050'^^xsd:integer;
  dwc:observationDate '2011-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432736341_20432736341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432736341_20432736341> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432736341_20432736341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0152197 4.7517417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0152197"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432736341_20432736341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0152197 4.7517417)"^^geo:wktLiteral ;
  geo-pos:lat "53.0152197"^^xsd:decimal ;
  geo-pos:long "4.7517417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432736341_20432736341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432736341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432736341'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10.935'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517417'^^xsd:double;
  dwc:latitude '53.0152197'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432736341'^^xsd:integer;
  dwc:observationDate '2011-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772193_20432772193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772193_20432772193> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772193_20432772193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169158 4.751742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169158"^^xsd:decimal ;
  dwc:decimalLongitude "4.751742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432772193_20432772193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169158 4.751742)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169158"^^xsd:decimal ;
  geo-pos:long "4.751742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432772193_20432772193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772193'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '19.610555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.751742'^^xsd:double;
  dwc:latitude '53.0169158'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772193'^^xsd:integer;
  dwc:observationDate '2012-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432764004_20432764004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432764004_20432764004> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432764004_20432764004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169522 4.7517425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169522"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432764004_20432764004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169522 4.7517425)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169522"^^xsd:decimal ;
  geo-pos:long "4.7517425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432764004_20432764004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432764004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432764004'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '11.806666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517425'^^xsd:double;
  dwc:latitude '53.0169522'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432764004'^^xsd:integer;
  dwc:observationDate '2011-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432762027_20432762027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432762027_20432762027> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432762027_20432762027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174389 4.7517443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0174389"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432762027_20432762027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174389 4.7517443)"^^geo:wktLiteral ;
  geo-pos:lat "53.0174389"^^xsd:decimal ;
  geo-pos:long "4.7517443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432762027_20432762027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432762027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432762027'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.9094444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517443'^^xsd:double;
  dwc:latitude '53.0174389'^^xsd:double;
  dwc:coordinatePrecision '8.4'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432762027'^^xsd:integer;
  dwc:observationDate '2011-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771941_20432771941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771941_20432771941> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771941_20432771941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169966 4.7517446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169966"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432771941_20432771941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169966 4.7517446)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169966"^^xsd:decimal ;
  geo-pos:long "4.7517446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432771941_20432771941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771941'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '21.414444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517446'^^xsd:double;
  dwc:latitude '53.0169966'^^xsd:double;
  dwc:coordinatePrecision '11'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771941'^^xsd:integer;
  dwc:observationDate '2012-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432757694_20432757694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432757694_20432757694> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432757694_20432757694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0170677 4.7517475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0170677"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432757694_20432757694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0170677 4.7517475)"^^geo:wktLiteral ;
  geo-pos:lat "53.0170677"^^xsd:decimal ;
  geo-pos:long "4.7517475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432757694_20432757694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432757694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432757694'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '1.62'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517475'^^xsd:double;
  dwc:latitude '53.0170677'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-3'^^xsd:integer;
  dwc:maximumElevation '-3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432757694'^^xsd:integer;
  dwc:observationDate '2011-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432764083_20432764083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432764083_20432764083> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432764083_20432764083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0168974 4.7517499)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0168974"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517499"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432764083_20432764083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0168974 4.7517499)"^^geo:wktLiteral ;
  geo-pos:lat "53.0168974"^^xsd:decimal ;
  geo-pos:long "4.7517499"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432764083_20432764083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432764083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432764083'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '21.915277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517499'^^xsd:double;
  dwc:latitude '53.0168974'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432764083'^^xsd:integer;
  dwc:observationDate '2011-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763764_20432763764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763764_20432763764> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763764_20432763764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169181 4.7517588)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169181"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517588"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763764_20432763764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169181 4.7517588)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169181"^^xsd:decimal ;
  geo-pos:long "4.7517588"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763764_20432763764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763764'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '1.1616666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517588'^^xsd:double;
  dwc:latitude '53.0169181'^^xsd:double;
  dwc:coordinatePrecision '2.8'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763764'^^xsd:integer;
  dwc:observationDate '2011-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763989_20432763989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763989_20432763989> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763989_20432763989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169279 4.7517611)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169279"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517611"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763989_20432763989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169279 4.7517611)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169279"^^xsd:decimal ;
  geo-pos:long "4.7517611"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763989_20432763989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763989'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.7605555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517611'^^xsd:double;
  dwc:latitude '53.0169279'^^xsd:double;
  dwc:coordinatePrecision '6.7'^^xsd:double;
  dwc:minimumElevation '-41'^^xsd:integer;
  dwc:maximumElevation '-41'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763989'^^xsd:integer;
  dwc:observationDate '2011-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763675_20432763675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763675_20432763675> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763675_20432763675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0168808 4.7517617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0168808"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763675_20432763675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0168808 4.7517617)"^^geo:wktLiteral ;
  geo-pos:lat "53.0168808"^^xsd:decimal ;
  geo-pos:long "4.7517617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763675_20432763675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763675'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.031944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517617'^^xsd:double;
  dwc:latitude '53.0168808'^^xsd:double;
  dwc:coordinatePrecision '4.3'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763675'^^xsd:integer;
  dwc:observationDate '2011-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432762550_20432762550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432762550_20432762550> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432762550_20432762550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0179752 4.7517619)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0179752"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517619"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432762550_20432762550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0179752 4.7517619)"^^geo:wktLiteral ;
  geo-pos:lat "53.0179752"^^xsd:decimal ;
  geo-pos:long "4.7517619"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432762550_20432762550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432762550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432762550'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.400555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517619'^^xsd:double;
  dwc:latitude '53.0179752'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432762550'^^xsd:integer;
  dwc:observationDate '2011-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763912_20432763912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763912_20432763912> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763912_20432763912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.01706 4.7517669)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.01706"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517669"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "12.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763912_20432763912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.01706 4.7517669)"^^geo:wktLiteral ;
  geo-pos:lat "53.01706"^^xsd:decimal ;
  geo-pos:long "4.7517669"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "12.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763912_20432763912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763912'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '21.611666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517669'^^xsd:double;
  dwc:latitude '53.01706'^^xsd:double;
  dwc:coordinatePrecision '12.4'^^xsd:double;
  dwc:minimumElevation '-28'^^xsd:integer;
  dwc:maximumElevation '-28'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763912'^^xsd:integer;
  dwc:observationDate '2011-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763814_20432763814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763814_20432763814> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763814_20432763814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169361 4.7517802)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169361"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517802"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763814_20432763814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169361 4.7517802)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169361"^^xsd:decimal ;
  geo-pos:long "4.7517802"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763814_20432763814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763814'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.2844444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517802'^^xsd:double;
  dwc:latitude '53.0169361'^^xsd:double;
  dwc:coordinatePrecision '7.6'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763814'^^xsd:integer;
  dwc:observationDate '2011-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432764075_20432764075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432764075_20432764075> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432764075_20432764075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169745 4.7517804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169745"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432764075_20432764075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169745 4.7517804)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169745"^^xsd:decimal ;
  geo-pos:long "4.7517804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432764075_20432764075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432764075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432764075'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '20.903333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517804'^^xsd:double;
  dwc:latitude '53.0169745'^^xsd:double;
  dwc:coordinatePrecision '8'^^xsd:integer;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432764075'^^xsd:integer;
  dwc:observationDate '2011-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432764051_20432764051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432764051_20432764051> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432764051_20432764051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169279 4.7517838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169279"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432764051_20432764051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169279 4.7517838)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169279"^^xsd:decimal ;
  geo-pos:long "4.7517838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432764051_20432764051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432764051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432764051'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17.875'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517838'^^xsd:double;
  dwc:latitude '53.0169279'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432764051'^^xsd:integer;
  dwc:observationDate '2011-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432737859_20432737859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432737859_20432737859> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432737859_20432737859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9941968 4.7517871)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9941968"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517871"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "12.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432737859_20432737859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9941968 4.7517871)"^^geo:wktLiteral ;
  geo-pos:lat "52.9941968"^^xsd:decimal ;
  geo-pos:long "4.7517871"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "12.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432737859_20432737859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432737859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432737859'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.1097222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517871'^^xsd:double;
  dwc:latitude '52.9941968'^^xsd:double;
  dwc:coordinatePrecision '12.6'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432737859'^^xsd:integer;
  dwc:observationDate '2011-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763834_20432763834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763834_20432763834> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763834_20432763834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169792 4.7517903)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169792"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517903"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763834_20432763834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169792 4.7517903)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169792"^^xsd:decimal ;
  geo-pos:long "4.7517903"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763834_20432763834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763834'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '12.303333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517903'^^xsd:double;
  dwc:latitude '53.0169792'^^xsd:double;
  dwc:coordinatePrecision '11.8'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763834'^^xsd:integer;
  dwc:observationDate '2011-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763716_20432763716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763716_20432763716> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763716_20432763716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169245 4.7517912)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169245"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517912"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763716_20432763716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169245 4.7517912)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169245"^^xsd:decimal ;
  geo-pos:long "4.7517912"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763716_20432763716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763716'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '18.118333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517912'^^xsd:double;
  dwc:latitude '53.0169245'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763716'^^xsd:integer;
  dwc:observationDate '2011-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767667_20432767667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767667_20432767667> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767667_20432767667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171388 4.751792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171388"^^xsd:decimal ;
  dwc:decimalLongitude "4.751792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767667_20432767667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171388 4.751792)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171388"^^xsd:decimal ;
  geo-pos:long "4.751792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767667_20432767667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767667'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '20.435'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.751792'^^xsd:double;
  dwc:latitude '53.0171388'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767667'^^xsd:integer;
  dwc:observationDate '2011-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763750_20432763750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763750_20432763750> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763750_20432763750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169273 4.7517931)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169273"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517931"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763750_20432763750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169273 4.7517931)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169273"^^xsd:decimal ;
  geo-pos:long "4.7517931"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763750_20432763750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763750'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '23.149166666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517931'^^xsd:double;
  dwc:latitude '53.0169273'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763750'^^xsd:integer;
  dwc:observationDate '2011-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763723_20432763723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763723_20432763723> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763723_20432763723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169319 4.7517951)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169319"^^xsd:decimal ;
  dwc:decimalLongitude "4.7517951"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763723_20432763723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169319 4.7517951)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169319"^^xsd:decimal ;
  geo-pos:long "4.7517951"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763723_20432763723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763723'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '19.118611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7517951'^^xsd:double;
  dwc:latitude '53.0169319'^^xsd:double;
  dwc:coordinatePrecision '5'^^xsd:integer;
  dwc:minimumElevation '-21'^^xsd:integer;
  dwc:maximumElevation '-21'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763723'^^xsd:integer;
  dwc:observationDate '2011-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772224_20432772224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772224_20432772224> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772224_20432772224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173575 4.7518039)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0173575"^^xsd:decimal ;
  dwc:decimalLongitude "4.7518039"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432772224_20432772224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173575 4.7518039)"^^geo:wktLiteral ;
  geo-pos:lat "53.0173575"^^xsd:decimal ;
  geo-pos:long "4.7518039"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432772224_20432772224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772224'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '23.646666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7518039'^^xsd:double;
  dwc:latitude '53.0173575'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772224'^^xsd:integer;
  dwc:observationDate '2012-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772180_20432772180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772180_20432772180> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772180_20432772180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173206 4.7518093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0173206"^^xsd:decimal ;
  dwc:decimalLongitude "4.7518093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432772180_20432772180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173206 4.7518093)"^^geo:wktLiteral ;
  geo-pos:lat "53.0173206"^^xsd:decimal ;
  geo-pos:long "4.7518093"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432772180_20432772180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772180'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '17.591944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7518093'^^xsd:double;
  dwc:latitude '53.0173206'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-22'^^xsd:integer;
  dwc:maximumElevation '-22'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772180'^^xsd:integer;
  dwc:observationDate '2012-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432736112_20432736112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432736112_20432736112> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432736112_20432736112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0153433 4.7518131)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0153433"^^xsd:decimal ;
  dwc:decimalLongitude "4.7518131"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432736112_20432736112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0153433 4.7518131)"^^geo:wktLiteral ;
  geo-pos:lat "53.0153433"^^xsd:decimal ;
  geo-pos:long "4.7518131"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432736112_20432736112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432736112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432736112'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '19.499722222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7518131'^^xsd:double;
  dwc:latitude '53.0153433'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432736112'^^xsd:integer;
  dwc:observationDate '2011-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432721702_20432721702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432721702_20432721702> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432721702_20432721702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9952604 4.7518187)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9952604"^^xsd:decimal ;
  dwc:decimalLongitude "4.7518187"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432721702_20432721702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9952604 4.7518187)"^^geo:wktLiteral ;
  geo-pos:lat "52.9952604"^^xsd:decimal ;
  geo-pos:long "4.7518187"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432721702_20432721702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432721702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432721702'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '21.76'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7518187'^^xsd:double;
  dwc:latitude '52.9952604'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432721702'^^xsd:integer;
  dwc:observationDate '2011-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432740692_20432740692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432740692_20432740692> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432740692_20432740692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0153102 4.75182)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0153102"^^xsd:decimal ;
  dwc:decimalLongitude "4.75182"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432740692_20432740692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0153102 4.75182)"^^geo:wktLiteral ;
  geo-pos:lat "53.0153102"^^xsd:decimal ;
  geo-pos:long "4.75182"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432740692_20432740692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432740692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432740692'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '8.0858333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.75182'^^xsd:double;
  dwc:latitude '53.0153102'^^xsd:double;
  dwc:coordinatePrecision '8.2'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432740692'^^xsd:integer;
  dwc:observationDate '2011-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432761761_20432761761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432761761_20432761761> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432761761_20432761761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0181392 4.7518209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0181392"^^xsd:decimal ;
  dwc:decimalLongitude "4.7518209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432761761_20432761761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0181392 4.7518209)"^^geo:wktLiteral ;
  geo-pos:lat "53.0181392"^^xsd:decimal ;
  geo-pos:long "4.7518209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432761761_20432761761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432761761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432761761'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.6366666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7518209'^^xsd:double;
  dwc:latitude '53.0181392'^^xsd:double;
  dwc:coordinatePrecision '7.4'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432761761'^^xsd:integer;
  dwc:observationDate '2011-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771914_20432771914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771914_20432771914> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771914_20432771914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0168747 4.7518222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0168747"^^xsd:decimal ;
  dwc:decimalLongitude "4.7518222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432771914_20432771914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0168747 4.7518222)"^^geo:wktLiteral ;
  geo-pos:lat "53.0168747"^^xsd:decimal ;
  geo-pos:long "4.7518222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432771914_20432771914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771914'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '18.369444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7518222'^^xsd:double;
  dwc:latitude '53.0168747'^^xsd:double;
  dwc:coordinatePrecision '7.6'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771914'^^xsd:integer;
  dwc:observationDate '2012-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432760539_20432760539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432760539_20432760539> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432760539_20432760539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0098334 4.7518249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0098334"^^xsd:decimal ;
  dwc:decimalLongitude "4.7518249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432760539_20432760539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0098334 4.7518249)"^^geo:wktLiteral ;
  geo-pos:lat "53.0098334"^^xsd:decimal ;
  geo-pos:long "4.7518249"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432760539_20432760539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432760539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432760539'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20.755555555556'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7518249'^^xsd:double;
  dwc:latitude '53.0098334'^^xsd:double;
  dwc:coordinatePrecision '7.9'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432760539'^^xsd:integer;
  dwc:observationDate '2011-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432751219_20432751219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432751219_20432751219> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432751219_20432751219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0152929 4.7518296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0152929"^^xsd:decimal ;
  dwc:decimalLongitude "4.7518296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432751219_20432751219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0152929 4.7518296)"^^geo:wktLiteral ;
  geo-pos:lat "53.0152929"^^xsd:decimal ;
  geo-pos:long "4.7518296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432751219_20432751219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432751219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432751219'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.359444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7518296'^^xsd:double;
  dwc:latitude '53.0152929'^^xsd:double;
  dwc:coordinatePrecision '3.7'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432751219'^^xsd:integer;
  dwc:observationDate '2011-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766756_20432766756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766756_20432766756> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766756_20432766756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171051 4.7518314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171051"^^xsd:decimal ;
  dwc:decimalLongitude "4.7518314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432766756_20432766756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171051 4.7518314)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171051"^^xsd:decimal ;
  geo-pos:long "4.7518314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432766756_20432766756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766756'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.511666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7518314'^^xsd:double;
  dwc:latitude '53.0171051'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766756'^^xsd:integer;
  dwc:observationDate '2011-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432764851_20432764851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432764851_20432764851> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432764851_20432764851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169621 4.751833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169621"^^xsd:decimal ;
  dwc:decimalLongitude "4.751833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432764851_20432764851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169621 4.751833)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169621"^^xsd:decimal ;
  geo-pos:long "4.751833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432764851_20432764851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432764851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432764851'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '0.050833333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.751833'^^xsd:double;
  dwc:latitude '53.0169621'^^xsd:double;
  dwc:coordinatePrecision '7.2'^^xsd:double;
  dwc:minimumElevation '19'^^xsd:integer;
  dwc:maximumElevation '19'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432764851'^^xsd:integer;
  dwc:observationDate '2011-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432764020_20432764020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432764020_20432764020> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432764020_20432764020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0167039 4.7518385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0167039"^^xsd:decimal ;
  dwc:decimalLongitude "4.7518385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432764020_20432764020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0167039 4.7518385)"^^geo:wktLiteral ;
  geo-pos:lat "53.0167039"^^xsd:decimal ;
  geo-pos:long "4.7518385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432764020_20432764020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432764020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432764020'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '13.821111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7518385'^^xsd:double;
  dwc:latitude '53.0167039'^^xsd:double;
  dwc:coordinatePrecision '6.9'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432764020'^^xsd:integer;
  dwc:observationDate '2011-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432765218_20432765218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432765218_20432765218> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432765218_20432765218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171446 4.7518408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171446"^^xsd:decimal ;
  dwc:decimalLongitude "4.7518408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432765218_20432765218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171446 4.7518408)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171446"^^xsd:decimal ;
  geo-pos:long "4.7518408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432765218_20432765218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432765218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432765218'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.143333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7518408'^^xsd:double;
  dwc:latitude '53.0171446'^^xsd:double;
  dwc:coordinatePrecision '5'^^xsd:integer;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432765218'^^xsd:integer;
  dwc:observationDate '2011-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773269_20432773269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773269_20432773269> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773269_20432773269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0182496 4.7518414)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0182496"^^xsd:decimal ;
  dwc:decimalLongitude "4.7518414"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432773269_20432773269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0182496 4.7518414)"^^geo:wktLiteral ;
  geo-pos:lat "53.0182496"^^xsd:decimal ;
  geo-pos:long "4.7518414"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432773269_20432773269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773269'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '3.9194444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7518414'^^xsd:double;
  dwc:latitude '53.0182496'^^xsd:double;
  dwc:coordinatePrecision '3.2'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773269'^^xsd:integer;
  dwc:observationDate '2012-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432736325_20432736325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432736325_20432736325> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432736325_20432736325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0153181 4.7518448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0153181"^^xsd:decimal ;
  dwc:decimalLongitude "4.7518448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432736325_20432736325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0153181 4.7518448)"^^geo:wktLiteral ;
  geo-pos:lat "53.0153181"^^xsd:decimal ;
  geo-pos:long "4.7518448"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432736325_20432736325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432736325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432736325'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.9183333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7518448'^^xsd:double;
  dwc:latitude '53.0153181'^^xsd:double;
  dwc:coordinatePrecision '8.4'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432736325'^^xsd:integer;
  dwc:observationDate '2011-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432762278_20432762278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432762278_20432762278> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432762278_20432762278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0183979 4.7518502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0183979"^^xsd:decimal ;
  dwc:decimalLongitude "4.7518502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432762278_20432762278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0183979 4.7518502)"^^geo:wktLiteral ;
  geo-pos:lat "53.0183979"^^xsd:decimal ;
  geo-pos:long "4.7518502"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432762278_20432762278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432762278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432762278'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.153333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7518502'^^xsd:double;
  dwc:latitude '53.0183979'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '8'^^xsd:integer;
  dwc:maximumElevation '8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432762278'^^xsd:integer;
  dwc:observationDate '2011-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432764012_20432764012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432764012_20432764012> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432764012_20432764012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169168 4.7518527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169168"^^xsd:decimal ;
  dwc:decimalLongitude "4.7518527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432764012_20432764012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169168 4.7518527)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169168"^^xsd:decimal ;
  geo-pos:long "4.7518527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432764012_20432764012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432764012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432764012'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '12.815833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7518527'^^xsd:double;
  dwc:latitude '53.0169168'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432764012'^^xsd:integer;
  dwc:observationDate '2011-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432760547_20432760547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432760547_20432760547> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432760547_20432760547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.00982 4.7518544)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.00982"^^xsd:decimal ;
  dwc:decimalLongitude "4.7518544"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432760547_20432760547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.00982 4.7518544)"^^geo:wktLiteral ;
  geo-pos:lat "53.00982"^^xsd:decimal ;
  geo-pos:long "4.7518544"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432760547_20432760547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432760547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432760547'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '21.776666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7518544'^^xsd:double;
  dwc:latitude '53.00982'^^xsd:double;
  dwc:coordinatePrecision '3.4'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432760547'^^xsd:integer;
  dwc:observationDate '2011-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432747289_20432747289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432747289_20432747289> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432747289_20432747289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0153742 4.7518597)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0153742"^^xsd:decimal ;
  dwc:decimalLongitude "4.7518597"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432747289_20432747289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0153742 4.7518597)"^^geo:wktLiteral ;
  geo-pos:lat "53.0153742"^^xsd:decimal ;
  geo-pos:long "4.7518597"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432747289_20432747289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432747289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432747289'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '0.078333333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7518597'^^xsd:double;
  dwc:latitude '53.0153742'^^xsd:double;
  dwc:coordinatePrecision '3.8'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432747289'^^xsd:integer;
  dwc:observationDate '2011-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767571_20432767571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767571_20432767571> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767571_20432767571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171714 4.7518665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171714"^^xsd:decimal ;
  dwc:decimalLongitude "4.7518665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767571_20432767571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171714 4.7518665)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171714"^^xsd:decimal ;
  geo-pos:long "4.7518665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767571_20432767571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767571'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '4.2769444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7518665'^^xsd:double;
  dwc:latitude '53.0171714'^^xsd:double;
  dwc:coordinatePrecision '5.9'^^xsd:double;
  dwc:minimumElevation '-25'^^xsd:integer;
  dwc:maximumElevation '-25'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767571'^^xsd:integer;
  dwc:observationDate '2011-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432748226_20432748226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432748226_20432748226> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432748226_20432748226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0181646 4.7518712)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0181646"^^xsd:decimal ;
  dwc:decimalLongitude "4.7518712"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432748226_20432748226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0181646 4.7518712)"^^geo:wktLiteral ;
  geo-pos:lat "53.0181646"^^xsd:decimal ;
  geo-pos:long "4.7518712"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432748226_20432748226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432748226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432748226'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14.06'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7518712'^^xsd:double;
  dwc:latitude '53.0181646'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432748226'^^xsd:integer;
  dwc:observationDate '2011-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766391_20432766391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766391_20432766391> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766391_20432766391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172129 4.7518748)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0172129"^^xsd:decimal ;
  dwc:decimalLongitude "4.7518748"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432766391_20432766391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172129 4.7518748)"^^geo:wktLiteral ;
  geo-pos:lat "53.0172129"^^xsd:decimal ;
  geo-pos:long "4.7518748"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432766391_20432766391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766391'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '22.066666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7518748'^^xsd:double;
  dwc:latitude '53.0172129'^^xsd:double;
  dwc:coordinatePrecision '3.3'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766391'^^xsd:integer;
  dwc:observationDate '2011-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432764059_20432764059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432764059_20432764059> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432764059_20432764059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169262 4.7518751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0169262"^^xsd:decimal ;
  dwc:decimalLongitude "4.7518751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432764059_20432764059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0169262 4.7518751)"^^geo:wktLiteral ;
  geo-pos:lat "53.0169262"^^xsd:decimal ;
  geo-pos:long "4.7518751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432764059_20432764059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432764059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432764059'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '18.881388888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7518751'^^xsd:double;
  dwc:latitude '53.0169262'^^xsd:double;
  dwc:coordinatePrecision '5.6'^^xsd:double;
  dwc:minimumElevation '-34'^^xsd:integer;
  dwc:maximumElevation '-34'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432764059'^^xsd:integer;
  dwc:observationDate '2011-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766767_20432766767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766767_20432766767> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766767_20432766767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0170976 4.7518826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0170976"^^xsd:decimal ;
  dwc:decimalLongitude "4.7518826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432766767_20432766767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0170976 4.7518826)"^^geo:wktLiteral ;
  geo-pos:lat "53.0170976"^^xsd:decimal ;
  geo-pos:long "4.7518826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432766767_20432766767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766767'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.515833333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7518826'^^xsd:double;
  dwc:latitude '53.0170976'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766767'^^xsd:integer;
  dwc:observationDate '2011-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775943_20432775943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775943_20432775943> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775943_20432775943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0175602 4.7518843)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0175602"^^xsd:decimal ;
  dwc:decimalLongitude "4.7518843"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "12.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432775943_20432775943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0175602 4.7518843)"^^geo:wktLiteral ;
  geo-pos:lat "53.0175602"^^xsd:decimal ;
  geo-pos:long "4.7518843"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "12.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432775943_20432775943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775943'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '20.795277777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7518843'^^xsd:double;
  dwc:latitude '53.0175602'^^xsd:double;
  dwc:coordinatePrecision '12.1'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775943'^^xsd:integer;
  dwc:observationDate '2012-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772172_20432772172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772172_20432772172> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772172_20432772172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172552 4.7518929)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0172552"^^xsd:decimal ;
  dwc:decimalLongitude "4.7518929"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432772172_20432772172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172552 4.7518929)"^^geo:wktLiteral ;
  geo-pos:lat "53.0172552"^^xsd:decimal ;
  geo-pos:long "4.7518929"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432772172_20432772172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772172'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '16.581111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7518929'^^xsd:double;
  dwc:latitude '53.0172552'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-25'^^xsd:integer;
  dwc:maximumElevation '-25'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772172'^^xsd:integer;
  dwc:observationDate '2012-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432738586_20432738586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432738586_20432738586> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432738586_20432738586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0150725 4.7518932)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0150725"^^xsd:decimal ;
  dwc:decimalLongitude "4.7518932"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432738586_20432738586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0150725 4.7518932)"^^geo:wktLiteral ;
  geo-pos:lat "53.0150725"^^xsd:decimal ;
  geo-pos:long "4.7518932"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432738586_20432738586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432738586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432738586'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21.645'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7518932'^^xsd:double;
  dwc:latitude '53.0150725'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432738586'^^xsd:integer;
  dwc:observationDate '2011-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767061_20432767061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767061_20432767061> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767061_20432767061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0170883 4.7518932)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0170883"^^xsd:decimal ;
  dwc:decimalLongitude "4.7518932"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767061_20432767061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0170883 4.7518932)"^^geo:wktLiteral ;
  geo-pos:lat "53.0170883"^^xsd:decimal ;
  geo-pos:long "4.7518932"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767061_20432767061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767061'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '23.761111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7518932'^^xsd:double;
  dwc:latitude '53.0170883'^^xsd:double;
  dwc:coordinatePrecision '2.9'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767061'^^xsd:integer;
  dwc:observationDate '2011-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432762048_20432762048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432762048_20432762048> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432762048_20432762048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0182208 4.7518936)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0182208"^^xsd:decimal ;
  dwc:decimalLongitude "4.7518936"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432762048_20432762048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0182208 4.7518936)"^^geo:wktLiteral ;
  geo-pos:lat "53.0182208"^^xsd:decimal ;
  geo-pos:long "4.7518936"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "8.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432762048_20432762048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432762048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432762048'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.921111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7518936'^^xsd:double;
  dwc:latitude '53.0182208'^^xsd:double;
  dwc:coordinatePrecision '8.1'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432762048'^^xsd:integer;
  dwc:observationDate '2011-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767550_20432767550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767550_20432767550> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767550_20432767550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171511 4.7519005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171511"^^xsd:decimal ;
  dwc:decimalLongitude "4.7519005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767550_20432767550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171511 4.7519005)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171511"^^xsd:decimal ;
  geo-pos:long "4.7519005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767550_20432767550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767550'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '1.2477777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7519005'^^xsd:double;
  dwc:latitude '53.0171511'^^xsd:double;
  dwc:coordinatePrecision '6.7'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767550'^^xsd:integer;
  dwc:observationDate '2011-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432747277_20432747277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432747277_20432747277> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432747277_20432747277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0153641 4.7519097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0153641"^^xsd:decimal ;
  dwc:decimalLongitude "4.7519097"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432747277_20432747277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0153641 4.7519097)"^^geo:wktLiteral ;
  geo-pos:lat "53.0153641"^^xsd:decimal ;
  geo-pos:long "4.7519097"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432747277_20432747277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432747277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432747277'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '23.068888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7519097'^^xsd:double;
  dwc:latitude '53.0153641'^^xsd:double;
  dwc:coordinatePrecision '5.6'^^xsd:double;
  dwc:minimumElevation '-9'^^xsd:integer;
  dwc:maximumElevation '-9'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432747277'^^xsd:integer;
  dwc:observationDate '2011-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432762062_20432762062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432762062_20432762062> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432762062_20432762062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0182649 4.7519151)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0182649"^^xsd:decimal ;
  dwc:decimalLongitude "4.7519151"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432762062_20432762062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0182649 4.7519151)"^^geo:wktLiteral ;
  geo-pos:lat "53.0182649"^^xsd:decimal ;
  geo-pos:long "4.7519151"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432762062_20432762062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432762062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432762062'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.936666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7519151'^^xsd:double;
  dwc:latitude '53.0182649'^^xsd:double;
  dwc:coordinatePrecision '3'^^xsd:integer;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432762062'^^xsd:integer;
  dwc:observationDate '2011-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767508_20432767508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767508_20432767508> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767508_20432767508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172234 4.7519163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0172234"^^xsd:decimal ;
  dwc:decimalLongitude "4.7519163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767508_20432767508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172234 4.7519163)"^^geo:wktLiteral ;
  geo-pos:lat "53.0172234"^^xsd:decimal ;
  geo-pos:long "4.7519163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767508_20432767508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767508'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '19.2'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7519163'^^xsd:double;
  dwc:latitude '53.0172234'^^xsd:double;
  dwc:coordinatePrecision '4'^^xsd:integer;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767508'^^xsd:integer;
  dwc:observationDate '2011-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767543_20432767543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767543_20432767543> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767543_20432767543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171867 4.7519182)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171867"^^xsd:decimal ;
  dwc:decimalLongitude "4.7519182"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767543_20432767543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171867 4.7519182)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171867"^^xsd:decimal ;
  geo-pos:long "4.7519182"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767543_20432767543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767543'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0.24444444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7519182'^^xsd:double;
  dwc:latitude '53.0171867'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767543'^^xsd:integer;
  dwc:observationDate '2011-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763710_20432763710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763710_20432763710> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763710_20432763710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0175985 4.7519185)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0175985"^^xsd:decimal ;
  dwc:decimalLongitude "4.7519185"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763710_20432763710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0175985 4.7519185)"^^geo:wktLiteral ;
  geo-pos:lat "53.0175985"^^xsd:decimal ;
  geo-pos:long "4.7519185"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763710_20432763710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763710'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.106944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7519185'^^xsd:double;
  dwc:latitude '53.0175985'^^xsd:double;
  dwc:coordinatePrecision '4.8'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763710'^^xsd:integer;
  dwc:observationDate '2011-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766388_20432766388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766388_20432766388> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766388_20432766388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0170697 4.7519192)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0170697"^^xsd:decimal ;
  dwc:decimalLongitude "4.7519192"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432766388_20432766388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0170697 4.7519192)"^^geo:wktLiteral ;
  geo-pos:lat "53.0170697"^^xsd:decimal ;
  geo-pos:long "4.7519192"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432766388_20432766388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766388'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '21.053333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7519192'^^xsd:double;
  dwc:latitude '53.0170697'^^xsd:double;
  dwc:coordinatePrecision '5.6'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766388'^^xsd:integer;
  dwc:observationDate '2011-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432765089_20432765089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432765089_20432765089> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432765089_20432765089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171069 4.7519194)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171069"^^xsd:decimal ;
  dwc:decimalLongitude "4.7519194"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432765089_20432765089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171069 4.7519194)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171069"^^xsd:decimal ;
  geo-pos:long "4.7519194"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432765089_20432765089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432765089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432765089'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '0.01'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7519194'^^xsd:double;
  dwc:latitude '53.0171069'^^xsd:double;
  dwc:coordinatePrecision '4.4'^^xsd:double;
  dwc:minimumElevation '-1'^^xsd:integer;
  dwc:maximumElevation '-1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432765089'^^xsd:integer;
  dwc:observationDate '2011-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776161_20432776161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776161_20432776161> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776161_20432776161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174754 4.7519257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0174754"^^xsd:decimal ;
  dwc:decimalLongitude "4.7519257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432776161_20432776161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174754 4.7519257)"^^geo:wktLiteral ;
  geo-pos:lat "53.0174754"^^xsd:decimal ;
  geo-pos:long "4.7519257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432776161_20432776161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776161'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '14.933611111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7519257'^^xsd:double;
  dwc:latitude '53.0174754'^^xsd:double;
  dwc:coordinatePrecision '6.5'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776161'^^xsd:integer;
  dwc:observationDate '2012-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432789406_20432789406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432789406_20432789406> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432789406_20432789406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0099591 4.7519291)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0099591"^^xsd:decimal ;
  dwc:decimalLongitude "4.7519291"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432789406_20432789406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0099591 4.7519291)"^^geo:wktLiteral ;
  geo-pos:lat "53.0099591"^^xsd:decimal ;
  geo-pos:long "4.7519291"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432789406_20432789406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432789406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432789406'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.6783333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7519291'^^xsd:double;
  dwc:latitude '53.0099591'^^xsd:double;
  dwc:coordinatePrecision '4.5'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432789406'^^xsd:integer;
  dwc:observationDate '2012-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432773060_20432773060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432773060_20432773060> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432773060_20432773060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0184029 4.7519338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0184029"^^xsd:decimal ;
  dwc:decimalLongitude "4.7519338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432773060_20432773060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0184029 4.7519338)"^^geo:wktLiteral ;
  geo-pos:lat "53.0184029"^^xsd:decimal ;
  geo-pos:long "4.7519338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432773060_20432773060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432773060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432773060'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '21.61'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7519338'^^xsd:double;
  dwc:latitude '53.0184029'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-5'^^xsd:integer;
  dwc:maximumElevation '-5'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432773060'^^xsd:integer;
  dwc:observationDate '2012-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432764824_20432764824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432764824_20432764824> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432764824_20432764824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173877 4.7519386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0173877"^^xsd:decimal ;
  dwc:decimalLongitude "4.7519386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432764824_20432764824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0173877 4.7519386)"^^geo:wktLiteral ;
  geo-pos:lat "53.0173877"^^xsd:decimal ;
  geo-pos:long "4.7519386"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432764824_20432764824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432764824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432764824'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21.011111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7519386'^^xsd:double;
  dwc:latitude '53.0173877'^^xsd:double;
  dwc:coordinatePrecision '6.3'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432764824'^^xsd:integer;
  dwc:observationDate '2011-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767523_20432767523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767523_20432767523> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767523_20432767523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171553 4.7519409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171553"^^xsd:decimal ;
  dwc:decimalLongitude "4.7519409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767523_20432767523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171553 4.7519409)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171553"^^xsd:decimal ;
  geo-pos:long "4.7519409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767523_20432767523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767523'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21.218333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7519409'^^xsd:double;
  dwc:latitude '53.0171553'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767523'^^xsd:integer;
  dwc:observationDate '2011-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767530_20432767530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767530_20432767530> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767530_20432767530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172764 4.7519418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0172764"^^xsd:decimal ;
  dwc:decimalLongitude "4.7519418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767530_20432767530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172764 4.7519418)"^^geo:wktLiteral ;
  geo-pos:lat "53.0172764"^^xsd:decimal ;
  geo-pos:long "4.7519418"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767530_20432767530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767530'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.223333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7519418'^^xsd:double;
  dwc:latitude '53.0172764'^^xsd:double;
  dwc:coordinatePrecision '6.8'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767530'^^xsd:integer;
  dwc:observationDate '2011-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432764165_20432764165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432764165_20432764165> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432764165_20432764165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.016588 4.7519438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.016588"^^xsd:decimal ;
  dwc:decimalLongitude "4.7519438"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432764165_20432764165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.016588 4.7519438)"^^geo:wktLiteral ;
  geo-pos:lat "53.016588"^^xsd:decimal ;
  geo-pos:long "4.7519438"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432764165_20432764165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432764165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432764165'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '11.084444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7519438'^^xsd:double;
  dwc:latitude '53.016588'^^xsd:double;
  dwc:coordinatePrecision '10.3'^^xsd:double;
  dwc:minimumElevation '3'^^xsd:integer;
  dwc:maximumElevation '3'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432764165'^^xsd:integer;
  dwc:observationDate '2011-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432765342_20432765342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432765342_20432765342> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432765342_20432765342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171279 4.751947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171279"^^xsd:decimal ;
  dwc:decimalLongitude "4.751947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432765342_20432765342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171279 4.751947)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171279"^^xsd:decimal ;
  geo-pos:long "4.751947"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432765342_20432765342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432765342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432765342'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '1.9333333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.751947'^^xsd:double;
  dwc:latitude '53.0171279'^^xsd:double;
  dwc:coordinatePrecision '2.9'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432765342'^^xsd:integer;
  dwc:observationDate '2011-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432738574_20432738574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432738574_20432738574> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432738574_20432738574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0153364 4.7519472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0153364"^^xsd:decimal ;
  dwc:decimalLongitude "4.7519472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432738574_20432738574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0153364 4.7519472)"^^geo:wktLiteral ;
  geo-pos:lat "53.0153364"^^xsd:decimal ;
  geo-pos:long "4.7519472"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432738574_20432738574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432738574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432738574'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20.631944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7519472'^^xsd:double;
  dwc:latitude '53.0153364'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432738574'^^xsd:integer;
  dwc:observationDate '2011-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775233_20432775233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775233_20432775233> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775233_20432775233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0179593 4.751954)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0179593"^^xsd:decimal ;
  dwc:decimalLongitude "4.751954"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432775233_20432775233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0179593 4.751954)"^^geo:wktLiteral ;
  geo-pos:lat "53.0179593"^^xsd:decimal ;
  geo-pos:long "4.751954"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432775233_20432775233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775233'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '19.028333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.751954'^^xsd:double;
  dwc:latitude '53.0179593'^^xsd:double;
  dwc:coordinatePrecision '6.4'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775233'^^xsd:integer;
  dwc:observationDate '2012-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432764833_20432764833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432764833_20432764833> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432764833_20432764833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0176731 4.7519569)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0176731"^^xsd:decimal ;
  dwc:decimalLongitude "4.7519569"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432764833_20432764833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0176731 4.7519569)"^^geo:wktLiteral ;
  geo-pos:lat "53.0176731"^^xsd:decimal ;
  geo-pos:long "4.7519569"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432764833_20432764833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432764833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432764833'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.026666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7519569'^^xsd:double;
  dwc:latitude '53.0176731'^^xsd:double;
  dwc:coordinatePrecision '5.2'^^xsd:double;
  dwc:minimumElevation '-19'^^xsd:integer;
  dwc:maximumElevation '-19'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432764833'^^xsd:integer;
  dwc:observationDate '2011-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432764885_20432764885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432764885_20432764885> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432764885_20432764885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172358 4.7519597)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0172358"^^xsd:decimal ;
  dwc:decimalLongitude "4.7519597"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "9.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432764885_20432764885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172358 4.7519597)"^^geo:wktLiteral ;
  geo-pos:lat "53.0172358"^^xsd:decimal ;
  geo-pos:long "4.7519597"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "9.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432764885_20432764885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432764885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432764885'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '4.0936111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7519597'^^xsd:double;
  dwc:latitude '53.0172358'^^xsd:double;
  dwc:coordinatePrecision '9.1'^^xsd:double;
  dwc:minimumElevation '-25'^^xsd:integer;
  dwc:maximumElevation '-25'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432764885'^^xsd:integer;
  dwc:observationDate '2011-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432776008_20432776008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432776008_20432776008> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432776008_20432776008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0175041 4.7519604)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0175041"^^xsd:decimal ;
  dwc:decimalLongitude "4.7519604"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432776008_20432776008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0175041 4.7519604)"^^geo:wktLiteral ;
  geo-pos:lat "53.0175041"^^xsd:decimal ;
  geo-pos:long "4.7519604"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432776008_20432776008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432776008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432776008'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '2.8397222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7519604'^^xsd:double;
  dwc:latitude '53.0175041'^^xsd:double;
  dwc:coordinatePrecision '7.1'^^xsd:double;
  dwc:minimumElevation '-18'^^xsd:integer;
  dwc:maximumElevation '-18'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432776008'^^xsd:integer;
  dwc:observationDate '2012-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432762036_20432762036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432762036_20432762036> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432762036_20432762036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0181984 4.7519624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0181984"^^xsd:decimal ;
  dwc:decimalLongitude "4.7519624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.8"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432762036_20432762036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0181984 4.7519624)"^^geo:wktLiteral ;
  geo-pos:lat "53.0181984"^^xsd:decimal ;
  geo-pos:long "4.7519624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.8"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432762036_20432762036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432762036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432762036'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.917777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7519624'^^xsd:double;
  dwc:latitude '53.0181984'^^xsd:double;
  dwc:coordinatePrecision '6.8'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432762036'^^xsd:integer;
  dwc:observationDate '2011-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432758522_20432758522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432758522_20432758522> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432758522_20432758522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0170181 4.7519742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0170181"^^xsd:decimal ;
  dwc:decimalLongitude "4.7519742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432758522_20432758522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0170181 4.7519742)"^^geo:wktLiteral ;
  geo-pos:lat "53.0170181"^^xsd:decimal ;
  geo-pos:long "4.7519742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432758522_20432758522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432758522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432758522'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.371111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7519742'^^xsd:double;
  dwc:latitude '53.0170181'^^xsd:double;
  dwc:coordinatePrecision '3.9'^^xsd:double;
  dwc:minimumElevation '-12'^^xsd:integer;
  dwc:maximumElevation '-12'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432758522'^^xsd:integer;
  dwc:observationDate '2011-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767564_20432767564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767564_20432767564> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767564_20432767564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171302 4.7519758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171302"^^xsd:decimal ;
  dwc:decimalLongitude "4.7519758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767564_20432767564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171302 4.7519758)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171302"^^xsd:decimal ;
  geo-pos:long "4.7519758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767564_20432767564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767564'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.2688888888889'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7519758'^^xsd:double;
  dwc:latitude '53.0171302'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767564'^^xsd:integer;
  dwc:observationDate '2011-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432762827_20432762827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432762827_20432762827> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432762827_20432762827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0099129 4.7519777)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0099129"^^xsd:decimal ;
  dwc:decimalLongitude "4.7519777"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432762827_20432762827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0099129 4.7519777)"^^geo:wktLiteral ;
  geo-pos:lat "53.0099129"^^xsd:decimal ;
  geo-pos:long "4.7519777"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432762827_20432762827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432762827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432762827'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '17.718333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7519777'^^xsd:double;
  dwc:latitude '53.0099129'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432762827'^^xsd:integer;
  dwc:observationDate '2011-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766745_20432766745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766745_20432766745> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766745_20432766745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171503 4.7519805)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171503"^^xsd:decimal ;
  dwc:decimalLongitude "4.7519805"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432766745_20432766745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171503 4.7519805)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171503"^^xsd:decimal ;
  geo-pos:long "4.7519805"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432766745_20432766745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766745'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '19.501666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7519805'^^xsd:double;
  dwc:latitude '53.0171503'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766745'^^xsd:integer;
  dwc:observationDate '2011-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767267_20432767267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767267_20432767267> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767267_20432767267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171622 4.7519819)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171622"^^xsd:decimal ;
  dwc:decimalLongitude "4.7519819"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767267_20432767267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171622 4.7519819)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171622"^^xsd:decimal ;
  geo-pos:long "4.7519819"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767267_20432767267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767267'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '17.941666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7519819'^^xsd:double;
  dwc:latitude '53.0171622'^^xsd:double;
  dwc:coordinatePrecision '4.9'^^xsd:double;
  dwc:minimumElevation '-17'^^xsd:integer;
  dwc:maximumElevation '-17'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767267'^^xsd:integer;
  dwc:observationDate '2011-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432745845_20432745845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432745845_20432745845> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432745845_20432745845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0097056 4.7519862)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0097056"^^xsd:decimal ;
  dwc:decimalLongitude "4.7519862"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432745845_20432745845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0097056 4.7519862)"^^geo:wktLiteral ;
  geo-pos:lat "53.0097056"^^xsd:decimal ;
  geo-pos:long "4.7519862"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432745845_20432745845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432745845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432745845'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '20.617222222222'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7519862'^^xsd:double;
  dwc:latitude '53.0097056'^^xsd:double;
  dwc:coordinatePrecision '5'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432745845'^^xsd:integer;
  dwc:observationDate '2011-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432772872_20432772872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432772872_20432772872> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432772872_20432772872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0184582 4.75199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0184582"^^xsd:decimal ;
  dwc:decimalLongitude "4.75199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.3"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432772872_20432772872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0184582 4.75199)"^^geo:wktLiteral ;
  geo-pos:lat "53.0184582"^^xsd:decimal ;
  geo-pos:long "4.75199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.3"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432772872_20432772872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432772872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432772872'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '0.38833333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.75199'^^xsd:double;
  dwc:latitude '53.0184582'^^xsd:double;
  dwc:coordinatePrecision '5.3'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432772872'^^xsd:integer;
  dwc:observationDate '2012-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432742710_20432742710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432742710_20432742710> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432742710_20432742710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.009503 4.7519939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.009503"^^xsd:decimal ;
  dwc:decimalLongitude "4.7519939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432742710_20432742710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.009503 4.7519939)"^^geo:wktLiteral ;
  geo-pos:lat "53.009503"^^xsd:decimal ;
  geo-pos:long "4.7519939"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432742710_20432742710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432742710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432742710'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '23.061111111111'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7519939'^^xsd:double;
  dwc:latitude '53.009503'^^xsd:double;
  dwc:coordinatePrecision '5.6'^^xsd:double;
  dwc:minimumElevation '1'^^xsd:integer;
  dwc:maximumElevation '1'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432742710'^^xsd:integer;
  dwc:observationDate '2011-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771932_20432771932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771932_20432771932> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771932_20432771932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0168187 4.7519961)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0168187"^^xsd:decimal ;
  dwc:decimalLongitude "4.7519961"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432771932_20432771932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0168187 4.7519961)"^^geo:wktLiteral ;
  geo-pos:lat "53.0168187"^^xsd:decimal ;
  geo-pos:long "4.7519961"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432771932_20432771932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771932'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '20.401944444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7519961'^^xsd:double;
  dwc:latitude '53.0168187'^^xsd:double;
  dwc:coordinatePrecision '5.7'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771932'^^xsd:integer;
  dwc:observationDate '2012-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432736363_20432736363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432736363_20432736363> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432736363_20432736363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0152795 4.7519971)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0152795"^^xsd:decimal ;
  dwc:decimalLongitude "4.7519971"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432736363_20432736363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0152795 4.7519971)"^^geo:wktLiteral ;
  geo-pos:lat "53.0152795"^^xsd:decimal ;
  geo-pos:long "4.7519971"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432736363_20432736363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432736363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432736363'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '12.956666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7519971'^^xsd:double;
  dwc:latitude '53.0152795'^^xsd:double;
  dwc:minimumElevation '-19'^^xsd:integer;
  dwc:maximumElevation '-19'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432736363'^^xsd:integer;
  dwc:observationDate '2011-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767537_20432767537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767537_20432767537> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767537_20432767537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171727 4.7520017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171727"^^xsd:decimal ;
  dwc:decimalLongitude "4.7520017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767537_20432767537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171727 4.7520017)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171727"^^xsd:decimal ;
  geo-pos:long "4.7520017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767537_20432767537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767537'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.228333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7520017'^^xsd:double;
  dwc:latitude '53.0171727'^^xsd:double;
  dwc:coordinatePrecision '7.1'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767537'^^xsd:integer;
  dwc:observationDate '2011-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432766986_20432766986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432766986_20432766986> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432766986_20432766986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.017083 4.7520024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.017083"^^xsd:decimal ;
  dwc:decimalLongitude "4.7520024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432766986_20432766986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.017083 4.7520024)"^^geo:wktLiteral ;
  geo-pos:lat "53.017083"^^xsd:decimal ;
  geo-pos:long "4.7520024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432766986_20432766986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432766986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432766986'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.707777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7520024'^^xsd:double;
  dwc:latitude '53.017083'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432766986'^^xsd:integer;
  dwc:observationDate '2011-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432736352_20432736352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432736352_20432736352> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432736352_20432736352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0152795 4.752004)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0152795"^^xsd:decimal ;
  dwc:decimalLongitude "4.752004"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "14.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432736352_20432736352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0152795 4.752004)"^^geo:wktLiteral ;
  geo-pos:lat "53.0152795"^^xsd:decimal ;
  geo-pos:long "4.752004"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "14.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432736352_20432736352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432736352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432736352'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '11.944444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.752004'^^xsd:double;
  dwc:latitude '53.0152795'^^xsd:double;
  dwc:coordinatePrecision '14.2'^^xsd:double;
  dwc:minimumElevation '-15'^^xsd:integer;
  dwc:maximumElevation '-15'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432736352'^^xsd:integer;
  dwc:observationDate '2011-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432745821_20432745821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432745821_20432745821> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432745821_20432745821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0097457 4.7520087)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0097457"^^xsd:decimal ;
  dwc:decimalLongitude "4.7520087"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432745821_20432745821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0097457 4.7520087)"^^geo:wktLiteral ;
  geo-pos:lat "53.0097457"^^xsd:decimal ;
  geo-pos:long "4.7520087"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432745821_20432745821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432745821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432745821'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '18.6'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7520087'^^xsd:double;
  dwc:latitude '53.0097457'^^xsd:double;
  dwc:coordinatePrecision '3.5'^^xsd:double;
  dwc:minimumElevation '-10'^^xsd:integer;
  dwc:maximumElevation '-10'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432745821'^^xsd:integer;
  dwc:observationDate '2011-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432745833_20432745833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432745833_20432745833> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432745833_20432745833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.009726 4.7520131)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.009726"^^xsd:decimal ;
  dwc:decimalLongitude "4.7520131"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432745833_20432745833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.009726 4.7520131)"^^geo:wktLiteral ;
  geo-pos:lat "53.009726"^^xsd:decimal ;
  geo-pos:long "4.7520131"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432745833_20432745833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432745833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432745833'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.611666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7520131'^^xsd:double;
  dwc:latitude '53.009726'^^xsd:double;
  dwc:coordinatePrecision '6.1'^^xsd:double;
  dwc:minimumElevation '-13'^^xsd:integer;
  dwc:maximumElevation '-13'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432745833'^^xsd:integer;
  dwc:observationDate '2011-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432767557_20432767557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432767557_20432767557> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432767557_20432767557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172244 4.7520162)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0172244"^^xsd:decimal ;
  dwc:decimalLongitude "4.7520162"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.5"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432767557_20432767557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0172244 4.7520162)"^^geo:wktLiteral ;
  geo-pos:lat "53.0172244"^^xsd:decimal ;
  geo-pos:long "4.7520162"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.5"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432767557_20432767557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432767557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432767557'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '2.2616666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7520162'^^xsd:double;
  dwc:latitude '53.0172244'^^xsd:double;
  dwc:coordinatePrecision '5.5'^^xsd:double;
  dwc:minimumElevation '-8'^^xsd:integer;
  dwc:maximumElevation '-8'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432767557'^^xsd:integer;
  dwc:observationDate '2011-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432775975_20432775975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432775975_20432775975> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432775975_20432775975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174577 4.7520168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0174577"^^xsd:decimal ;
  dwc:decimalLongitude "4.7520168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432775975_20432775975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0174577 4.7520168)"^^geo:wktLiteral ;
  geo-pos:lat "53.0174577"^^xsd:decimal ;
  geo-pos:long "4.7520168"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432775975_20432775975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432775975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432775975'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '23.82'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7520168'^^xsd:double;
  dwc:latitude '53.0174577'^^xsd:double;
  dwc:coordinatePrecision '6.1'^^xsd:double;
  dwc:minimumElevation '-6'^^xsd:integer;
  dwc:maximumElevation '-6'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432775975'^^xsd:integer;
  dwc:observationDate '2012-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432758542_20432758542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432758542_20432758542> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432758542_20432758542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0181612 4.7520168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0181612"^^xsd:decimal ;
  dwc:decimalLongitude "4.7520168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432758542_20432758542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0181612 4.7520168)"^^geo:wktLiteral ;
  geo-pos:lat "53.0181612"^^xsd:decimal ;
  geo-pos:long "4.7520168"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432758542_20432758542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432758542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432758542'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '21.39'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7520168'^^xsd:double;
  dwc:latitude '53.0181612'^^xsd:double;
  dwc:coordinatePrecision '4.7'^^xsd:double;
  dwc:minimumElevation '-16'^^xsd:integer;
  dwc:maximumElevation '-16'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432758542'^^xsd:integer;
  dwc:observationDate '2011-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432762671_20432762671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432762671_20432762671> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432762671_20432762671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.017097 4.7520222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.017097"^^xsd:decimal ;
  dwc:decimalLongitude "4.7520222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4.2"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432762671_20432762671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.017097 4.7520222)"^^geo:wktLiteral ;
  geo-pos:lat "53.017097"^^xsd:decimal ;
  geo-pos:long "4.7520222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "4.2"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432762671_20432762671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432762671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432762671'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '0.53694444444444'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7520222'^^xsd:double;
  dwc:latitude '53.017097'^^xsd:double;
  dwc:coordinatePrecision '4.2'^^xsd:double;
  dwc:minimumElevation '-7'^^xsd:integer;
  dwc:maximumElevation '-7'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432762671'^^xsd:integer;
  dwc:observationDate '2011-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763917_20432763917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763917_20432763917> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763917_20432763917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0184061 4.7520233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0184061"^^xsd:decimal ;
  dwc:decimalLongitude "4.7520233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.9"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763917_20432763917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0184061 4.7520233)"^^geo:wktLiteral ;
  geo-pos:lat "53.0184061"^^xsd:decimal ;
  geo-pos:long "4.7520233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.9"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763917_20432763917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763917'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '22.62'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7520233'^^xsd:double;
  dwc:latitude '53.0184061'^^xsd:double;
  dwc:coordinatePrecision '5.9'^^xsd:double;
  dwc:minimumElevation '-11'^^xsd:integer;
  dwc:maximumElevation '-11'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763917'^^xsd:integer;
  dwc:observationDate '2011-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432763663_20432763663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432763663_20432763663> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432763663_20432763663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0164714 4.752026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0164714"^^xsd:decimal ;
  dwc:decimalLongitude "4.752026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432763663_20432763663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0164714 4.752026)"^^geo:wktLiteral ;
  geo-pos:lat "53.0164714"^^xsd:decimal ;
  geo-pos:long "4.752026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432763663_20432763663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432763663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432763663'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.02'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.752026'^^xsd:double;
  dwc:latitude '53.0164714'^^xsd:double;
  dwc:coordinatePrecision '3.1'^^xsd:double;
  dwc:minimumElevation '-14'^^xsd:integer;
  dwc:maximumElevation '-14'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432763663'^^xsd:integer;
  dwc:observationDate '2011-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432764842_20432764842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432764842_20432764842> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432764842_20432764842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.016518 4.7520265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.016518"^^xsd:decimal ;
  dwc:decimalLongitude "4.7520265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2.6"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432764842_20432764842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.016518 4.7520265)"^^geo:wktLiteral ;
  geo-pos:lat "53.016518"^^xsd:decimal ;
  geo-pos:long "4.7520265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2.6"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432764842_20432764842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432764842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432764842'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '23.036666666667'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7520265'^^xsd:double;
  dwc:latitude '53.016518'^^xsd:double;
  dwc:coordinatePrecision '2.6'^^xsd:double;
  dwc:minimumElevation '-4'^^xsd:integer;
  dwc:maximumElevation '-4'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432764842'^^xsd:integer;
  dwc:observationDate '2011-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432736566_20432736566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432736566_20432736566> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432736566_20432736566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0153419 4.7520282)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0153419"^^xsd:decimal ;
  dwc:decimalLongitude "4.7520282"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7.4"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432736566_20432736566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0153419 4.7520282)"^^geo:wktLiteral ;
  geo-pos:lat "53.0153419"^^xsd:decimal ;
  geo-pos:long "4.7520282"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7.4"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432736566_20432736566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432736566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432736566'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '3.8727777777778'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7520282'^^xsd:double;
  dwc:latitude '53.0153419'^^xsd:double;
  dwc:coordinatePrecision '7.4'^^xsd:double;
  dwc:minimumElevation '-26'^^xsd:integer;
  dwc:maximumElevation '-26'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432736566'^^xsd:integer;
  dwc:observationDate '2011-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771950_20432771950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771950_20432771950> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771950_20432771950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171603 4.7520324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0171603"^^xsd:decimal ;
  dwc:decimalLongitude "4.7520324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.1"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432771950_20432771950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0171603 4.7520324)"^^geo:wktLiteral ;
  geo-pos:lat "53.0171603"^^xsd:decimal ;
  geo-pos:long "4.7520324"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.1"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432771950_20432771950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'MPIAB'^^xsd:string;
  dwc:collectionCode 'Movebank'^^xsd:string;
  dwc:catalogNumber '20432771950'^^xsd:integer;
  dwc:scientificName 'Haematopus ostralegus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '22.428333333333'^^xsd:double;
  dwc:timeZone '+00:00'^^xsd:string;
  dwc:longitude '4.7520324'^^xsd:double;
  dwc:latitude '53.0171603'^^xsd:double;
  dwc:coordinatePrecision '5.1'^^xsd:double;
  dwc:minimumElevation '-2'^^xsd:integer;
  dwc:maximumElevation '-2'^^xsd:integer;
  dwc:aphiaid '147436'^^xsd:integer;
  dwc:samplingProtocol 'gps'^^xsd:string;
  dwc:occurrenceId '20432771950'^^xsd:integer;
  dwc:observationDate '2012-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '147436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:locationRemarks 'elevations are altitude above mean sea level'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/7942_20432771923_20432771923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7942_20432771923_20432771923> ;
  mr:hasGeometry <https://eurobis.org/id/point/7942_20432771923_20432771923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0168205 4.7520384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0168205"^^xsd:decimal ;
  dwc:decimalLongitude "4.7520384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5.7"^^xsd:integer ;
  dwc:locationRemarks "elevations are altitude above mean sea level"@en .

<https://eurobis.org/id/point/7942_20432771923_20432771923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0168205 4.7520384)"^^geo:wktLiteral ;
  geo-pos:lat "53.0168205"^^xsd:decimal ;
  geo-pos:long "4.7520384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5.7"^^xsd:integer .

<https://eurobis.org/id/occurrence/7942_20432771923_20432771923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20432771923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7942_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dat